By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-04-23T22:57:13.527Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-lwbzq with PID 14 (/app/app.jar started by so in /app)
2021-04-23T22:57:13.531Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-23T22:57:13.532Z||main|||||INFO|500||The following profiles are active: basic
2021-04-23T22:57:19.501Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-23T22:57:19.501Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-23T22:57:19.588Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-23T22:57:20.945Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-23T22:57:21.094Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-23T22:57:21.456Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-23T22:57:21.462Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-23T22:57:21.533Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-23T22:57:21.645Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-23T22:57:21.989Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-23T22:57:22.663Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-23T22:57:24.608Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-23T22:57:24.647Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-23T22:57:24.961Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-23T22:57:25.139Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-04-23T22:57:26.229Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-23T22:57:27.062Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-23T22:57:27.079Z||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$$70fe894b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-04-23T22:57:27.080Z||main|||||WARN|500||The sdc end point is not alive
2021-04-23T22:57:29.101Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-23T22:57:31.041Z||main|||||WARN|500||---
2021-04-23T22:57:31.042Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-23T22:57:31.042Z||main|||||WARN|500||---
2021-04-23T22:57:31.382Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-23T22:57:33.964Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T22:57:33.965Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T22:57:33.966Z||main|||||INFO|500||Started Application in 22.198 seconds (JVM running for 23.361)
2021-04-23T22:57:33.999Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T22:57:34.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T22:57:34.120Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 16240389-0b31-4b80-909a-4ce24c55e952 url= /sdc/v1/artifactTypes
2021-04-23T22:57:34.120Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T22:57:34.341Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T22:57:34.355Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T22:57:34.374Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T22:57:34.384Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T22:57:35.406Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T22:57:35.407Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T22:57:35.408Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T22:57:35.411Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T22:58:23.963Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T22:58:23.964Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T22:58:23.965Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T22:58:23.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T22:58:23.976Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b72ec17-9b97-4982-b42c-174b12d779be url= /sdc/v1/artifactTypes
2021-04-23T22:58:23.976Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T22:58:24.013Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T22:58:24.014Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T22:58:24.014Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T22:58:24.015Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T22:58:24.015Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T22:58:25.037Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T22:58:25.037Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T22:58:25.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T22:58:25.039Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T22:59:13.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T22:59:13.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T22:59:13.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T22:59:13.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T22:59:13.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cfa4207-7a98-405e-95c6-f9c62bb6b71e url= /sdc/v1/artifactTypes
2021-04-23T22:59:13.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T22:59:13.998Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T22:59:13.999Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T22:59:13.999Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T22:59:14.003Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T22:59:14.003Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T22:59:15.020Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T22:59:15.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T22:59:15.022Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T22:59:15.022Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:00:03.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:00:03.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:00:03.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:00:03.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:00:03.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d4a1a68-61b7-4e58-842a-6db18162ac77 url= /sdc/v1/artifactTypes
2021-04-23T23:00:03.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:00:03.997Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:00:03.998Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:00:03.998Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:00:03.999Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:00:03.999Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:00:05.008Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:00:05.008Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:00:05.008Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:00:05.009Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:00:53.960Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:00:53.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:00:53.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:00:53.964Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:00:53.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cc08258-ead7-491a-85e8-a33a4ae99ca6 url= /sdc/v1/artifactTypes
2021-04-23T23:00:53.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:00:54.007Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:00:54.009Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:00:54.009Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:00:54.010Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:00:54.010Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:00:55.026Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:00:55.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:00:55.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:00:55.027Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:01:43.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:01:43.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:01:43.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:01:43.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:01:43.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff3ef785-a037-4391-8da9-47062b118a19 url= /sdc/v1/artifactTypes
2021-04-23T23:01:43.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:01:43.995Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:01:43.996Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:01:43.996Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:01:43.996Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:01:43.996Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:01:45.005Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:01:45.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:01:45.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:01:45.006Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:02:03.314Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xf4_J0xba.0x9d0x920xedGY0xa1zO0x85Us0xda~0xf150x1c0xcd3Gx0x150x82[0xa30xacC0xcb]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T23:02:33.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:02:33.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:02:33.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:02:33.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:02:33.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9b5488c-f315-4a2a-9a94-98a617cf578e url= /sdc/v1/artifactTypes
2021-04-23T23:02:33.970Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:02:33.999Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:02:34.000Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:02:34.000Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:02:34.000Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:02:34.001Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:02:35.021Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:02:35.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:02:35.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:02:35.022Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:03:23.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:03:23.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:03:23.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:03:23.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:03:23.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3fbdea7-808c-4355-8824-d997d96a2387 url= /sdc/v1/artifactTypes
2021-04-23T23:03:23.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:03:23.994Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:03:23.995Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:03:23.995Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:03:23.995Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:03:23.995Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:03:25.004Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:03:25.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:03:25.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:03:25.005Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:04:13.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:04:13.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:04:13.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:04:13.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:04:13.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57cb60f0-332b-421f-8732-62dd4db0f321 url= /sdc/v1/artifactTypes
2021-04-23T23:04:13.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:04:14.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:04:14.007Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:04:14.007Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:04:14.008Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:04:14.008Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:04:15.021Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:04:15.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:04:15.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:04:15.022Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:05:03.960Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:05:03.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:05:03.961Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:05:03.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:05:03.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87efbf7c-2431-4c35-a792-223251e73944 url= /sdc/v1/artifactTypes
2021-04-23T23:05:03.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:05:03.999Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:05:04.001Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:05:04.001Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:05:04.001Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:05:04.002Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:05:05.037Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:05:05.037Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:05:05.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:05:05.038Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:05:53.961Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:05:53.962Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:05:53.963Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:05:53.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:05:53.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8c4de91-765d-476d-a580-b33f97aa7e0e url= /sdc/v1/artifactTypes
2021-04-23T23:05:53.970Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:05:53.996Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:05:53.997Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:05:53.997Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:05:53.997Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:05:53.998Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:05:55.026Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:05:55.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:05:55.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:05:55.028Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:06:43.960Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:06:43.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:06:43.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:06:43.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:06:43.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38321a2d-35bf-48f6-9109-4f9f79717487 url= /sdc/v1/artifactTypes
2021-04-23T23:06:43.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:06:43.993Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:06:43.994Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:06:43.994Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:06:43.994Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:06:43.994Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:06:45.005Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-23T23:06:45.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)]
2021-04-23T23:06:45.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
2021-04-23T23:06:45.006Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:07:33.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:07:33.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:07:33.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:07:33.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:07:33.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c678e9cc-f6c2-4ee4-b1d1-3f09ad2a8b76 url= /sdc/v1/artifactTypes
2021-04-23T23:07:33.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:07:33.993Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:07:33.994Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:07:33.994Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:07:33.994Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-23T23:07:33.994Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T23:07:34.318Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:07:34.392Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a3788c13-525b-4441-ab23-9b17e0486f49 url= /sdc/v1/registerForDistribution
2021-04-23T23:07:34.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a656212
2021-04-23T23:07:34.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-04-23T23:07:34.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-04-23T23:07:34.606Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JI92scy4lB1RpX0e will send credentials over a clear channel.
2021-04-23T23:07:34.607Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JI92scy4lB1RpX0e (as JI92scy4lB1RpX0e) ...
2021-04-23T23:07:34.651Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:07:34.653Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-23T23:07:34.654Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T23:07:45.735Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-23T23:08:23.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T23:08:23.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T23:08:23.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T23:08:23.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T23:08:23.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3f5a046-b92d-4c64-a200-6df996640cbb url= /sdc/v1/artifactTypes
2021-04-23T23:08:23.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T23:08:23.990Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:08:23.992Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-23T23:08:23.992Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T23:08:23.993Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-04-23T23:08:23.993Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JI92scy4lB1RpX0e) ...
2021-04-23T23:08:24.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:24.017Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 98094d9d-ccce-4d41-b675-747a19286213 url= /sdc/v1/registerForDistribution
2021-04-23T23:08:24.091Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 98094d9d-ccce-4d41-b675-747a19286213 url= /sdc/v1/registerForDistribution
2021-04-23T23:08:24.091Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-23T23:08:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:08:24.106Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:08:24.106Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:24.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:08:24.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:08:24.108Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:24.111Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-23T23:08:32.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:32.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-23T23:08:32.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d265146-5390-4510-9103-658ac1858215","serviceName":"basic_onboard_vAdSiM","serviceVersion":"1.0","serviceUUID":"707e1920-9b6e-489e-ae61-76ca9454fcda","serviceDescription":"service","serviceInvariantUUID":"6c979e6d-584c-4fed-8d92-448f43116f80","resources":[{"resourceInstanceName":"basic_onboard_vAdSiM 0","resourceName":"basic_onboard_vAdSiM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68b43a62-56ed-460c-8d94-7fd539bd0060","resourceInvariantUUID":"b20209f5-fdc1-497a-874b-fa6147917fd0","resourceCustomizationUUID":"61c772aa-9c67-4d17-80df-e71dd5cfa1fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml","artifactChecksum":"MWVjZTgxNWQ4ZTM4MmIzODRkNGUxZTllNjI0YjdjNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bbbcadb-2428-4943-936a-f0137176a9b1","artifactVersion":"1"},{"artifactName":"basic_onboard_vadsim0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json","artifactChecksum":"MTIxZmY5NmZjYmRjZDgyNWZjMzhmMmQyY2IxYzJjZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e980be1d-ec66-401a-95e8-bb6215502a6f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8295e059-09ab-4ffa-86d8-bc71b2c10106","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c54c8d42-6ea7-40d7-848e-ce6e28350abd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7cffbba-9d19-45a4-af82-c6972d49f58d","artifactVersion":"2","generatedFromUUID":"8295e059-09ab-4ffa-86d8-bc71b2c10106"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVadsim-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml","artifactChecksum":"MzUyMzhlMGJkOWRhZGRkZjkzNjU4NTYzNjdkZTQyNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50caffe7-8c0a-4158-814d-c5cb989462b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVadsim-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar","artifactChecksum":"YjVmNjJjMjQzZjM5M2UwOWRhMmIxN2JhMTczZWYwZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79d89fcb-aa96-4faa-876d-bfeb289c5a50","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T23:08:32.279Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:32.287Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:32.296Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:32.296Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:08:32.462Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 0 ms
2021-04-23T23:08:32.465Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:32.465Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:32.481Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:32.482Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:32.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:08:32.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:08:32.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:08:33.464Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:33.465Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:33.466Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:33.466Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:08:33.567Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:33.568Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:33.568Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:33.585Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:33.586Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:08:34.467Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:34.468Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:34.470Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:34.470Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:08:34.570Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:34.572Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:34.572Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:34.592Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:34.592Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:35.470Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:35.471Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:35.473Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:35.473Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:08:35.573Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:35.574Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:35.575Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:35.589Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:35.589Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:08:36.473Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:36.474Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:36.476Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:36.476Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-23T23:08:36.576Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:36.577Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:36.578Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:36.594Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:36.595Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:08:37.476Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:37.477Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:37.479Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:37.479Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:08:37.579Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:37.580Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:37.580Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:37.599Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:37.600Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:38.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:08:38.480Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:38.482Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:38.482Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:08:38.582Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:38.583Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:38.583Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:38.597Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:38.597Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:39.484Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"serviceName": "basic_onboard_vAdSiM",
"serviceVersion": "1.0",
"serviceUUID": "707e1920-9b6e-489e-ae61-76ca9454fcda",
"serviceDescription": "service",
"serviceInvariantUUID": "6c979e6d-584c-4fed-8d92-448f43116f80",
"resources": [
{
"resourceInstanceName": "basic_onboard_vAdSiM 0",
"resourceCustomizationUUID": "61c772aa-9c67-4d17-80df-e71dd5cfa1fd",
"resourceName": "basic_onboard_vAdSiM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "68b43a62-56ed-460c-8d94-7fd539bd0060",
"resourceInvariantUUID": "b20209f5-fdc1-497a-874b-fa6147917fd0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vadsim0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"artifactChecksum": "MTIxZmY5NmZjYmRjZDgyNWZjMzhmMmQyY2IxYzJjZDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e980be1d-ec66-401a-95e8-bb6215502a6f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8295e059-09ab-4ffa-86d8-bc71b2c10106",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f7cffbba-9d19-45a4-af82-c6972d49f58d",
"generatedFromUUID": "8295e059-09ab-4ffa-86d8-bc71b2c10106"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f7cffbba-9d19-45a4-af82-c6972d49f58d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVadsim-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"artifactChecksum": "YjVmNjJjMjQzZjM5M2UwOWRhMmIxN2JhMTczZWYwZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79d89fcb-aa96-4faa-876d-bfeb289c5a50"
}
],
"workloadContext": "Production"
}
2021-04-23T23:08:39.484Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T23:08:39.485Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 707e1920-9b6e-489e-ae61-76ca9454fcda ASDC
2021-04-23T23:08:39.624Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9d265146-5390-4510-9103-658ac1858215
ServiceName:basic_onboard_vAdSiM
ServiceVersion:1.0
ServiceUUID:707e1920-9b6e-489e-ae61-76ca9454fcda
ServiceInvariantUUID:6c979e6d-584c-4fed-8d92-448f43116f80
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVadsim-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar
ArtifactUUID:79d89fcb-aa96-4faa-876d-bfeb289c5a50
ArtifactChecksum:YjVmNjJjMjQzZjM5M2UwOWRhMmIxN2JhMTczZWYwZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vAdSiM 0
ResourceCustomizationUUID:61c772aa-9c67-4d17-80df-e71dd5cfa1fd
ResourceInvariantUUID:b20209f5-fdc1-497a-874b-fa6147917fd0
ResourceName:basic_onboard_vAdSiM
ResourceType:VF
ResourceUUID:68b43a62-56ed-460c-8d94-7fd539bd0060
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vadsim0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json
ArtifactUUID:e980be1d-ec66-401a-95e8-bb6215502a6f
ArtifactChecksum:MTIxZmY5NmZjYmRjZDgyNWZjMzhmMmQyY2IxYzJjZDc=
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/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8295e059-09ab-4ffa-86d8-bc71b2c10106
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/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env
ArtifactUUID:f7cffbba-9d19-45a4-af82-c6972d49f58d
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/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env
ArtifactUUID:f7cffbba-9d19-45a4-af82-c6972d49f58d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-23T23:08:39.624Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 707e1920-9b6e-489e-ae61-76ca9454fcda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:08:39.833Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T23:08:39.833Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-23T23:08:39.834Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-23T23:08:39.834Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79d89fcb-aa96-4faa-876d-bfeb289c5a50 from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:39.834Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-23T23:08:39.835Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:41.261Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:08:41.280Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar 79d89fcb-aa96-4faa-876d-bfeb289c5a50 74820
2021-04-23T23:08:41.280Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar ASDC sendASDCNotification
2021-04-23T23:08:41.280Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:41.282Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:08:41.283Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:41.284Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:41.285Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219321280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:08:41.386Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T23:08:41.386Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:41.387Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:41.402Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:41.402Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:42.285Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T23:08:42.286Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-23T23:08:42.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 79d89fcb-aa96-4faa-876d-bfeb289c5a50, URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar to file: /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:42.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:42.662Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:42.663Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:43.105Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14676051272344586118/Definitions/service-BasicOnboardVadsim-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-23T23:08:44.558Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T23:08:44.564Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-23T23:08:44.564Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vAdSiM 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-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vAdSiM 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.567Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.567Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:44.567Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-23T23:08:44.573Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.575Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.579Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:44.579Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-23T23:08:44.581Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T23:08:44.583Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T23:08:44.585Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.585Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.589Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.589Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is not matching search criteria
2021-04-23T23:08:44.590Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-23T23:08:44.590Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-23T23:08:44.598Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T23:08:44.600Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is not matching search criteria
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=649ab70c-4ab2-413d-8ade-f9781152df2b
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vAdSiM
Description:service
Model UUID:707e1920-9b6e-489e-ae61-76ca9454fcda
Model Version:NULL
Model InvariantUuid:6c979e6d-584c-4fed-8d92-448f43116f80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vAdSiM
Model UUID:053b65af-07ca-40fa-b9ae-4c8ff695d145
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b20209f5-fdc1-497a-874b-fa6147917fd0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:61c772aa-9c67-4d17-80df-e71dd5cfa1fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aa34e4da-52d5-4e82-9f58-7b631253ec59
ModelName:BasicOnboardVadsim..base_ubuntu18..module-0
ModelUuid:40a6f179-ce30-437f-9d6c-13a6a8763400
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:649ab70c-4ab2-413d-8ade-f9781152df2b
ModelInvariantUuid:82eb7a4f-7018-4105-b683-b97d324b1c29
ModelName:basic_onboard_vAdSiM-nodes.ubuntu18Cvfc
ModelUuid:8e1df562-8cb3-4ef6-bbbd-404b7836d0d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ea7d9a36-9bac-4cf1-880f-aa0e0e296330
ModelInvariantUuid:40001e56-9b77-41c3-a1f3-c8b41af9593d
ModelName:BasicOnboardVadsim.compute.nodes.heat.ubuntu18
ModelUuid:1745959e-e9f9-4d28-9690-1c114cd1c89e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T23:08:44.626Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 68b43a62-56ed-460c-8d94-7fd539bd0060
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:08:44.719Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||basic_onboard_vAdSiM 0
2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68b43a62-56ed-460c-8d94-7fd539bd0060
2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e980be1d-ec66-401a-95e8-bb6215502a6f from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json
2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json
2021-04-23T23:08:44.971Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:08:44.971Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json e980be1d-ec66-401a-95e8-bb6215502a6f 798
2021-04-23T23:08:44.971Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json ASDC sendASDCNotification
2021-04-23T23:08:44.972Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json
2021-04-23T23:08:44.972Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:08:44.972Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:44.974Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:44.974Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219324971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:08:45.074Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:45.075Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:45.075Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:45.088Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:45.088Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:45.975Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVadsim..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aa34e4da-52d5-4e82-9f58-7b631253ec59",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40a6f179-ce30-437f-9d6c-13a6a8763400",
"vfModuleModelCustomizationUUID": "298becd6-6dd9-443e-8f06-8656618830a8",
"isBase": true,
"artifacts": [
"8295e059-09ab-4ffa-86d8-bc71b2c10106",
"f7cffbba-9d19-45a4-af82-c6972d49f58d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T23:08:45.997Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVadsim..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40a6f179-ce30-437f-9d6c-13a6a8763400
VfModuleModelInvariantUUID:aa34e4da-52d5-4e82-9f58-7b631253ec59
VfModuleModelDescription:NULL
Artifacts UUID List:{
8295e059-09ab-4ffa-86d8-bc71b2c10106
,
f7cffbba-9d19-45a4-af82-c6972d49f58d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVadsim..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aa34e4da-52d5-4e82-9f58-7b631253ec59",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40a6f179-ce30-437f-9d6c-13a6a8763400",
"vfModuleModelCustomizationUUID": "298becd6-6dd9-443e-8f06-8656618830a8",
"isBase": true,
"artifacts": [
"8295e059-09ab-4ffa-86d8-bc71b2c10106",
"f7cffbba-9d19-45a4-af82-c6972d49f58d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVadsim..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40a6f179-ce30-437f-9d6c-13a6a8763400
VfModuleModelInvariantUUID:aa34e4da-52d5-4e82-9f58-7b631253ec59
VfModuleModelDescription:NULL
Artifacts UUID List:{
8295e059-09ab-4ffa-86d8-bc71b2c10106
,
f7cffbba-9d19-45a4-af82-c6972d49f58d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8295e059-09ab-4ffa-86d8-bc71b2c10106 from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml
2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml
2021-04-23T23:08:46.617Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml 8295e059-09ab-4ffa-86d8-bc71b2c10106 5033
2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml
2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:46.620Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:46.620Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219326618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:08:46.720Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:46.721Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:46.721Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:46.735Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:46.735Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:47.621Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f7cffbba-9d19-45a4-af82-c6972d49f58d from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env
2021-04-23T23:08:47.621Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-23T23:08:47.621Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env
2021-04-23T23:08:47.853Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env f7cffbba-9d19-45a4-af82-c6972d49f58d 909
2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env
2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:47.856Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:47.856Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219327854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:08:47.956Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:47.957Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:47.957Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:47.973Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:47.973Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:48.857Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 707e1920-9b6e-489e-ae61-76ca9454fcda
2021-04-23T23:08:48.858Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vAdSiM 0 68b43a62-56ed-460c-8d94-7fd539bd0060 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:08:48.891Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 61c772aa-9c67-4d17-80df-e71dd5cfa1fd
2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61c772aa-9c67-4d17-80df-e71dd5cfa1fd matches Tosca VF Customization UUID: 61c772aa-9c67-4d17-80df-e71dd5cfa1fd
2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 61c772aa-9c67-4d17-80df-e71dd5cfa1fd matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T23:08:48.914Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.914Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.915Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 61c772aa-9c67-4d17-80df-e71dd5cfa1fd: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-23T23:08:48.915Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ce06c6c
2021-04-23T23:08:48.916Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.916Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T23:08:48.916Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 298becd6-6dd9-443e-8f06-8656618830a8
2021-04-23T23:08:48.917Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 298becd6-6dd9-443e-8f06-8656618830a8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T23:08:48.929Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.929Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:48.930Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:08:48.930Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.931Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:48.931Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:08:48.931Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is not matching search criteria
2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=649ab70c-4ab2-413d-8ade-f9781152df2b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T23:08:48.941Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria
2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=61c772aa-9c67-4d17-80df-e71dd5cfa1fd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 707e1920-9b6e-489e-ae61-76ca9454fcda: basic_onboard_vAdSiM
2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.946Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:08:48.946Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:08:48.946Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_vAdSiM
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:08:49.123Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vAdSiM 68b43a62-56ed-460c-8d94-7fd539bd0060 1 ASDC deployResourceStructure
2021-04-23T23:08:49.124Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json ASDC sendASDCNotification
2021-04-23T23:08:49.124Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json
2021-04-23T23:08:49.125Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:08:49.125Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:49.127Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:49.127Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219329124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:08:49.227Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:49.229Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:49.229Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:49.245Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:49.246Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:08:50.127Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-23T23:08:50.128Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml
2021-04-23T23:08:50.128Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:08:50.129Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:50.131Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:50.131Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219330127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T23:08:50.232Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:50.232Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:50.232Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:50.250Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:50.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:51.132Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-23T23:08:51.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env
2021-04-23T23:08:51.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:08:51.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:51.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:51.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219331132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-23T23:08:51.236Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:08:51.237Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:51.237Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:51.251Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:51.252Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar ASDC sendASDCNotification
2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar
2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:08:52.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:08:52.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219332136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T23:08:52.240Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T23:08:52.241Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:08:52.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:08:52.257Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:08:52.257Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:08:53.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:08:53.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:08:53.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:08:53.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:08:53.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:09:23.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:09:23.171Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:09:23.173Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:09:23.174Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:09:23.174Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:09:24.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:09:24.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:09:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:09:24.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:09:24.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:09:24.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:09:24.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:09:53.174Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:09:53.182Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:09:53.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:09:53.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:09:53.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:10:23.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:10:23.192Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:10:23.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:10:23.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:10:23.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:10:24.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:10:24.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:10:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:10:24.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:10:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-23T23:10:24.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:10:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-23T23:10:53.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:10:53.202Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:10:53.204Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:10:53.204Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:10:53.204Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:11:23.205Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:11:23.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:11:23.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:11:23.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:11:23.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:11:24.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:11:24.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:11:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:11:24.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:11:24.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219301626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219305621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219304105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219320607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219320605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219321280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219321986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219321984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219323755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219323748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219324756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:11:24.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d265146-5390-4510-9103-658ac1858215
2021-04-23T23:11:24.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d265146-5390-4510-9103-658ac1858215 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219324971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219324980,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:11:24.164Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d265146-5390-4510-9103-658ac1858215
2021-04-23T23:11:24.164Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d265146-5390-4510-9103-658ac1858215 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219325760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219325984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219326618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219320878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219327854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219329124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219329328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219330127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219331132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219332136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219333623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219336622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:24.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219337628,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:11:24.178Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d265146-5390-4510-9103-658ac1858215
2021-04-23T23:11:24.178Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d265146-5390-4510-9103-658ac1858215 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-23T23:11:24.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:11:24.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219338631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:11:24.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:11:53.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:11:53.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:11:53.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:11:53.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:11:53.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:12:23.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:12:23.235Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:12:23.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:12:23.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:12:23.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:12:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:12:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:12:24.108Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:12:24.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:12:24.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219365621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219360877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219361626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219368100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219375255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219375563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219375959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219377373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219370728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219378045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219378266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219378303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219378379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "policy-id",
"timestamp": 1619219379382,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:12:24.667Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580
2021-04-23T23:12:24.667Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:12:24.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219380142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219380563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219380761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219381146,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:12:24.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580
2021-04-23T23:12:24.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "ves-openapi-manager",
"timestamp": 1619219374624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:12:24.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219381568,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:12:24.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580
2021-04-23T23:12:24.713Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-23T23:12:24.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219381901,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:12:24.722Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580
2021-04-23T23:12:24.723Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-23T23:12:24.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619219382149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:12:24.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219375571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:12:24.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:12:24.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219382571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:12:24.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219382905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:12:24.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219383645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219390783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219391852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T23:12:24.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "clamp",
"timestamp": 1619219392856,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:12:24.736Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580
2021-04-23T23:12:24.736Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:12:24.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219404616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-04-23T23:12:24.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:12:24.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:12:24.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "aai-ml",
"timestamp": 1619219405621,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T23:12:24.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580
2021-04-23T23:12:24.748Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:12:53.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:12:53.245Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:12:53.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:12:53.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:12:53.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:13:23.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:13:23.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:13:23.257Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:13:23.258Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:13:23.258Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:13:24.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:13:24.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:13:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:13:33.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:13:53.258Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-23T23:13:53.259Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d265146-5390-4510-9103-658ac1858215 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-23T23:13:53.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d265146-5390-4510-9103-658ac1858215 and serviceModelVersionId: 707e1920-9b6e-489e-ae61-76ca9454fcda
2021-04-23T23:13:53.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c979e6d-584c-4fed-8d92-448f43116f80
2021-04-23T23:14:06.708Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0
2021-04-23T23:14:06.816Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T23:14:07.260Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-23T23:14:07.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0|INFO|500||Invoke
2021-04-23T23:14:07.354Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-23T23:14:07.423Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-23T23:14:07.425Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-23:14:07:365-39573], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:14:07 GMT], Content-Type=[application/json]}
2021-04-23T23:14:07.426Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda","ERR.5.4.6114"]}}}
2021-04-23T23:14:07.448Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114)
2021-04-23T23:14:07.449Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T23:14:07.449Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114)
2021-04-23T23:14:07.450Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:14:07.453Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T23:14:07.460Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d265146-5390-4510-9103-658ac1858215 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114)
2021-04-23T23:14:07.460Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-23T23:14:07.461Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:07.462Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:07.463Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219647460,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec\u003dERR.5.4.6114)"
}
2021-04-23T23:14:07.563Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:07.564Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:07.564Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:07.579Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:07.579Z||pool-18-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-04-23T23:14:08.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:14:08.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:14:08.473Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:12.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:12.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:14:12.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed68f1c3-216d-40ba-bde5-c3f66a80e580","serviceName":"vFW 2021-04-23 23-07-23","serviceVersion":"1.0","serviceUUID":"6c06f8a7-b23d-4e0d-a76e-092730380f21","serviceDescription":"catalog service description","serviceInvariantUUID":"23d24769-e206-4c19-ba81-d719afe0716e","resources":[{"resourceInstanceName":"vFW 659fc7dc-f5a3 0","resourceName":"vFW 659fc7dc-f5a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7be8011d-ca5a-41d2-befa-018d3b60b8b7","resourceInvariantUUID":"fa9ace75-30de-4a34-8c75-f30871fb929f","resourceCustomizationUUID":"58523d11-0f2d-4dfb-bfeb-d37f10edc1fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml","artifactChecksum":"MDdkMmQwODA3MWU3ODdhZDBmNjM3MDJkMTkzNGY2MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"480c7fab-e306-4c34-b2b2-a82e763af986","artifactVersion":"1"},{"artifactName":"vfw659fc7dcf5a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json","artifactChecksum":"Y2VjZmNhZTFmOWI1NjEzZTMxOWQ1YTEzNWJiNmE1NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1aa68c35-886a-484f-8567-eeb84fa569a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90d4c7ca-9a40-4df5-b662-ba1b9a5ef010","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml","artifactChecksum":"MGViZGUyOTNiZDljNjRjZDQyMjg2YzM4ZGNjNTc3OTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4cc3a58-c110-4e97-a570-6a790be01149","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ade85ad7-da4c-42ab-88f4-e76803abd431","artifactVersion":"2","generatedFromUUID":"90d4c7ca-9a40-4df5-b662-ba1b9a5ef010"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423230723-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml","artifactChecksum":"NjcxMDFhMmM5ZjY5YWRlNThmZGUyOTgyOWJmNzE3ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cab0134-47a4-4876-8c7a-eae3a1ac75f3","artifactVersion":"1"},{"artifactName":"service-Vfw20210423230723-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar","artifactChecksum":"ODI3MjU0NTkyNGZkYzBmZDA2NjViYzVlMThmMzlkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d83c2bb-a283-4b98-8685-e1d13aa63aa7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T23:14:12.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:12.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:12.783Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:12.783Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:14:12.883Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:12.884Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:12.884Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:12.895Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:12.896Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:13.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:13.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:13.787Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:13.787Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:14:13.887Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:13.888Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:13.888Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:13.900Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:13.900Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:14.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:14.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:14.790Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:14.790Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:14:14.890Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:14.891Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:14.892Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:14.904Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:14.904Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:15.790Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:15.791Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:15.793Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:15.793Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:14:15.893Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:15.894Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:15.894Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:15.906Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:15.906Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:16.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:16.795Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:16.796Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:16.797Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T23:14:16.897Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:16.898Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:16.898Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:16.909Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:16.910Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:17.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:17.798Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:17.799Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:17.800Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:14:17.900Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:17.901Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:17.901Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:17.914Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:17.915Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:18.800Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:14:18.801Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:18.803Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:18.803Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:14:18.903Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:18.904Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:18.904Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:18.916Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:18.916Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:19.804Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"serviceName": "vFW 2021-04-23 23-07-23",
"serviceVersion": "1.0",
"serviceUUID": "6c06f8a7-b23d-4e0d-a76e-092730380f21",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "23d24769-e206-4c19-ba81-d719afe0716e",
"resources": [
{
"resourceInstanceName": "vFW 659fc7dc-f5a3 0",
"resourceCustomizationUUID": "58523d11-0f2d-4dfb-bfeb-d37f10edc1fb",
"resourceName": "vFW 659fc7dc-f5a3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7be8011d-ca5a-41d2-befa-018d3b60b8b7",
"resourceInvariantUUID": "fa9ace75-30de-4a34-8c75-f30871fb929f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw659fc7dcf5a30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"artifactChecksum": "Y2VjZmNhZTFmOWI1NjEzZTMxOWQ1YTEzNWJiNmE1NDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1aa68c35-886a-484f-8567-eeb84fa569a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "90d4c7ca-9a40-4df5-b662-ba1b9a5ef010",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ade85ad7-da4c-42ab-88f4-e76803abd431",
"generatedFromUUID": "90d4c7ca-9a40-4df5-b662-ba1b9a5ef010"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ade85ad7-da4c-42ab-88f4-e76803abd431",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210423230723-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"artifactChecksum": "ODI3MjU0NTkyNGZkYzBmZDA2NjViYzVlMThmMzlkMjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d83c2bb-a283-4b98-8685-e1d13aa63aa7"
}
],
"workloadContext": "Production"
}
2021-04-23T23:14:19.805Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T23:14:19.805Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c06f8a7-b23d-4e0d-a76e-092730380f21 ASDC
2021-04-23T23:14:19.805Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ed68f1c3-216d-40ba-bde5-c3f66a80e580
ServiceName:vFW 2021-04-23 23-07-23
ServiceVersion:1.0
ServiceUUID:6c06f8a7-b23d-4e0d-a76e-092730380f21
ServiceInvariantUUID:23d24769-e206-4c19-ba81-d719afe0716e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210423230723-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar
ArtifactUUID:8d83c2bb-a283-4b98-8685-e1d13aa63aa7
ArtifactChecksum:ODI3MjU0NTkyNGZkYzBmZDA2NjViYzVlMThmMzlkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 659fc7dc-f5a3 0
ResourceCustomizationUUID:58523d11-0f2d-4dfb-bfeb-d37f10edc1fb
ResourceInvariantUUID:fa9ace75-30de-4a34-8c75-f30871fb929f
ResourceName:vFW 659fc7dc-f5a3
ResourceType:VF
ResourceUUID:7be8011d-ca5a-41d2-befa-018d3b60b8b7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw659fc7dcf5a30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json
ArtifactUUID:1aa68c35-886a-484f-8567-eeb84fa569a8
ArtifactChecksum:Y2VjZmNhZTFmOWI1NjEzZTMxOWQ1YTEzNWJiNmE1NDE=
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/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml
ArtifactUUID:90d4c7ca-9a40-4df5-b662-ba1b9a5ef010
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/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env
ArtifactUUID:ade85ad7-da4c-42ab-88f4-e76803abd431
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/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env
ArtifactUUID:ade85ad7-da4c-42ab-88f4-e76803abd431
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-23T23:14:19.805Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c06f8a7-b23d-4e0d-a76e-092730380f21 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T23:14:19.837Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d83c2bb-a283-4b98-8685-e1d13aa63aa7 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:14:19.839Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:20.200Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar 8d83c2bb-a283-4b98-8685-e1d13aa63aa7 110266
2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar ASDC sendASDCNotification
2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:14:20.206Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:20.207Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:20.207Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219660205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:14:20.307Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:20.308Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:20.308Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:20.320Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:20.321Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:21.208Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T23:14:21.209Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T23:14:21.209Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8d83c2bb-a283-4b98-8685-e1d13aa63aa7, URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar to file: /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:21.209Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423230723-csar.csar
2021-04-23T23:14:21.210Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:21.210Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:21.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15016999519101147118/Definitions/service-Vfw20210423230723-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-23T23:14:23.534Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 659fc7dc-f5a3 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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||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-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 659fc7dc-f5a3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf956c4c-a8ab-4d6d-a4d1-f90f8b39bb4e
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35bb0c09-b1cb-47bb-b3ca-c4e35a8409e3
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01c5507-b7b8-4e65-a524-4dea68219aeb
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-23 23-07-23
Description:catalog service description
Model UUID:6c06f8a7-b23d-4e0d-a76e-092730380f21
Model Version:NULL
Model InvariantUuid:23d24769-e206-4c19-ba81-d719afe0716e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 659fc7dc-f5a3
Model UUID:084894a6-6001-4a2d-b2f6-0c611358a774
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa9ace75-30de-4a34-8c75-f30871fb929f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:58523d11-0f2d-4dfb-bfeb-d37f10edc1fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d8e4fce5-7eda-4927-a98e-417abe2a0704
ModelName:Vfw659fc7dcF5a3..base_vfw..module-0
ModelUuid:fe7bf33c-5b43-41ae-a794-e933ce553872
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cf956c4c-a8ab-4d6d-a4d1-f90f8b39bb4e
ModelInvariantUuid:22fcf4ee-a00f-454c-a483-7481cc96bd35
ModelName:vFW 659fc7dc-f5a3-nodes.vfwCvfc
ModelUuid:dae351c4-ab70-41f5-a556-eb5c7083556f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3d860bcd-9a5a-4f87-a7c7-44e90c108731
ModelInvariantUuid:b65f82f1-26f2-44d5-be80-b5e1eb0a04e6
ModelName:Vfw659fc7dcF5a3.compute.nodes.heat.vfw
ModelUuid:3264b51c-30cd-4106-9329-2f2e51eaba5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:35bb0c09-b1cb-47bb-b3ca-c4e35a8409e3
ModelInvariantUuid:a1b93fc0-6876-4702-a81a-0d0176ff8002
ModelName:vFW 659fc7dc-f5a3-nodes.vsnCvfc
ModelUuid:1d8187b0-60f6-4814-9f72-df44bfe3e325
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fde876a5-ccb0-4142-baff-a0a6b8879335
ModelInvariantUuid:d580c295-fd3a-472a-a09c-640c3203ee6a
ModelName:Vfw659fc7dcF5a3.compute.nodes.heat.vsn
ModelUuid:f3031325-34af-4d4a-bb0a-701bab12e497
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e01c5507-b7b8-4e65-a524-4dea68219aeb
ModelInvariantUuid:5e29bc4d-f083-4153-86fb-827f0a6d6cb7
ModelName:vFW 659fc7dc-f5a3-nodes.vpgCvfc
ModelUuid:4702c614-a9db-4863-ae30-54be48b66c87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:25c06845-b307-4f84-afcd-3a78496f736a
ModelInvariantUuid:cd4bbce4-9704-476d-8405-ace2bb19e1dc
ModelName:Vfw659fc7dcF5a3.compute.nodes.heat.vpg
ModelUuid:bbb1d8b8-3b49-4065-aea1-85232e646359
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T23:14:23.556Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7be8011d-ca5a-41d2-befa-018d3b60b8b7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:14:23.558Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||vFW 659fc7dc-f5a3 0
2021-04-23T23:14:23.558Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7be8011d-ca5a-41d2-befa-018d3b60b8b7
2021-04-23T23:14:23.558Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1aa68c35-886a-484f-8567-eeb84fa569a8 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json
2021-04-23T23:14:23.559Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:14:23.559Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json
2021-04-23T23:14:23.755Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json 1aa68c35-886a-484f-8567-eeb84fa569a8 785
2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json ASDC sendASDCNotification
2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json
2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:14:23.757Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:23.758Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:23.758Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219663756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:14:23.858Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:23.859Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:23.860Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:23.873Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:23.874Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:14:24.107Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:14:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:24.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d265146-5390-4510-9103-658ac1858215",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219647460,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec\u003dERR.5.4.6114)"
}
2021-04-23T23:14:24.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:14:24.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:14:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:14:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219648472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219660205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219663756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:14:24.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:14:24.763Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw659fc7dcF5a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d8e4fce5-7eda-4927-a98e-417abe2a0704",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fe7bf33c-5b43-41ae-a794-e933ce553872",
"vfModuleModelCustomizationUUID": "026f92eb-55fe-4fac-8f64-3bc79bf09544",
"isBase": true,
"artifacts": [
"90d4c7ca-9a40-4df5-b662-ba1b9a5ef010",
"ade85ad7-da4c-42ab-88f4-e76803abd431"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T23:14:24.767Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw659fc7dcF5a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe7bf33c-5b43-41ae-a794-e933ce553872
VfModuleModelInvariantUUID:d8e4fce5-7eda-4927-a98e-417abe2a0704
VfModuleModelDescription:NULL
Artifacts UUID List:{
90d4c7ca-9a40-4df5-b662-ba1b9a5ef010
,
ade85ad7-da4c-42ab-88f4-e76803abd431
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw659fc7dcF5a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d8e4fce5-7eda-4927-a98e-417abe2a0704",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fe7bf33c-5b43-41ae-a794-e933ce553872",
"vfModuleModelCustomizationUUID": "026f92eb-55fe-4fac-8f64-3bc79bf09544",
"isBase": true,
"artifacts": [
"90d4c7ca-9a40-4df5-b662-ba1b9a5ef010",
"ade85ad7-da4c-42ab-88f4-e76803abd431"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw659fc7dcF5a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe7bf33c-5b43-41ae-a794-e933ce553872
VfModuleModelInvariantUUID:d8e4fce5-7eda-4927-a98e-417abe2a0704
VfModuleModelDescription:NULL
Artifacts UUID List:{
90d4c7ca-9a40-4df5-b662-ba1b9a5ef010
,
ade85ad7-da4c-42ab-88f4-e76803abd431
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml
2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml
2021-04-23T23:14:24.983Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml 90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 20368
2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml
2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:24.986Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:24.986Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219664984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:14:25.087Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T23:14:25.088Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:25.088Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:25.098Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:25.099Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:14:25.987Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ade85ad7-da4c-42ab-88f4-e76803abd431 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env
2021-04-23T23:14:25.988Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:14:25.988Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env
2021-04-23T23:14:26.211Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:14:26.212Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ade85ad7-da4c-42ab-88f4-e76803abd431 2098
2021-04-23T23:14:26.212Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T23:14:26.212Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env
2021-04-23T23:14:26.213Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:14:26.213Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:26.215Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:26.215Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219666212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:14:26.315Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:26.316Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:26.316Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:26.327Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:26.328Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:27.215Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6c06f8a7-b23d-4e0d-a76e-092730380f21
2021-04-23T23:14:27.216Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 659fc7dc-f5a3 0 7be8011d-ca5a-41d2-befa-018d3b60b8b7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb
2021-04-23T23:14:27.237Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb matches Tosca VF Customization UUID: 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb
2021-04-23T23:14:27.237Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T23:14:27.239Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.239Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.240Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-23T23:14:27.240Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f2156dc
2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 026f92eb-55fe-4fac-8f64-3bc79bf09544
2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 026f92eb-55fe-4fac-8f64-3bc79bf09544
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T23:14:27.243Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:27.248Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:14:27.248Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.248Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf956c4c-a8ab-4d6d-a4d1-f90f8b39bb4e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T23:14:27.250Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.250Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:27.250Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:27.253Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:14:27.253Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.253Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35bb0c09-b1cb-47bb-b3ca-c4e35a8409e3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T23:14:27.255Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.255Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:27.255Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:27.257Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria
2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:14:27.260Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T23:14:27.260Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01c5507-b7b8-4e65-a524-4dea68219aeb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria
2021-04-23T23:14:27.263Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=58523d11-0f2d-4dfb-bfeb-d37f10edc1fb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:14:27.264Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.264Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6c06f8a7-b23d-4e0d-a76e-092730380f21: vFW 659fc7dc-f5a3
2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-23 23-07-23
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:14:27.397Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 659fc7dc-f5a3 7be8011d-ca5a-41d2-befa-018d3b60b8b7 1 ASDC deployResourceStructure
2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json ASDC sendASDCNotification
2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json
2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:27.400Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:27.400Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219667398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:14:27.500Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:27.501Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:27.501Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:27.512Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:27.513Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:28.402Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T23:14:28.403Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml
2021-04-23T23:14:28.403Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:14:28.403Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:28.405Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:28.405Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219668402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T23:14:28.505Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:28.506Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:28.506Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:28.518Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:28.519Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env
2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:29.408Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:29.408Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219669405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-23T23:14:29.508Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:29.509Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:29.509Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:29.520Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:29.520Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:14:30.408Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar ASDC sendASDCNotification
2021-04-23T23:14:30.409Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar
2021-04-23T23:14:30.409Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T23:14:30.409Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:14:30.410Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:14:30.411Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219670408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T23:14:30.511Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:14:30.512Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:14:30.512Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:14:30.529Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:14:30.530Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:14:31.412Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:14:31.420Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:14:31.424Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:14:31.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:14:31.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:14:31.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:15:01.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:15:01.433Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:15:24.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:15:24.108Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:15:24.109Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:15:24.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:15:24.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:15:24.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219664984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:15:24.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:15:31.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:15:31.451Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:15:31.453Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:15:31.454Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:15:31.454Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:15:31.454Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:16:01.455Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:16:01.462Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:16:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:16:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:16:24.108Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:16:24.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:16:24.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:16:24.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219666212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:16:24.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219667398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json",
"status": "DEPLOY_OK"
}
2021-04-23T23:16:24.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219668402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219669405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219670408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T23:16:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T23:16:31.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:16:31.473Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:17:01.476Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:17:01.484Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:17:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:17:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:17:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:17:31.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:17:31.494Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:17:33.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:18:01.497Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:18:01.505Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:18:01.508Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:18:01.508Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:18:01.508Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:18:01.509Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:18:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:18:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:18:24.108Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:18:25.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:18:25.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:18:25.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619219901626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:18:25.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:18:31.509Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:18:31.517Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:19:01.520Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:19:01.527Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T23:19:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:19:24.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:19:24.107Z||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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:24.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-23T23:19:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619219900878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:19:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-23T23:19:31.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-23T23:19:31.530Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-23T23:19:31.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 and serviceModelVersionId: 6c06f8a7-b23d-4e0d-a76e-092730380f21
2021-04-23T23:19:31.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23d24769-e206-4c19-ba81-d719afe0716e
2021-04-23T23:19:31.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0
2021-04-23T23:19:31.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T23:19:31.581Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|INFO|500||Invoke
2021-04-23T23:19:31.582Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed68f1c3-216d-40ba-bde5-c3f66a80e580], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[643c083d-50fe-495f-a2b7-5af844cff1ab], X-ECOMP-RequestID=[ed68f1c3-216d-40ba-bde5-c3f66a80e580], X-TransactionId=[], X-ONAP-RequestID=[ed68f1c3-216d-40ba-bde5-c3f66a80e580], Content-Type=[application/merge-patch+json]}
2021-04-23T23:19:31.601Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-04-23T23:19:31.765Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?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/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-23:19:31:611-14041], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:19:31 GMT], Content-Type=[application/json]}
2021-04-23T23:19:31.766Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21","ERR.5.4.6114"]}}}
2021-04-23T23:19:31.767Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114)
2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114)
2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:19:31.774Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T23:19:31.774Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed68f1c3-216d-40ba-bde5-c3f66a80e580 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114)
2021-04-23T23:19:31.774Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-23T23:19:31.775Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:31.776Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:31.776Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219971774,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ded68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec\u003dERR.5.4.6114)"
}
2021-04-23T23:19:31.876Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:31.877Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:31.877Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:31.889Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:31.889Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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-04-23T23:19:32.785Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T23:19:32.786Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T23:19:32.786Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|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 pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:37.082Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:37.083Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-23T23:19:37.083Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"81340e18-0476-4249-8dd1-f41ed073ead5","serviceName":"vFW 2021-04-23 23-16-44","serviceVersion":"1.0","serviceUUID":"ab8c000a-28ba-4410-baed-d29ae0bdb9fc","serviceDescription":"catalog service description","serviceInvariantUUID":"30013485-f5bb-4e8f-99ce-e239dc692285","resources":[{"resourceInstanceName":"vFW fef770ec-2918 0","resourceName":"vFW fef770ec-2918","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac84e2e1-91ef-478d-952c-30e3ca7e5fff","resourceInvariantUUID":"0b05c785-b989-4d34-9576-c60c9bf8b28e","resourceCustomizationUUID":"aa605332-9d95-4b3a-9fc4-e8ffa39d7557","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml","artifactChecksum":"ZTg5YjMzM2EyZTRlOWRhNmU3OTEzMzRkNGU1N2VjY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"319843c1-d606-4769-ac6d-7654bce69bd2","artifactVersion":"1"},{"artifactName":"vfwfef770ec29180_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json","artifactChecksum":"ZmEzODUzMWI1YTI2M2YzMDVkZGNmMWQ4NWZkNGM5ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38287add-1d75-41d9-856e-bde858592d3e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bbf85a47-4399-4b4c-9424-ea884445592d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc3MjAxMmVmZjM5ZTNiN2E0MmU0MDU0NWNlZjBhYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7ddb975-5b2e-41c2-966e-d48758a783ef","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de58f632-de98-4108-bfac-b5dbb03af715","artifactVersion":"2","generatedFromUUID":"bbf85a47-4399-4b4c-9424-ea884445592d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423231644-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml","artifactChecksum":"ZmZiNWE1MzRlNGFkNmY5ZWUyMzMzY2U1MjEzYWExZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfb2794a-b799-4f1a-9432-0f6c96dca38f","artifactVersion":"1"},{"artifactName":"service-Vfw20210423231644-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar","artifactChecksum":"MzFhNzJmYWVlZjhiZDE0MzUzM2ZhMDk5YzlmZDhlZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a38b4bbd-ad10-44c8-aaa9-ff2494656dde","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T23:19:37.084Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:37.084Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:37.086Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:37.086Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:19:37.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:37.187Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:37.187Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:37.199Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:37.200Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:38.086Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:38.087Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:38.089Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:38.089Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json",
"status": "NOTIFIED"
}
2021-04-23T23:19:38.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:38.190Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:38.190Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:38.204Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:38.205Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:39.089Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:39.090Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:39.091Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:39.091Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T23:19:39.194Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-23T23:19:39.194Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:39.195Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:39.207Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:39.208Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:40.092Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:40.092Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:40.094Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:40.094Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:19:40.194Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:40.195Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:40.195Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:40.209Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:40.209Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:19:41.094Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:41.095Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:41.096Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:41.096Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T23:19:41.197Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:41.197Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:41.197Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:41.213Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:41.214Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:19:42.097Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:42.097Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:42.099Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:42.099Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T23:19:42.199Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:42.200Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:42.200Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:42.212Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:42.213Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:43.099Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T23:19:43.100Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:43.102Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:43.102Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219972785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T23:19:43.202Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:43.203Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:43.203Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:43.217Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:43.218Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-23T23:19:44.103Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"serviceName": "vFW 2021-04-23 23-16-44",
"serviceVersion": "1.0",
"serviceUUID": "ab8c000a-28ba-4410-baed-d29ae0bdb9fc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "30013485-f5bb-4e8f-99ce-e239dc692285",
"resources": [
{
"resourceInstanceName": "vFW fef770ec-2918 0",
"resourceCustomizationUUID": "aa605332-9d95-4b3a-9fc4-e8ffa39d7557",
"resourceName": "vFW fef770ec-2918",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ac84e2e1-91ef-478d-952c-30e3ca7e5fff",
"resourceInvariantUUID": "0b05c785-b989-4d34-9576-c60c9bf8b28e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfef770ec29180_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json",
"artifactChecksum": "ZmEzODUzMWI1YTI2M2YzMDVkZGNmMWQ4NWZkNGM5ODk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38287add-1d75-41d9-856e-bde858592d3e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bbf85a47-4399-4b4c-9424-ea884445592d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "de58f632-de98-4108-bfac-b5dbb03af715",
"generatedFromUUID": "bbf85a47-4399-4b4c-9424-ea884445592d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "de58f632-de98-4108-bfac-b5dbb03af715",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210423231644-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar",
"artifactChecksum": "MzFhNzJmYWVlZjhiZDE0MzUzM2ZhMDk5YzlmZDhlZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a38b4bbd-ad10-44c8-aaa9-ff2494656dde"
}
],
"workloadContext": "Production"
}
2021-04-23T23:19:44.103Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T23:19:44.103Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab8c000a-28ba-4410-baed-d29ae0bdb9fc ASDC
2021-04-23T23:19:44.104Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:81340e18-0476-4249-8dd1-f41ed073ead5
ServiceName:vFW 2021-04-23 23-16-44
ServiceVersion:1.0
ServiceUUID:ab8c000a-28ba-4410-baed-d29ae0bdb9fc
ServiceInvariantUUID:30013485-f5bb-4e8f-99ce-e239dc692285
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210423231644-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar
ArtifactUUID:a38b4bbd-ad10-44c8-aaa9-ff2494656dde
ArtifactChecksum:MzFhNzJmYWVlZjhiZDE0MzUzM2ZhMDk5YzlmZDhlZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fef770ec-2918 0
ResourceCustomizationUUID:aa605332-9d95-4b3a-9fc4-e8ffa39d7557
ResourceInvariantUUID:0b05c785-b989-4d34-9576-c60c9bf8b28e
ResourceName:vFW fef770ec-2918
ResourceType:VF
ResourceUUID:ac84e2e1-91ef-478d-952c-30e3ca7e5fff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfef770ec29180_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json
ArtifactUUID:38287add-1d75-41d9-856e-bde858592d3e
ArtifactChecksum:ZmEzODUzMWI1YTI2M2YzMDVkZGNmMWQ4NWZkNGM5ODk=
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/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml
ArtifactUUID:bbf85a47-4399-4b4c-9424-ea884445592d
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/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env
ArtifactUUID:de58f632-de98-4108-bfac-b5dbb03af715
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/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env
ArtifactUUID:de58f632-de98-4108-bfac-b5dbb03af715
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-23T23:19:44.104Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab8c000a-28ba-4410-baed-d29ae0bdb9fc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T23:19:44.125Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a38b4bbd-ad10-44c8-aaa9-ff2494656dde from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:44.334Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar a38b4bbd-ad10-44c8-aaa9-ff2494656dde 110100
2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar ASDC sendASDCNotification
2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:44.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:44.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219984339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:19:44.441Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:44.442Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:44.442Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:44.454Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:44.454Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:45.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T23:19:45.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T23:19:45.343Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a38b4bbd-ad10-44c8-aaa9-ff2494656dde, URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar to file: /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:45.343Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423231644-csar.csar
2021-04-23T23:19:45.343Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:45.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:45.724Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14909271509393540202/Definitions/service-Vfw20210423231644-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fef770ec-2918 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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fef770ec-2918 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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-Vfw20210423231644-csar.csar
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria
2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8db81d1-ee26-41c7-9dc1-5bf53a222a32
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5dc81b2c-ece0-4919-bc49-ce879b5eb82a
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b9a30a67-fac1-4113-8623-0084c596c656
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-23 23-16-44
Description:catalog service description
Model UUID:ab8c000a-28ba-4410-baed-d29ae0bdb9fc
Model Version:NULL
Model InvariantUuid:30013485-f5bb-4e8f-99ce-e239dc692285
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fef770ec-2918
Model UUID:5a691702-6828-488e-b32e-23cc566c8787
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b05c785-b989-4d34-9576-c60c9bf8b28e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aa605332-9d95-4b3a-9fc4-e8ffa39d7557
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:705f3b11-4153-4e8f-83ec-3e41f1eafa34
ModelName:VfwFef770ec2918..base_vfw..module-0
ModelUuid:ada1889d-f05c-409c-b148-3e00839efbc4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d8db81d1-ee26-41c7-9dc1-5bf53a222a32
ModelInvariantUuid:72cceedb-6dd3-4be7-9f33-cb2bd7299660
ModelName:vFW fef770ec-2918-nodes.vfwCvfc
ModelUuid:2928f2da-e5d0-4114-af59-f14194b70c00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:376eb79b-337d-4e28-aafd-122aba5cac23
ModelInvariantUuid:9899c50f-3924-4443-b935-3790b8d4b533
ModelName:VfwFef770ec2918.compute.nodes.heat.vfw
ModelUuid:519a5351-cf46-4189-a60d-fe5e018cb266
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5dc81b2c-ece0-4919-bc49-ce879b5eb82a
ModelInvariantUuid:7d4108ba-a8fb-4850-a252-a94dd2262b3a
ModelName:vFW fef770ec-2918-nodes.vsnCvfc
ModelUuid:7623222f-c82f-43ed-a0ba-780f9bb3a276
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:60d73077-399e-490a-a1dd-32d84070aad9
ModelInvariantUuid:8a2c47d2-85e1-4e4d-b520-8ad704f46ae7
ModelName:VfwFef770ec2918.compute.nodes.heat.vsn
ModelUuid:182e40c2-4812-4ab8-a29b-33711266bfef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b9a30a67-fac1-4113-8623-0084c596c656
ModelInvariantUuid:7492c50b-c1b9-46fe-a64f-971df20bf7fe
ModelName:vFW fef770ec-2918-nodes.vpgCvfc
ModelUuid:7e4fba04-73b6-469f-b564-af5b71495e56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7c9bb953-95b0-4171-9ed9-16b3d8000f78
ModelInvariantUuid:5fdc6661-8faa-4617-9f48-d4a689e0598c
ModelName:VfwFef770ec2918.compute.nodes.heat.vpg
ModelUuid:0a7c2904-debb-4647-acff-da80027141da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-23T23:19:47.477Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ac84e2e1-91ef-478d-952c-30e3ca7e5fff
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||vFW fef770ec-2918 0
2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac84e2e1-91ef-478d-952c-30e3ca7e5fff
2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38287add-1d75-41d9-856e-bde858592d3e from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json
2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:19:47.480Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json
2021-04-23T23:19:47.750Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:19:47.751Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json 38287add-1d75-41d9-856e-bde858592d3e 785
2021-04-23T23:19:47.751Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json ASDC sendASDCNotification
2021-04-23T23:19:47.751Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json
2021-04-23T23:19:47.752Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:19:47.752Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:47.754Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:47.754Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219987751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:19:47.854Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T23:19:47.855Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:47.855Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:47.868Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:47.868Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:48.755Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFef770ec2918..base_vfw..module-0",
"vfModuleModelInvariantUUID": "705f3b11-4153-4e8f-83ec-3e41f1eafa34",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ada1889d-f05c-409c-b148-3e00839efbc4",
"vfModuleModelCustomizationUUID": "daf2363c-0d70-4a87-ba2e-71654d0e41ee",
"isBase": true,
"artifacts": [
"bbf85a47-4399-4b4c-9424-ea884445592d",
"de58f632-de98-4108-bfac-b5dbb03af715"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T23:19:48.758Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFef770ec2918..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ada1889d-f05c-409c-b148-3e00839efbc4
VfModuleModelInvariantUUID:705f3b11-4153-4e8f-83ec-3e41f1eafa34
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbf85a47-4399-4b4c-9424-ea884445592d
,
de58f632-de98-4108-bfac-b5dbb03af715
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFef770ec2918..base_vfw..module-0",
"vfModuleModelInvariantUUID": "705f3b11-4153-4e8f-83ec-3e41f1eafa34",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ada1889d-f05c-409c-b148-3e00839efbc4",
"vfModuleModelCustomizationUUID": "daf2363c-0d70-4a87-ba2e-71654d0e41ee",
"isBase": true,
"artifacts": [
"bbf85a47-4399-4b4c-9424-ea884445592d",
"de58f632-de98-4108-bfac-b5dbb03af715"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFef770ec2918..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ada1889d-f05c-409c-b148-3e00839efbc4
VfModuleModelInvariantUUID:705f3b11-4153-4e8f-83ec-3e41f1eafa34
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbf85a47-4399-4b4c-9424-ea884445592d
,
de58f632-de98-4108-bfac-b5dbb03af715
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bbf85a47-4399-4b4c-9424-ea884445592d from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml
2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml
2021-04-23T23:19:49.703Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:19:49.703Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml bbf85a47-4399-4b4c-9424-ea884445592d 20368
2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml
2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:49.706Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:49.706Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219989704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:19:49.806Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:49.807Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:49.807Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:49.819Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:49.819Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:50.706Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de58f632-de98-4108-bfac-b5dbb03af715 from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env
2021-04-23T23:19:50.707Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T23:19:50.707Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env
2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env de58f632-de98-4108-bfac-b5dbb03af715 2098
2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env
2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T23:19:54.311Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T23:19:54.311Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619219994309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T23:19:54.411Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T23:19:54.412Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T23:19:54.412Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ...
2021-04-23T23:19:54.425Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T23:19:54.425Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-23T23:19:55.312Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ab8c000a-28ba-4410-baed-d29ae0bdb9fc
2021-04-23T23:19:55.312Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fef770ec-2918 0 ac84e2e1-91ef-478d-952c-30e3ca7e5fff ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T23:19:55.325Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aa605332-9d95-4b3a-9fc4-e8ffa39d7557
2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa605332-9d95-4b3a-9fc4-e8ffa39d7557 matches Tosca VF Customization UUID: aa605332-9d95-4b3a-9fc4-e8ffa39d7557
2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aa605332-9d95-4b3a-9fc4-e8ffa39d7557 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-23T23:19:55.328Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.328Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aa605332-9d95-4b3a-9fc4-e8ffa39d7557: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36cddca0
2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : daf2363c-0d70-4a87-ba2e-71654d0e41ee
2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID daf2363c-0d70-4a87-ba2e-71654d0e41ee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-23T23:19:55.331Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.331Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:55.331Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T23:19:55.334Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T23:19:55.334Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8db81d1-ee26-41c7-9dc1-5bf53a222a32
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-23T23:19:55.335Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T23:19:55.335Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria
2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery