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)
2022-04-11T03:16:40.537Z||main|||||INFO|500||The following profiles are active: basic
2022-04-11T03:16:53.932Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-11T03:16:53.933Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-11T03:16:54.077Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-11T03:16:58.510Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-11T03:16:58.954Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-11T03:16:59.492Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-11T03:16:59.502Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-11T03:16:59.653Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-11T03:16:59.884Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-11T03:17:00.526Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-11T03:17:02.278Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T03:17:04.981Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T03:17:05.047Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-11T03:17:05.703Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T03:17:05.902Z||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.
2022-04-11T03:17:07.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T03:17:08.693Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-11T03:17:08.713Z||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$$51610b81.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)
2022-04-11T03:17:08.714Z||main|||||WARN|500||The sdc end point is not alive
2022-04-11T03:17:12.072Z||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
2022-04-11T03:17:15.138Z||main|||||WARN|500||---
2022-04-11T03:17:15.139Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-11T03:17:15.139Z||main|||||WARN|500||---
2022-04-11T03:17:15.565Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-11T03:17:21.631Z||main|||||INFO|500||Started Application in 44.761 seconds (JVM running for 46.912)
2022-04-11T03:17:21.641Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-11T03:17:21.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-11T03:17:21.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-11T03:17:21.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-11T03:17:21.742Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 51c9a69a-a14c-48ba-95ba-d68b5130b42f url= /sdc/v1/artifactTypes
2022-04-11T03:17:21.743Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-11T03:17:22.036Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-11T03:17:22.066Z||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
2022-04-11T03:17:22.101Z||scheduling-1|||||DEBUG|500||create keys
2022-04-11T03:17:22.114Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-11T03:17:22.153Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:17:22.173Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 074e1b20-6534-4901-9933-80946fb7b558 url= /sdc/v1/registerForDistribution
2022-04-11T03:17:22.312Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 074e1b20-6534-4901-9933-80946fb7b558 url= /sdc/v1/registerForDistribution
2022-04-11T03:17:22.312Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-11T03:17:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:17:22.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:17:22.359Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-11T03:17:22.360Z||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.
2022-04-11T03:17:22.360Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:17:22.362Z||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.
2022-04-11T03:17:22.363Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:17:32.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:17:32.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:18:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:18:22.349Z||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.
2022-04-11T03:18:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:18:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:18:22.353Z||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.
2022-04-11T03:18:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:18:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:18:32.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:19:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:19:22.349Z||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.
2022-04-11T03:19:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:19:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:19:22.354Z||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.
2022-04-11T03:19:22.354Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:19:31.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:19:31.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:20:22.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:20:22.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:20:22.355Z||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.
2022-04-11T03:20:22.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:20:22.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:20:22.355Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:20:31.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:20:31.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:21:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:21:22.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:21:22.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:21:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:21:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:21:22.351Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:21:31.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:21:31.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:22:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:22:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:22:22.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:22:22.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:22:22.352Z||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.
2022-04-11T03:22:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:22:31.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:22:31.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:23:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:23:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:23:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:23:22.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:23:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:23:22.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:23:31.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:23:31.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:24:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:24:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:24:22.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:24:22.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:24:22.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:24:22.352Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:24:31.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:24:31.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:25:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:25:22.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:25:22.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:25:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:25:22.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:25:22.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:25:31.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:25:31.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:26:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:26:22.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:26:22.358Z||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.
2022-04-11T03:26:22.358Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:26:22.359Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:26:22.359Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:26:31.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:26:31.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:27:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:27:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:27:22.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:27:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:27:22.352Z||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.
2022-04-11T03:27:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:27:31.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:27:31.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:27:32.309Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-11T03:28:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:28:22.349Z||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.
2022-04-11T03:28:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:28:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:28:22.351Z||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.
2022-04-11T03:28:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:28:31.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:28:31.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:29:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:29:22.349Z||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.
2022-04-11T03:29:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:29:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:29:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:29:22.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:29:31.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:29:31.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:30:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:30:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:30:22.352Z||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.
2022-04-11T03:30:22.352Z||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.
2022-04-11T03:30:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:30:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:30:31.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:30:31.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:31:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:31:22.349Z||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.
2022-04-11T03:31:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:31:22.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:31:22.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:31:22.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:31:31.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:31:31.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:32:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:32:22.349Z||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.
2022-04-11T03:32:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:32:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:32:22.351Z||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.
2022-04-11T03:32:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:32:31.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:32:31.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:33:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:33:22.349Z||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.
2022-04-11T03:33:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:33:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:33:22.351Z||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.
2022-04-11T03:33:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:33:31.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:33:31.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:34:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:34:22.351Z||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.
2022-04-11T03:34:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:34:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:34:22.352Z||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.
2022-04-11T03:34:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:34:31.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:34:31.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:35:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:35:22.350Z||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.
2022-04-11T03:35:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:35:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:35:22.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:35:22.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:35:31.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:35:31.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:36:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:36:22.349Z||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.
2022-04-11T03:36:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:36:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:36:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:36:22.351Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:36:31.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:36:31.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:37:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:37:22.349Z||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.
2022-04-11T03:37:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:37:22.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:37:22.351Z||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.
2022-04-11T03:37:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:37:31.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:37:31.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:38:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:38:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:38:22.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:38:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:38:22.352Z||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.
2022-04-11T03:38:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:38:31.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:38:31.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:39:22.349Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:39:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:39:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:39:22.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:39:22.352Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:39:22.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:39:31.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:39:31.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:40:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:40:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:40:22.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:40:22.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:40:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:40:22.351Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:40:31.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:40:31.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:41:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:41:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:41:22.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:41:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:41:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:41:22.351Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:41:31.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:41:31.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:42:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:42:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:42:22.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:42:22.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:42:22.351Z||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.
2022-04-11T03:42:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:42:31.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:42:31.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:43:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:43:22.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:43:22.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:43:22.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:43:22.351Z||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.
2022-04-11T03:43:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:43:31.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:43:31.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:44:22.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:44:22.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:44:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:44:22.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:44:22.351Z||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.
2022-04-11T03:44:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:44:31.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:44:31.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:45:22.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:45:22.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:45:22.349Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:45:22.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:45:22.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:45:22.353Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:45:31.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:45:31.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:46:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:46:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:46:22.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:46:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:46:22.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:46:22.352Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:46:31.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:46:31.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:47:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:47:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:47:22.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:47:22.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:47:22.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:47:22.352Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:47:31.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:47:31.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:48:22.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:48:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:48:22.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:48:22.353Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:48:22.353Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:48:22.353Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:48:31.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:48:31.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:49:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:49:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:49:22.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:49:22.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:49:22.351Z||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.
2022-04-11T03:49:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:49:31.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:49:31.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:50:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:50:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:50:22.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:50:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:50:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:50:22.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:50:23.231Z||http-nio-8085-exec-4|||||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 [JDWP-Handshake\n...]. 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)
2022-04-11T03:50:31.889Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:50:31.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:51:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:51:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:51:22.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:51:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:51:22.352Z||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.
2022-04-11T03:51:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:51:31.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:51:31.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:52:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:52:22.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:52:22.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:52:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:52:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:52:22.352Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:52:31.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:52:31.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:53:22.349Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:53:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:53:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:53:22.351Z||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.
2022-04-11T03:53:22.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:53:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:53:31.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:53:31.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:54:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:54:22.349Z||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.
2022-04-11T03:54:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:54:22.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:54:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:54:22.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:54:31.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:54:31.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:55:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:55:22.349Z||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.
2022-04-11T03:55:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:55:22.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:55:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:55:22.351Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:55:31.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:55:31.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:56:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:56:22.349Z||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.
2022-04-11T03:56:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:56:22.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:56:22.352Z||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.
2022-04-11T03:56:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:56:31.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:56:31.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:22.349Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:57:22.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:57:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:57:22.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:22.352Z||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.
2022-04-11T03:57:22.354Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:22.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:22.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:22.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T03:57:22.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"af4979c4-05fa-4f6d-b172-5b2b6f9f6e97","serviceName":"basic_onboard_QWrUtu","serviceVersion":"1.0","serviceUUID":"431be413-0c06-4ac3-9178-9cda27c4c4ab","serviceDescription":"service","serviceInvariantUUID":"c3a6ae81-2e82-4b27-bbd2-9499a97b8850","resources":[{"resourceInstanceName":"basic_onboard_QWrUtu 0","resourceName":"basic_onboard_QWrUtu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29c5d61b-338d-4d36-a51d-cff92f7af2ba","resourceInvariantUUID":"a73d5264-f4e6-4c6d-9922-902656554ec8","resourceCustomizationUUID":"64254727-d123-4552-8dbb-907098c51e58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml","artifactChecksum":"M2E3MDZjOTNhNDQ0YjA5ZGJmMjQ1MzE0MDNiZjU3Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f54334-c808-447a-982d-1e5ca9f754b0","artifactVersion":"1"},{"artifactName":"basic_onboard_qwrutu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json","artifactChecksum":"MGM0YTJiN2RkYjM5ZTI0ODYwYTM1M2Q1NzA3ZGNiY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c86fa88-2939-4b41-81e5-585b24f68839","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5","artifactVersion":"2","generatedFromUUID":"b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQwrutu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml","artifactChecksum":"MDBmOGYzYWY4OTJmYTUwYmI0M2E1ZDc2MTM5YmZmODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d068de8-c614-44ce-bb62-682035c2f50b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQwrutu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar","artifactChecksum":"NjI3ZmZkMjU3YThlZGRhNTEyODVjNzUwNjMyMmQ3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b16da3ad-db26-4ede-b05c-ebdfa776debc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T03:57:23.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:23.034Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:23.046Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:23.047Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649399498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649392851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649393874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649409793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649409322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649410159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "cds",
"timestamp": 1649649410810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.147Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-11T03:57:23.152Z||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.
2022-04-11T03:57:23.152Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:23.164Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:23.164Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.288Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.317Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649411168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "policy-id",
"timestamp": 1649649412172,
"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=?
2022-04-11T03:57:23.375Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.375Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 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 (?, ?, ?, ?, ?)
2022-04-11T03:57:23.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649405011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "dcae-sch",
"timestamp": 1649649406146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649413038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649413875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649414246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649414889,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.405Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.406Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649407754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649415300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649416364,
"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=?
2022-04-11T03:57:23.442Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.443Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 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=?
2022-04-11T03:57:23.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649417369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649413874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649414499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649421608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649422257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649422612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "cds",
"timestamp": 1649649423263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.482Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.483Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "policy-id",
"timestamp": 1649649423615,
"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=?
2022-04-11T03:57:23.496Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.496Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c 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 (?, ?, ?, ?, ?)
2022-04-11T03:57:23.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649425261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649427252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649426884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "clamp",
"timestamp": 1649649427888,
"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=?
2022-04-11T03:57:23.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 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 (?, ?, ?, ?, ?)
2022-04-11T03:57:23.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649422851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649430958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649425011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "dcae-sch",
"timestamp": 1649649426146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649432992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649410836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649434190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649434758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649649427754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:57:23.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649649435763,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.544Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.545Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649435530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649436552,
"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=?
2022-04-11T03:57:23.557Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.558Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c 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=?
2022-04-11T03:57:23.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649649437559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649441551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "aai-ml",
"timestamp": 1649649442559,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.569Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.569Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 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 (?, ?, ?, ?, ?)
2022-04-11T03:57:24.056Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:24.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:24.060Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:24.060Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:57:24.164Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-11T03:57:24.166Z||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.
2022-04-11T03:57:24.166Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:24.179Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:24.179Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:25.060Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:25.061Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:25.064Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:25.064Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:57:25.164Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:25.169Z||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.
2022-04-11T03:57:25.169Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:25.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:25.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:57:26.065Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:26.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:26.068Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:26.068Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:26.168Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:26.170Z||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.
2022-04-11T03:57:26.170Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:26.181Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:26.182Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:27.069Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:27.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:27.073Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:27.073Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T03:57:27.173Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:27.175Z||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.
2022-04-11T03:57:27.175Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:27.186Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:27.186Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:28.074Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:28.075Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:28.078Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:28.078Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:57:28.178Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:28.179Z||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.
2022-04-11T03:57:28.179Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:28.191Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:28.192Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:29.079Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:29.079Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:29.081Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:29.082Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:57:29.182Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T03:57:29.183Z||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.
2022-04-11T03:57:29.183Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:29.200Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:29.201Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:30.084Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"serviceName": "basic_onboard_QWrUtu",
"serviceVersion": "1.0",
"serviceUUID": "431be413-0c06-4ac3-9178-9cda27c4c4ab",
"serviceDescription": "service",
"serviceInvariantUUID": "c3a6ae81-2e82-4b27-bbd2-9499a97b8850",
"resources": [
{
"resourceInstanceName": "basic_onboard_QWrUtu 0",
"resourceCustomizationUUID": "64254727-d123-4552-8dbb-907098c51e58",
"resourceName": "basic_onboard_QWrUtu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29c5d61b-338d-4d36-a51d-cff92f7af2ba",
"resourceInvariantUUID": "a73d5264-f4e6-4c6d-9922-902656554ec8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qwrutu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"artifactChecksum": "MGM0YTJiN2RkYjM5ZTI0ODYwYTM1M2Q1NzA3ZGNiY2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5",
"generatedFromUUID": "b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQwrutu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"artifactChecksum": "NjI3ZmZkMjU3YThlZGRhNTEyODVjNzUwNjMyMmQ3MTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b16da3ad-db26-4ede-b05c-ebdfa776debc"
}
],
"workloadContext": "Production"
}
2022-04-11T03:57:30.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T03:57:30.085Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 431be413-0c06-4ac3-9178-9cda27c4c4ab ASDC
2022-04-11T03:57:30.211Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
ServiceName:basic_onboard_QWrUtu
ServiceVersion:1.0
ServiceUUID:431be413-0c06-4ac3-9178-9cda27c4c4ab
ServiceInvariantUUID:c3a6ae81-2e82-4b27-bbd2-9499a97b8850
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQwrutu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
ArtifactUUID:b16da3ad-db26-4ede-b05c-ebdfa776debc
ArtifactChecksum:NjI3ZmZkMjU3YThlZGRhNTEyODVjNzUwNjMyMmQ3MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QWrUtu 0
ResourceCustomizationUUID:64254727-d123-4552-8dbb-907098c51e58
ResourceInvariantUUID:a73d5264-f4e6-4c6d-9922-902656554ec8
ResourceName:basic_onboard_QWrUtu
ResourceType:VF
ResourceUUID:29c5d61b-338d-4d36-a51d-cff92f7af2ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qwrutu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
ArtifactUUID:45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a
ArtifactChecksum:MGM0YTJiN2RkYjM5ZTI0ODYwYTM1M2Q1NzA3ZGNiY2Q=
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/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4
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/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
ArtifactUUID:ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5
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/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
ArtifactUUID:ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-11T03:57:30.212Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 431be413-0c06-4ac3-9178-9cda27c4c4ab 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=?
2022-04-11T03:57:30.260Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:57:30.261Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:57:30.262Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:57:30.262Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b16da3ad-db26-4ede-b05c-ebdfa776debc from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:30.263Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:30.264Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:30.400Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:30.415Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar b16da3ad-db26-4ede-b05c-ebdfa776debc 71553
2022-04-11T03:57:30.417Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar ASDC sendASDCNotification
2022-04-11T03:57:30.417Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:30.418Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:30.419Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:30.421Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:30.421Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649450415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:30.521Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:30.522Z||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.
2022-04-11T03:57:30.522Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:30.533Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:30.534Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:31.421Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:57:31.422Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:57:31.423Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b16da3ad-db26-4ede-b05c-ebdfa776debc, URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar to file: /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:31.423Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:31.510Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:31.510Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:32.076Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9210138016743278651/Definitions/service-BasicOnboardQwrutu-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
2022-04-11T03:57:33.812Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T03:57:33.817Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:57:33.817Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.817Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.819Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QWrUtu 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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.819Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.819Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:57:33.825Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.827Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.831Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.832Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:57:33.833Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:57:33.835Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.840Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T03:57:33.842Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.842Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:57:33.843Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.843Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.843Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:33.844Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.844Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.844Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is not matching search criteria
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b787725-07f6-4176-8538-90db00da56d1
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:33.848Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.848Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QWrUtu
Description:service
Model UUID:431be413-0c06-4ac3-9178-9cda27c4c4ab
Model Version:NULL
Model InvariantUuid:c3a6ae81-2e82-4b27-bbd2-9499a97b8850
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QWrUtu
Model UUID:4ed498a8-a765-4db2-9906-c6de424b50f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a73d5264-f4e6-4c6d-9922-902656554ec8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:64254727-d123-4552-8dbb-907098c51e58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b60d06c0-2d88-4463-ba0f-bb9d09d025c0
ModelName:BasicOnboardQwrutu..base_ubuntu18..module-0
ModelUuid:9a5d355e-b90e-4055-8556-f2094fcee350
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1b787725-07f6-4176-8538-90db00da56d1
ModelInvariantUuid:33f45518-23c3-4d67-8e21-f54bd755cf79
ModelName:basic_onboard_QWrUtu-nodes.ubuntu18Cvfc
ModelUuid:6cd0592e-6b3e-4a1e-9694-7e3c1f21b7f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bab73e05-1adf-4c7a-b4be-a33b646617cd
ModelInvariantUuid:524b770a-3388-44f1-b2be-2c8762bc63e8
ModelName:BasicOnboardQwrutu.compute.nodes.heat.ubuntu18
ModelUuid:e3ff008b-1e3b-4055-bb01-c8f83cc577ef
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T03:57:33.860Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 29c5d61b-338d-4d36-a51d-cff92f7af2ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:57:33.946Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||basic_onboard_QWrUtu 0
2022-04-11T03:57:33.953Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29c5d61b-338d-4d36-a51d-cff92f7af2ba
2022-04-11T03:57:33.953Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:33.953Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:33.954Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:34.098Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:34.098Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json 45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a 798
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json ASDC sendASDCNotification
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:34.102Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:34.103Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649454098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:34.203Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:34.204Z||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.
2022-04-11T03:57:34.204Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:34.218Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:34.218Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:57:35.104Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQwrutu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b60d06c0-2d88-4463-ba0f-bb9d09d025c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a5d355e-b90e-4055-8556-f2094fcee350",
"vfModuleModelCustomizationUUID": "8e9c6315-22ef-4c64-8cd0-f2f016559a31",
"isBase": true,
"artifacts": [
"b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4",
"ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5"
],
"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": ""
}
}
]
2022-04-11T03:57:35.118Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQwrutu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a5d355e-b90e-4055-8556-f2094fcee350
VfModuleModelInvariantUUID:b60d06c0-2d88-4463-ba0f-bb9d09d025c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4
,
ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5
}
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
}
2022-04-11T03:57:35.121Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQwrutu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b60d06c0-2d88-4463-ba0f-bb9d09d025c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a5d355e-b90e-4055-8556-f2094fcee350",
"vfModuleModelCustomizationUUID": "8e9c6315-22ef-4c64-8cd0-f2f016559a31",
"isBase": true,
"artifacts": [
"b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4",
"ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5"
],
"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": ""
}
}
]
2022-04-11T03:57:35.121Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQwrutu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a5d355e-b90e-4055-8556-f2094fcee350
VfModuleModelInvariantUUID:b60d06c0-2d88-4463-ba0f-bb9d09d025c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4
,
ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5
}
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
}
2022-04-11T03:57:35.121Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4 from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:35.122Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:35.122Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:35.285Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:35.286Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4 5033
2022-04-11T03:57:35.286Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T03:57:35.287Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:35.287Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:35.287Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:35.289Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:35.290Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649455286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:35.390Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:35.391Z||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.
2022-04-11T03:57:35.391Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:35.407Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:35.407Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:36.291Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5 from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:36.292Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:36.292Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:36.388Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:36.389Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5 909
2022-04-11T03:57:36.389Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T03:57:36.390Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:36.390Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:36.390Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:36.394Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:36.395Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649456389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:57:36.495Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:36.496Z||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.
2022-04-11T03:57:36.496Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:36.506Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:36.506Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:37.396Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 431be413-0c06-4ac3-9178-9cda27c4c4ab
2022-04-11T03:57:37.397Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QWrUtu 0 29c5d61b-338d-4d36-a51d-cff92f7af2ba ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:57:37.435Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f003fa9, org.onap.sdc.toscaparser.api.parameters.Input@38c5ae40, org.onap.sdc.toscaparser.api.parameters.Input@4fb7caa6, org.onap.sdc.toscaparser.api.parameters.Input@54dbc319, org.onap.sdc.toscaparser.api.parameters.Input@7a08535c]
2022-04-11T03:57:37.439Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.440Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.440Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-04-11T03:57:37.440Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 64254727-d123-4552-8dbb-907098c51e58
2022-04-11T03:57:37.441Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64254727-d123-4552-8dbb-907098c51e58 matches Tosca VF Customization UUID: 64254727-d123-4552-8dbb-907098c51e58
2022-04-11T03:57:37.441Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 64254727-d123-4552-8dbb-907098c51e58 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T03:57:37.449Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.449Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.450Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 64254727-d123-4552-8dbb-907098c51e58: {\"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\"}
2022-04-11T03:57:37.451Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@295922c2
2022-04-11T03:57:37.451Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.451Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:57:37.452Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e9c6315-22ef-4c64-8cd0-f2f016559a31
2022-04-11T03:57:37.453Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e9c6315-22ef-4c64-8cd0-f2f016559a31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T03:57:37.458Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.458Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.459Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:37.459Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is not matching search criteria
2022-04-11T03:57:37.461Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T03:57:37.461Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T03:57:37.461Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b787725-07f6-4176-8538-90db00da56d1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:57:37.473Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.473Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.474Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:37.474Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.474Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.475Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=64254727-d123-4552-8dbb-907098c51e58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:57:37.477Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.477Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.478Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 431be413-0c06-4ac3-9178-9cda27c4c4ab: basic_onboard_QWrUtu
2022-04-11T03:57:37.478Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.478Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.481Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_QWrUtu
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-04-11T03:57:37.669Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QWrUtu 29c5d61b-338d-4d36-a51d-cff92f7af2ba 1 ASDC deployResourceStructure
2022-04-11T03:57:37.670Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json ASDC sendASDCNotification
2022-04-11T03:57:37.670Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:37.671Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:37.671Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:37.673Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:37.674Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649457670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:37.774Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:37.775Z||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.
2022-04-11T03:57:37.775Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:37.787Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:37.788Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:38.675Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T03:57:38.676Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:38.676Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:38.677Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:38.679Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:38.679Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649458675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:38.779Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:38.780Z||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.
2022-04-11T03:57:38.780Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:38.798Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:38.799Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:39.680Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T03:57:39.680Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:39.681Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:39.681Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:39.689Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:39.689Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649459679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:39.784Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-11T03:57:39.785Z||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.
2022-04-11T03:57:39.785Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:39.804Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:39.805Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:40.690Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar ASDC sendASDCNotification
2022-04-11T03:57:40.691Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:40.691Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:40.692Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:40.694Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:40.694Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649460690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:57:40.794Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:40.795Z||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.
2022-04-11T03:57:40.795Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:40.848Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:57:40.848Z||pool-17-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:41.695Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
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=?
2022-04-11T03:57:41.725Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
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=?
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:41.738Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T03:58:11.739Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 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=?
2022-04-11T03:58:11.748Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and serviceModelVersionId: 431be413-0c06-4ac3-9178-9cda27c4c4ab
2022-04-11T03:58:11.749Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3a6ae81-2e82-4b27-bbd2-9499a97b8850
2022-04-11T03:58:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:58:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:58:22.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:22.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:22.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:58:22.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:58:22.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:58:26.527Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0
2022-04-11T03:58:26.631Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T03:58:27.159Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?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]}
2022-04-11T03:58:27.163Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0|INFO|500||Invoke
2022-04-11T03:58:27.273Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-11T03:58:27.477Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0|INFO|500||InvokeReturn
2022-04-11T03:58:27.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220411-03:58:27:282-23699], vertex-id=[176256], Content-Length=[0], Date=[Mon, 11 Apr 2022 03:58:27 GMT], Content-Type=[application/json]}
2022-04-11T03:58:27.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T03:58:27.482Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T03:58:27.482Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:27.487Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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)
2022-04-11T03:58:27.488Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T03:58:27.489Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T03:58:27.489Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:27.492Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:27.492Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649507488,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T03:58:27.592Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:27.593Z||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.
2022-04-11T03:58:27.594Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:27.605Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:27.605Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T03:58:28.503Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T03:58:28.503Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"03e30f6b-6a17-4ef0-8af9-83e0c3d5621c","serviceName":"vFW 2022-04-11 03-54-28","serviceVersion":"1.0","serviceUUID":"7484ee6d-eda0-4ba2-92ec-860e752ca69b","serviceDescription":"catalog service description","serviceInvariantUUID":"59c337bf-96a0-406f-9ebb-a26e91402187","resources":[{"resourceInstanceName":"vFW 0145936c-caab 0","resourceName":"vFW 0145936c-caab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7867eaf-c09d-4ebf-9865-bb097d0f9fdf","resourceInvariantUUID":"69b2c137-1941-4ef5-978c-cc82d245a98d","resourceCustomizationUUID":"f484fd4a-bd1c-40c9-9100-4523fc753c20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4NGRhMGNmN2FiZDJlMjNjZDVjNjgxMzFmZjE0NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46f700be-1c54-446d-b2d7-29e752c1fe8a","artifactVersion":"1"},{"artifactName":"vfw0145936ccaab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json","artifactChecksum":"NTg1ZWU0N2NkODllMDc5ZDlhMzliY2Q5YzlkNTg2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ec6e3c4-1207-4178-9ec5-e6bd05655ff1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml","artifactChecksum":"OGI1ZTk5MjhhYTNmNDg0NWUyYjY0MGMwYzBiOWNlZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"895ac64c-e755-43bd-8837-6b5bc4f99b3b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37b5e564-87cb-486d-8f54-4c80768f2cb3","artifactVersion":"3","generatedFromUUID":"3ec6e3c4-1207-4178-9ec5-e6bd05655ff1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411035428-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml","artifactChecksum":"OWQ2NjUyOGM2YmQ0MzViOTNiMTRlMjJlZTA4ZTIyNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2253fb70-3da8-453d-a0e1-50fc15d83dc8","artifactVersion":"1"},{"artifactName":"service-Vfw20220411035428-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar","artifactChecksum":"NTQ4YTYxMmJhNTMxYTIzMGM0ZDcxNWJlM2ZjMzAyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2b144c3-0397-4114-9ac9-251f8522a573","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T03:58:28.504Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:28.504Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:28.507Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:28.507Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:58:28.608Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T03:58:28.609Z||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.
2022-04-11T03:58:28.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:28.619Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:28.620Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:29.507Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:29.508Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:29.511Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:29.511Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:58:29.611Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:29.612Z||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.
2022-04-11T03:58:29.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:29.623Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:29.624Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:58:30.512Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:30.513Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:30.515Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:30.515Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:58:30.615Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:30.616Z||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.
2022-04-11T03:58:30.616Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:30.627Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:30.627Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:31.515Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:31.517Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:31.519Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:31.519Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:58:31.620Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:31.621Z||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.
2022-04-11T03:58:31.621Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:31.633Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:31.634Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:58:32.520Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:32.521Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:32.523Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:32.524Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T03:58:32.624Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:32.625Z||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.
2022-04-11T03:58:32.625Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:32.636Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:32.636Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:33.524Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:33.525Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:33.527Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:33.527Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:58:33.627Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:33.629Z||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.
2022-04-11T03:58:33.629Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:33.640Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:33.641Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:34.534Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:34.535Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:34.537Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:34.537Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:58:34.637Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:34.639Z||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.
2022-04-11T03:58:34.639Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:34.650Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:34.650Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:35.540Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"serviceName": "vFW 2022-04-11 03-54-28",
"serviceVersion": "1.0",
"serviceUUID": "7484ee6d-eda0-4ba2-92ec-860e752ca69b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "59c337bf-96a0-406f-9ebb-a26e91402187",
"resources": [
{
"resourceInstanceName": "vFW 0145936c-caab 0",
"resourceCustomizationUUID": "f484fd4a-bd1c-40c9-9100-4523fc753c20",
"resourceName": "vFW 0145936c-caab",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f7867eaf-c09d-4ebf-9865-bb097d0f9fdf",
"resourceInvariantUUID": "69b2c137-1941-4ef5-978c-cc82d245a98d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0145936ccaab0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"artifactChecksum": "NTg1ZWU0N2NkODllMDc5ZDlhMzliY2Q5YzlkNTg2NjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3ec6e3c4-1207-4178-9ec5-e6bd05655ff1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "37b5e564-87cb-486d-8f54-4c80768f2cb3",
"generatedFromUUID": "3ec6e3c4-1207-4178-9ec5-e6bd05655ff1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "37b5e564-87cb-486d-8f54-4c80768f2cb3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220411035428-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"artifactChecksum": "NTQ4YTYxMmJhNTMxYTIzMGM0ZDcxNWJlM2ZjMzAyNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b2b144c3-0397-4114-9ac9-251f8522a573"
}
],
"workloadContext": "Production"
}
2022-04-11T03:58:35.540Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T03:58:35.540Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7484ee6d-eda0-4ba2-92ec-860e752ca69b ASDC
2022-04-11T03:58:35.541Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
ServiceName:vFW 2022-04-11 03-54-28
ServiceVersion:1.0
ServiceUUID:7484ee6d-eda0-4ba2-92ec-860e752ca69b
ServiceInvariantUUID:59c337bf-96a0-406f-9ebb-a26e91402187
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411035428-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
ArtifactUUID:b2b144c3-0397-4114-9ac9-251f8522a573
ArtifactChecksum:NTQ4YTYxMmJhNTMxYTIzMGM0ZDcxNWJlM2ZjMzAyNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0145936c-caab 0
ResourceCustomizationUUID:f484fd4a-bd1c-40c9-9100-4523fc753c20
ResourceInvariantUUID:69b2c137-1941-4ef5-978c-cc82d245a98d
ResourceName:vFW 0145936c-caab
ResourceType:VF
ResourceUUID:f7867eaf-c09d-4ebf-9865-bb097d0f9fdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0145936ccaab0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
ArtifactUUID:3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632
ArtifactChecksum:NTg1ZWU0N2NkODllMDc5ZDlhMzliY2Q5YzlkNTg2NjY=
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/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
ArtifactUUID:3ec6e3c4-1207-4178-9ec5-e6bd05655ff1
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
ArtifactUUID:37b5e564-87cb-486d-8f54-4c80768f2cb3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
ArtifactUUID:37b5e564-87cb-486d-8f54-4c80768f2cb3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-11T03:58:35.543Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7484ee6d-eda0-4ba2-92ec-860e752ca69b 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=?
2022-04-11T03:58:35.571Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:58:35.572Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:58:35.572Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:58:35.572Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b2b144c3-0397-4114-9ac9-251f8522a573 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:35.573Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:35.573Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:35.800Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:35.804Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar b2b144c3-0397-4114-9ac9-251f8522a573 98924
2022-04-11T03:58:35.805Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar ASDC sendASDCNotification
2022-04-11T03:58:35.805Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:35.805Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:35.806Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:35.808Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:35.808Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649515805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:58:35.908Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:35.910Z||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.
2022-04-11T03:58:35.910Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:35.921Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:35.921Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:36.809Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:58:36.810Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:58:36.811Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b2b144c3-0397-4114-9ac9-251f8522a573, URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar to file: /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:36.811Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411035428-csar.csar
2022-04-11T03:58:36.812Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:36.812Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:37.121Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12825592029378780254/Definitions/service-Vfw20220411035428-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
2022-04-11T03:58:39.101Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0145936c-caab 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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a51a381f-49f7-4976-8e40-d7be60d83e99
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c233e29-968d-40e8-9266-d62027359fb8
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46cccffd-ceb4-477e-8f6e-df8b281156b7
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-11 03-54-28
Description:catalog service description
Model UUID:7484ee6d-eda0-4ba2-92ec-860e752ca69b
Model Version:NULL
Model InvariantUuid:59c337bf-96a0-406f-9ebb-a26e91402187
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0145936c-caab
Model UUID:4c369faf-c569-4752-ab6a-35b6e1a539ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b2c137-1941-4ef5-978c-cc82d245a98d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f484fd4a-bd1c-40c9-9100-4523fc753c20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dd8374ff-b065-4f16-8e68-d4a2a47e7e30
ModelName:Vfw0145936cCaab..base_vfw..module-0
ModelUuid:e65501ec-25e8-4fc5-941d-91671e35be6e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a51a381f-49f7-4976-8e40-d7be60d83e99
ModelInvariantUuid:e10c67dd-5b2c-46f6-880b-897ef9612af5
ModelName:vFW 0145936c-caab-nodes.vfwCvfc
ModelUuid:b6afcce4-97b3-4ee8-b8b4-f893ca7c6bcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1e489bf8-1fb7-450d-a052-8d2248e73a85
ModelInvariantUuid:609813a9-908a-477d-b321-bdd228117354
ModelName:Vfw0145936cCaab.compute.nodes.heat.vfw
ModelUuid:0e925571-9338-4106-82c4-b2f422bd0034
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9c233e29-968d-40e8-9266-d62027359fb8
ModelInvariantUuid:1b7ac56a-c42a-4aa5-a3e9-260b2840ddf0
ModelName:vFW 0145936c-caab-nodes.vsnCvfc
ModelUuid:c523dc1a-81fc-443a-9a44-9e56923eb2da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4616f5f7-3a3e-48d8-bdb5-7b133efbc001
ModelInvariantUuid:d9cb6a67-6bce-4ced-bed0-ff943b75dab7
ModelName:Vfw0145936cCaab.compute.nodes.heat.vsn
ModelUuid:7c7ef658-9028-4904-a57a-017258cdb0e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:46cccffd-ceb4-477e-8f6e-df8b281156b7
ModelInvariantUuid:30fc5b07-892a-4847-a271-db6a9bfe049d
ModelName:vFW 0145936c-caab-nodes.vpgCvfc
ModelUuid:a2205d2a-93aa-4284-a86e-95c8333a1d04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f8a248c1-1131-4127-b88e-fa6a86efd1d2
ModelInvariantUuid:145fc012-c9ad-457a-968b-c57c6738b0b0
ModelName:Vfw0145936cCaab.compute.nodes.heat.vpg
ModelUuid:de1e2737-98ca-457f-8170-5b7d47ff0ebe
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T03:58:39.125Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f7867eaf-c09d-4ebf-9865-bb097d0f9fdf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:39.127Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||vFW 0145936c-caab 0
2022-04-11T03:58:39.127Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7867eaf-c09d-4ebf-9865-bb097d0f9fdf
2022-04-11T03:58:39.128Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:39.128Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:39.128Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json 3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632 785
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json ASDC sendASDCNotification
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:39.568Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:39.568Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:39.570Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:39.570Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649519567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:58:39.670Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:39.672Z||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.
2022-04-11T03:58:39.672Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:39.683Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:39.683Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:40.571Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0145936cCaab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dd8374ff-b065-4f16-8e68-d4a2a47e7e30",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e65501ec-25e8-4fc5-941d-91671e35be6e",
"vfModuleModelCustomizationUUID": "6cff778d-fde0-4184-837b-45caac2adaf7",
"isBase": true,
"artifacts": [
"3ec6e3c4-1207-4178-9ec5-e6bd05655ff1",
"37b5e564-87cb-486d-8f54-4c80768f2cb3"
],
"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": ""
}
}
]
2022-04-11T03:58:40.575Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0145936cCaab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e65501ec-25e8-4fc5-941d-91671e35be6e
VfModuleModelInvariantUUID:dd8374ff-b065-4f16-8e68-d4a2a47e7e30
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ec6e3c4-1207-4178-9ec5-e6bd05655ff1
,
37b5e564-87cb-486d-8f54-4c80768f2cb3
}
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
}
2022-04-11T03:58:40.577Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0145936cCaab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dd8374ff-b065-4f16-8e68-d4a2a47e7e30",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e65501ec-25e8-4fc5-941d-91671e35be6e",
"vfModuleModelCustomizationUUID": "6cff778d-fde0-4184-837b-45caac2adaf7",
"isBase": true,
"artifacts": [
"3ec6e3c4-1207-4178-9ec5-e6bd05655ff1",
"37b5e564-87cb-486d-8f54-4c80768f2cb3"
],
"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": ""
}
}
]
2022-04-11T03:58:40.577Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0145936cCaab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e65501ec-25e8-4fc5-941d-91671e35be6e
VfModuleModelInvariantUUID:dd8374ff-b065-4f16-8e68-d4a2a47e7e30
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ec6e3c4-1207-4178-9ec5-e6bd05655ff1
,
37b5e564-87cb-486d-8f54-4c80768f2cb3
}
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
}
2022-04-11T03:58:40.577Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ec6e3c4-1207-4178-9ec5-e6bd05655ff1 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:40.578Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:40.578Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:41.076Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml 3ec6e3c4-1207-4178-9ec5-e6bd05655ff1 20368
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:41.078Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:41.080Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:41.080Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649521077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:58:41.181Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:41.182Z||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.
2022-04-11T03:58:41.182Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:41.210Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:41.210Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:42.081Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37b5e564-87cb-486d-8f54-4c80768f2cb3 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:42.082Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:42.082Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:42.365Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env 37b5e564-87cb-486d-8f54-4c80768f2cb3 2098
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:42.368Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:42.368Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649522366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:58:42.469Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T03:58:42.470Z||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.
2022-04-11T03:58:42.471Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:42.480Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:42.481Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:58:43.369Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7484ee6d-eda0-4ba2-92ec-860e752ca69b
2022-04-11T03:58:43.369Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0145936c-caab 0 f7867eaf-c09d-4ebf-9865-bb097d0f9fdf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:43.392Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51a71912, org.onap.sdc.toscaparser.api.parameters.Input@781c566e, org.onap.sdc.toscaparser.api.parameters.Input@cbde1, org.onap.sdc.toscaparser.api.parameters.Input@589e307c, org.onap.sdc.toscaparser.api.parameters.Input@3198ddf4]
2022-04-11T03:58:43.394Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.394Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f484fd4a-bd1c-40c9-9100-4523fc753c20
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f484fd4a-bd1c-40c9-9100-4523fc753c20 matches Tosca VF Customization UUID: f484fd4a-bd1c-40c9-9100-4523fc753c20
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f484fd4a-bd1c-40c9-9100-4523fc753c20 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T03:58:43.398Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.398Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.399Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f484fd4a-bd1c-40c9-9100-4523fc753c20: {\"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\"}
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@671fd5d7
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cff778d-fde0-4184-837b-45caac2adaf7
2022-04-11T03:58:43.401Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cff778d-fde0-4184-837b-45caac2adaf7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T03:58:43.404Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.404Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.406Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.406Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:43.406Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:43.407Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T03:58:43.407Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:43.408Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:43.408Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:43.408Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:43.410Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.410Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a51a381f-49f7-4976-8e40-d7be60d83e99
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:58:43.413Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.413Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.414Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.414Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.414Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c233e29-968d-40e8-9266-d62027359fb8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:58:43.418Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.419Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.419Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.422Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.422Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T03:58:43.425Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46cccffd-ceb4-477e-8f6e-df8b281156b7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:58:43.427Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=f484fd4a-bd1c-40c9-9100-4523fc753c20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:43.430Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.430Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7484ee6d-eda0-4ba2-92ec-860e752ca69b: vFW 0145936c-caab
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.432Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.432Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.432Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-04-11 03-54-28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-04-11T03:58:43.620Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0145936c-caab f7867eaf-c09d-4ebf-9865-bb097d0f9fdf 1 ASDC deployResourceStructure
2022-04-11T03:58:43.621Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json ASDC sendASDCNotification
2022-04-11T03:58:43.621Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:43.622Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:43.622Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:43.625Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:43.625Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649523621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T03:58:43.725Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:43.727Z||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.
2022-04-11T03:58:43.727Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:43.737Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:43.738Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:44.626Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T03:58:44.627Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:44.627Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:44.627Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:44.630Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:44.630Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649524626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T03:58:44.730Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:44.731Z||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.
2022-04-11T03:58:44.732Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:44.742Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:44.743Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:45.631Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T03:58:45.632Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:45.632Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:45.632Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:45.635Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:45.636Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649525631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-11T03:58:45.735Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T03:58:45.736Z||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.
2022-04-11T03:58:45.737Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:45.746Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:45.747Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:46.637Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar ASDC sendASDCNotification
2022-04-11T03:58:46.637Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:46.637Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:46.638Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:46.640Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:46.640Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649526636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:58:46.740Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:46.742Z||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.
2022-04-11T03:58:46.742Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:46.754Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:58:46.755Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:47.641Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
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=?
2022-04-11T03:58:47.652Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
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=?
2022-04-11T03:58:47.654Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:58:47.654Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T03:58:47.655Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T03:59:17.655Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
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=?
2022-04-11T03:59:17.664Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
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=?
2022-04-11T03:59:17.667Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:59:17.667Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T03:59:17.668Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T03:59:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:59:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:59:22.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:59:22.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T03:59:22.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649444883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649446878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "clamp",
"timestamp": 1649649447882,
"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=?
2022-04-11T03:59:22.389Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:59:22.390Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c 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 (?, ?, ?, ?, ?)
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649419317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649450685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649450415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649454098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649455286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649456389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649457670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649458675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649459679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649460690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649464091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "aai-ml",
"timestamp": 1649649465097,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:59:22.409Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:59:22.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c 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 (?, ?, ?, ?, ?)
2022-04-11T03:59:47.668Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
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=?
2022-04-11T03:59:47.680Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
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=?
2022-04-11T03:59:47.683Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-11T03:59:47.685Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:59:47.690Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:00:17.690Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c 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=?
2022-04-11T04:00:17.695Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and serviceModelVersionId: 7484ee6d-eda0-4ba2-92ec-860e752ca69b
2022-04-11T04:00:17.696Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59c337bf-96a0-406f-9ebb-a26e91402187
2022-04-11T04:00:17.696Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0
2022-04-11T04:00:17.700Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:00:17.750Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|INFO|500||Invoke
2022-04-11T04:00:17.751Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03e30f6b-6a17-4ef0-8af9-83e0c3d5621c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4373e53-1c4b-4062-a852-51d7cd1aa4ba], X-ECOMP-RequestID=[03e30f6b-6a17-4ef0-8af9-83e0c3d5621c], X-TransactionId=[], X-ONAP-RequestID=[03e30f6b-6a17-4ef0-8af9-83e0c3d5621c], Content-Type=[application/merge-patch+json]}
2022-04-11T04:00:17.775Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-11T04:00:18.213Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220411-04:00:17:782-38653], vertex-id=[344288], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:00:17 GMT], Content-Type=[application/json]}
2022-04-11T04:00:18.214Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:00:18.215Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|INFO|500||InvokeReturn
2022-04-11T04:00:18.215Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:00:18.215Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:18.220Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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)
2022-04-11T04:00:18.220Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:00:18.221Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:00:18.221Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:18.224Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:18.225Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649618221,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:00:18.324Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:00:18.325Z||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.
2022-04-11T04:00:18.325Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:18.337Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:18.338Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:00:19.239Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:00:19.240Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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.
2022-04-11T04:00:19.240Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:00:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:00:22.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:22.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:22.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649507488,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649442348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649515805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649519567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649521077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649522366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649523621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649524626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649525631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649526636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:23.575Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:23.576Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T04:00:23.576Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8f39e23-20ec-4767-9958-3fd77cd2a07a","serviceName":"basic_onboard_WDnOFp","serviceVersion":"1.0","serviceUUID":"1d9e35cd-6251-4758-8d46-297c0dde5fad","serviceDescription":"service","serviceInvariantUUID":"7f93e051-976a-4733-9ae4-c2d7d8b7063f","resources":[{"resourceInstanceName":"basic_onboard_WDnOFp 0","resourceName":"basic_onboard_WDnOFp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d57d15ef-ad44-410f-b244-3aeecea24bed","resourceInvariantUUID":"810ac1fa-2e5b-4363-863e-6942d603237d","resourceCustomizationUUID":"f4021c58-c0ab-47f8-98f5-e8d293313e7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml","artifactChecksum":"OTg1NWUxY2EwNjI0MjEzOTA3ZDU2YmMzOGQwYzZiMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94cd9adc-fb29-4f64-9ffe-cc73381809c0","artifactVersion":"1"},{"artifactName":"basic_onboard_wdnofp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json","artifactChecksum":"MWVjOTdiMWY5YTU4MjQ2MDI0ODVhZjEwYjZiYzc4NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e224cd76-daf4-469a-a88c-a4873430888f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"818a0463-3475-49f0-9cb4-7d21ab852ca2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca5cf275-f7a0-4b0c-b3ae-65daa8676888","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d7b2310-f8e7-47da-8908-32adee44cf9e","artifactVersion":"2","generatedFromUUID":"818a0463-3475-49f0-9cb4-7d21ab852ca2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWdnofp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml","artifactChecksum":"ZWZiNGE0NjMwNjIzNmVmNWVkODZkMDVlM2YwYTcyZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9adac12-7f69-445f-8389-875acb8787cd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWdnofp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar","artifactChecksum":"NjM5Y2Q0YzUyNjg1MTYwN2JkMDZjNmRkZDI1ZTQ0MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a5796e9-ce3d-455d-bcbd-387e2a21f78c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:00:23.579Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:23.580Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:23.581Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:23.582Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T04:00:23.682Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:23.683Z||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.
2022-04-11T04:00:23.683Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:23.693Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:23.694Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:24.582Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:24.583Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:24.585Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:24.585Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T04:00:24.685Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:24.686Z||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.
2022-04-11T04:00:24.687Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:24.698Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:24.698Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:25.585Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:25.586Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:25.588Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:25.588Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T04:00:25.688Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:25.689Z||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.
2022-04-11T04:00:25.689Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:25.698Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:25.699Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:00:26.589Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:26.589Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:26.591Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:26.591Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T04:00:26.692Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:26.693Z||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.
2022-04-11T04:00:26.693Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:26.708Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:26.709Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:27.592Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:27.593Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:27.595Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:27.595Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T04:00:27.695Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:27.697Z||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.
2022-04-11T04:00:27.697Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:27.710Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:27.711Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:00:28.596Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:28.597Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:28.599Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:28.599Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T04:00:28.699Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:28.700Z||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.
2022-04-11T04:00:28.700Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:28.714Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:28.715Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:29.600Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:29.600Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:29.602Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:29.603Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649619239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T04:00:29.703Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:29.704Z||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.
2022-04-11T04:00:29.704Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:29.716Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:29.717Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:30.604Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"serviceName": "basic_onboard_WDnOFp",
"serviceVersion": "1.0",
"serviceUUID": "1d9e35cd-6251-4758-8d46-297c0dde5fad",
"serviceDescription": "service",
"serviceInvariantUUID": "7f93e051-976a-4733-9ae4-c2d7d8b7063f",
"resources": [
{
"resourceInstanceName": "basic_onboard_WDnOFp 0",
"resourceCustomizationUUID": "f4021c58-c0ab-47f8-98f5-e8d293313e7e",
"resourceName": "basic_onboard_WDnOFp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d57d15ef-ad44-410f-b244-3aeecea24bed",
"resourceInvariantUUID": "810ac1fa-2e5b-4363-863e-6942d603237d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wdnofp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
"artifactChecksum": "MWVjOTdiMWY5YTU4MjQ2MDI0ODVhZjEwYjZiYzc4NmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e224cd76-daf4-469a-a88c-a4873430888f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "818a0463-3475-49f0-9cb4-7d21ab852ca2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d7b2310-f8e7-47da-8908-32adee44cf9e",
"generatedFromUUID": "818a0463-3475-49f0-9cb4-7d21ab852ca2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d7b2310-f8e7-47da-8908-32adee44cf9e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWdnofp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
"artifactChecksum": "NjM5Y2Q0YzUyNjg1MTYwN2JkMDZjNmRkZDI1ZTQ0MTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a5796e9-ce3d-455d-bcbd-387e2a21f78c"
}
],
"workloadContext": "Production"
}
2022-04-11T04:00:30.604Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:00:30.605Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d9e35cd-6251-4758-8d46-297c0dde5fad ASDC
2022-04-11T04:00:30.605Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f8f39e23-20ec-4767-9958-3fd77cd2a07a
ServiceName:basic_onboard_WDnOFp
ServiceVersion:1.0
ServiceUUID:1d9e35cd-6251-4758-8d46-297c0dde5fad
ServiceInvariantUUID:7f93e051-976a-4733-9ae4-c2d7d8b7063f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWdnofp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
ArtifactUUID:3a5796e9-ce3d-455d-bcbd-387e2a21f78c
ArtifactChecksum:NjM5Y2Q0YzUyNjg1MTYwN2JkMDZjNmRkZDI1ZTQ0MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WDnOFp 0
ResourceCustomizationUUID:f4021c58-c0ab-47f8-98f5-e8d293313e7e
ResourceInvariantUUID:810ac1fa-2e5b-4363-863e-6942d603237d
ResourceName:basic_onboard_WDnOFp
ResourceType:VF
ResourceUUID:d57d15ef-ad44-410f-b244-3aeecea24bed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wdnofp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
ArtifactUUID:e224cd76-daf4-469a-a88c-a4873430888f
ArtifactChecksum:MWVjOTdiMWY5YTU4MjQ2MDI0ODVhZjEwYjZiYzc4NmQ=
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/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:818a0463-3475-49f0-9cb4-7d21ab852ca2
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/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
ArtifactUUID:8d7b2310-f8e7-47da-8908-32adee44cf9e
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/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
ArtifactUUID:8d7b2310-f8e7-47da-8908-32adee44cf9e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-11T04:00:30.605Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d9e35cd-6251-4758-8d46-297c0dde5fad 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 (?, ?, ?, ?, ?)
2022-04-11T04:00:30.634Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a5796e9-ce3d-455d-bcbd-387e2a21f78c from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:30.700Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:30.703Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar 3a5796e9-ce3d-455d-bcbd-387e2a21f78c 71564
2022-04-11T04:00:30.703Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar ASDC sendASDCNotification
2022-04-11T04:00:30.703Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:30.704Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:30.704Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:30.705Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:30.706Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649630703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:30.806Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:30.808Z||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.
2022-04-11T04:00:30.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:30.819Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:30.819Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:31.706Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:00:31.707Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a5796e9-ce3d-455d-bcbd-387e2a21f78c, URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar to file: /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.846Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13192018407024684187/Definitions/service-BasicOnboardWdnofp-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
2022-04-11T04:00:32.914Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WDnOFp 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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is not matching search criteria
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is not matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17447f76-963b-43d1-af5b-a087c0c0e385
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.924Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:32.924Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.924Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WDnOFp
Description:service
Model UUID:1d9e35cd-6251-4758-8d46-297c0dde5fad
Model Version:NULL
Model InvariantUuid:7f93e051-976a-4733-9ae4-c2d7d8b7063f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WDnOFp
Model UUID:7955da78-2782-47cc-bf30-8e0352d5df27
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:810ac1fa-2e5b-4363-863e-6942d603237d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f4021c58-c0ab-47f8-98f5-e8d293313e7e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c50db1d4-db6e-4c3c-b567-67f1a841fa16
ModelName:BasicOnboardWdnofp..base_ubuntu18..module-0
ModelUuid:2f0908c5-ed24-4fc8-b966-0cd3747ecd34
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:17447f76-963b-43d1-af5b-a087c0c0e385
ModelInvariantUuid:088b1f6a-5715-4bd9-8654-e5dc7135a52c
ModelName:basic_onboard_WDnOFp-nodes.ubuntu18Cvfc
ModelUuid:81f64e61-9d0b-4027-99a7-540a44143107
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d9346b30-46f5-4ad2-a808-55fef3073e9d
ModelInvariantUuid:347bc52c-fd67-4392-933b-ac23750b583f
ModelName:BasicOnboardWdnofp.compute.nodes.heat.ubuntu18
ModelUuid:64e0ca01-b8d8-449d-95b6-40a7bf9dbc37
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:00:32.930Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d57d15ef-ad44-410f-b244-3aeecea24bed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||basic_onboard_WDnOFp 0
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d57d15ef-ad44-410f-b244-3aeecea24bed
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e224cd76-daf4-469a-a88c-a4873430888f from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:32.934Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:33.200Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:33.201Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json e224cd76-daf4-469a-a88c-a4873430888f 798
2022-04-11T04:00:33.201Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json ASDC sendASDCNotification
2022-04-11T04:00:33.202Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:33.202Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:33.202Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:33.205Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:33.205Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649633201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:33.305Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:33.306Z||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.
2022-04-11T04:00:33.306Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:33.316Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:33.316Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:34.205Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWdnofp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c50db1d4-db6e-4c3c-b567-67f1a841fa16",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2f0908c5-ed24-4fc8-b966-0cd3747ecd34",
"vfModuleModelCustomizationUUID": "8862b75f-168f-4f4d-b48c-3f1e3639c8da",
"isBase": true,
"artifacts": [
"818a0463-3475-49f0-9cb4-7d21ab852ca2",
"8d7b2310-f8e7-47da-8908-32adee44cf9e"
],
"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": ""
}
}
]
2022-04-11T04:00:34.209Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdnofp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f0908c5-ed24-4fc8-b966-0cd3747ecd34
VfModuleModelInvariantUUID:c50db1d4-db6e-4c3c-b567-67f1a841fa16
VfModuleModelDescription:NULL
Artifacts UUID List:{
818a0463-3475-49f0-9cb4-7d21ab852ca2
,
8d7b2310-f8e7-47da-8908-32adee44cf9e
}
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
}
2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWdnofp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c50db1d4-db6e-4c3c-b567-67f1a841fa16",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2f0908c5-ed24-4fc8-b966-0cd3747ecd34",
"vfModuleModelCustomizationUUID": "8862b75f-168f-4f4d-b48c-3f1e3639c8da",
"isBase": true,
"artifacts": [
"818a0463-3475-49f0-9cb4-7d21ab852ca2",
"8d7b2310-f8e7-47da-8908-32adee44cf9e"
],
"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": ""
}
}
]
2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdnofp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f0908c5-ed24-4fc8-b966-0cd3747ecd34
VfModuleModelInvariantUUID:c50db1d4-db6e-4c3c-b567-67f1a841fa16
VfModuleModelDescription:NULL
Artifacts UUID List:{
818a0463-3475-49f0-9cb4-7d21ab852ca2
,
8d7b2310-f8e7-47da-8908-32adee44cf9e
}
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
}
2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 818a0463-3475-49f0-9cb4-7d21ab852ca2 from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:34.212Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:34.410Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:34.411Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml 818a0463-3475-49f0-9cb4-7d21ab852ca2 5033
2022-04-11T04:00:34.411Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T04:00:34.411Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:34.412Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:34.412Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:34.414Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:34.414Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649634411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:34.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:34.515Z||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.
2022-04-11T04:00:34.515Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:34.529Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:34.530Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:35.415Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d7b2310-f8e7-47da-8908-32adee44cf9e from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:35.415Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:35.416Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:35.697Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env 8d7b2310-f8e7-47da-8908-32adee44cf9e 909
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:35.701Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:35.701Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649649635698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T04:00:35.801Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:35.802Z||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.
2022-04-11T04:00:35.802Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:35.844Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T04:00:35.844Z||pool-45-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:36.701Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1d9e35cd-6251-4758-8d46-297c0dde5fad
2022-04-11T04:00:36.702Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WDnOFp 0 d57d15ef-ad44-410f-b244-3aeecea24bed ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:36.714Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18b92fd7, org.onap.sdc.toscaparser.api.parameters.Input@381a652c, org.onap.sdc.toscaparser.api.parameters.Input@2e2e7d01, org.onap.sdc.toscaparser.api.parameters.Input@673deb73, org.onap.sdc.toscaparser.api.parameters.Input@36abb7d4]
2022-04-11T04:00:36.716Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.716Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f4021c58-c0ab-47f8-98f5-e8d293313e7e
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f4021c58-c0ab-47f8-98f5-e8d293313e7e matches Tosca VF Customization UUID: f4021c58-c0ab-47f8-98f5-e8d293313e7e
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f4021c58-c0ab-47f8-98f5-e8d293313e7e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:00:36.720Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.720Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f4021c58-c0ab-47f8-98f5-e8d293313e7e: {\"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\"}
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8862aef
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:00:36.722Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8862b75f-168f-4f4d-b48c-3f1e3639c8da
2022-04-11T04:00:36.722Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8862b75f-168f-4f4d-b48c-3f1e3639c8da
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:00:36.724Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.724Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.724Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is not matching search criteria
2022-04-11T04:00:36.726Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T04:00:36.726Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:00:36.726Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17447f76-963b-43d1-af5b-a087c0c0e385
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:00:36.728Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.728Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=f4021c58-c0ab-47f8-98f5-e8d293313e7e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:36.731Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T04:00:36.731Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.731Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1d9e35cd-6251-4758-8d46-297c0dde5fad: basic_onboard_WDnOFp
2022-04-11T04:00:36.732Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery