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-03-13T03:19:32.046Z||main|||||INFO|500||The following profiles are active: basic
2022-03-13T03:19:47.299Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-13T03:19:47.300Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-13T03:19:47.456Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-13T03:19:52.947Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-13T03:19:53.499Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-13T03:19:54.054Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-13T03:19:54.062Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-13T03:19:54.214Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-13T03:19:54.545Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-13T03:19:55.223Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-13T03:19:57.202Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-13T03:20:00.073Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-13T03:20:00.161Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-13T03:20:00.971Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-13T03:20:01.140Z||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-03-13T03:20:02.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-13T03:20:04.324Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-13T03:20:04.350Z||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$$9ade955a.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-03-13T03:20:04.352Z||main|||||WARN|500||The sdc end point is not alive
2022-03-13T03:20:08.798Z||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-03-13T03:20:13.198Z||main|||||WARN|500||---
2022-03-13T03:20:13.200Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-13T03:20:13.200Z||main|||||WARN|500||---
2022-03-13T03:20:13.817Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-13T03:20:20.806Z||main|||||INFO|500||Started Application in 52.993 seconds (JVM running for 55.472)
2022-03-13T03:20:20.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-13T03:20:20.826Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-13T03:20:20.853Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-13T03:20:20.901Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-13T03:20:20.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a112e05e-ea44-4694-92d1-39d9bf9e7af4 url= /sdc/v1/artifactTypes
2022-03-13T03:20:20.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-13T03:20:21.262Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-13T03:20:21.289Z||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-03-13T03:20:21.316Z||scheduling-1|||||DEBUG|500||create keys
2022-03-13T03:20:21.367Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-13T03:20:21.417Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:20:21.448Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7dbe288e-a253-4ece-91cc-5505bf020141 url= /sdc/v1/registerForDistribution
2022-03-13T03:20:21.587Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7dbe288e-a253-4ece-91cc-5505bf020141 url= /sdc/v1/registerForDistribution
2022-03-13T03:20:21.587Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-13T03:20:21.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:20:21.620Z||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-03-13T03:20:21.621Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:20:21.623Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-13T03:20:21.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:20:21.638Z||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-03-13T03:20:21.638Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:20:31.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:20:31.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:21:21.598Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:21:21.601Z||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-03-13T03:21:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:21:21.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:21:21.608Z||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-03-13T03:21:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:21:31.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:21:31.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:22:21.598Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:22:21.599Z||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-03-13T03:22:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:22:21.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:22:21.608Z||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-03-13T03:22:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:22:31.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:22:31.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:23:21.599Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:23:21.601Z||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-03-13T03:23:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:23:21.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:23:21.609Z||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-03-13T03:23:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:23:31.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:23:31.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:24:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:24:21.599Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:24:21.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:24:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:24:21.609Z||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-03-13T03:24:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:24:31.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:24:31.156Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:25:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:25:21.599Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:25:21.599Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:25:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:25:21.608Z||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-03-13T03:25:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:25:31.145Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:25:31.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:26:21.599Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:26:21.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:26:21.602Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:26:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:26:21.609Z||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-03-13T03:26:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:26:31.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:26:31.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:27:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:27:21.600Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:27:21.600Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:27:21.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:27:21.611Z||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-03-13T03:27:21.612Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:27:31.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:27:31.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:28:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:28:21.600Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:28:21.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:28:21.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:28:21.609Z||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-03-13T03:28:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:28:31.161Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:28:31.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:29:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:29:21.600Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:29:21.600Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:29:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:29:21.610Z||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-03-13T03:29:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:29:31.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:29:31.150Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:30:01.316Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-13T03:30:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:30:21.599Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:30:21.599Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:30:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:30:21.608Z||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-03-13T03:30:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:30:31.151Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:30:31.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:31:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:31:21.599Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:31:21.599Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:31:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:31:21.609Z||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-03-13T03:31:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:31:31.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:31:31.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:32:21.599Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:32:21.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:32:21.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:32:21.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:32:21.609Z||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-03-13T03:32:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:32:31.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:32:31.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:33:21.599Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:33:21.603Z||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-03-13T03:33:21.603Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:33:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:33:21.608Z||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-03-13T03:33:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:33:31.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:33:31.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:34:21.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:34:21.602Z||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-03-13T03:34:21.602Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:34:21.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:34:21.608Z||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-03-13T03:34:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:34:31.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:34:31.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:35:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:35:21.601Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:35:21.601Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:35:21.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:35:21.610Z||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-03-13T03:35:21.611Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:35:31.155Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:35:31.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:36:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:36:21.599Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:36:21.599Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:36:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:36:21.610Z||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-03-13T03:36:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:36:31.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:36:31.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:37:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:37:21.599Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:37:21.599Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:37:21.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:37:21.609Z||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-03-13T03:37:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:37:31.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:37:31.148Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:38:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:38:21.599Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:38:21.600Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:38:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:38:21.609Z||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-03-13T03:38:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:38:31.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:38:31.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:39:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:39:21.599Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:39:21.599Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:39:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:39:21.609Z||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-03-13T03:39:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:39:31.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:39:31.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:40:21.599Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:40:21.606Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:40:21.606Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:40:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:40:21.608Z||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-03-13T03:40:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:40:31.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:40:31.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:41:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:41:21.601Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:41:21.601Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:41:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:41:21.609Z||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-03-13T03:41:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:41:31.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:41:31.162Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:42:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:42:21.600Z||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-03-13T03:42:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:42:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:42:21.608Z||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-03-13T03:42:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:42:31.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:42:31.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:43:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:43:21.599Z||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-03-13T03:43:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:43:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:43:21.608Z||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-03-13T03:43:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:43:31.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:43:31.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:44:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:44:21.599Z||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-03-13T03:44:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:44:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:44:21.608Z||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-03-13T03:44:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:44:31.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:44:31.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:45:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:45:21.599Z||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-03-13T03:45:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:45:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:45:21.608Z||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-03-13T03:45:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:45:31.146Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:45:31.148Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:46:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:46:21.600Z||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-03-13T03:46:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:46:21.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:46:21.609Z||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-03-13T03:46:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:46:31.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:46:31.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:47:21.599Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:47:21.601Z||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-03-13T03:47:21.602Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:47:21.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:47:21.608Z||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-03-13T03:47:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:47:31.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:47:31.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:48:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:48:21.599Z||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-03-13T03:48:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:48:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:48:21.608Z||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-03-13T03:48:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:48:31.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:48:31.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:49:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:49:21.599Z||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-03-13T03:49:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:49:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:49:21.608Z||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-03-13T03:49:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:49:31.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:49:31.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:50:21.599Z||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-03-13T03:50:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:50:21.608Z||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-03-13T03:50:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:30.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:30.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T03:50:30.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a633cfb1-214a-43b1-a814-e2c221b5769f","serviceName":"basic_onboard_wLMnNe","serviceVersion":"1.0","serviceUUID":"c03933dc-0393-4bcb-b4cc-a30125b8d44e","serviceDescription":"service","serviceInvariantUUID":"3cffdf27-c51b-40fd-b88d-53a7156effdf","resources":[{"resourceInstanceName":"basic_onboard_wLMnNe 0","resourceName":"basic_onboard_wLMnNe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba0f6d55-2169-4d70-8bb6-93af75fc32cf","resourceInvariantUUID":"201d020b-7185-46fc-881b-42e1b3cfbffc","resourceCustomizationUUID":"913c9f1a-202e-44c4-80ce-fd00f8fd97c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml","artifactChecksum":"NmE1M2QyZWNmNjAyYWFmNzA2ODUzZTFlNWJhNzg2YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68d93378-6113-4809-8f28-7c02bfd968af","artifactVersion":"1"},{"artifactName":"basic_onboard_wlmnne0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json","artifactChecksum":"MTAwOTZkNzFhOTMyY2U1N2EzMjhmMmFjZTMwZGYwYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"768fea53-7d55-40e0-9d90-14bd7d31f699","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"861124a0-1efe-4729-b8e6-f8caf4e6b230","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1cb54543-c9ee-4fe1-8fdf-8cbd89d1eef4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a13463d2-1c14-4819-995f-9b55c64ca9ea","artifactVersion":"2","generatedFromUUID":"861124a0-1efe-4729-b8e6-f8caf4e6b230"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWlmnne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml","artifactChecksum":"YzJkYzNhODQ0OGE2MjJlZWZlNmI0OTdiNTFiOTg5Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f963714-ff41-4346-aa47-2cc0b4256e9c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWlmnne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar","artifactChecksum":"OTY3MGY0ZTQ1NGMzZDAxMGVjMTE2MTg2NjU5MGY3OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04d5f70a-305d-4439-ac9a-e97828cbb615","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T03:50:30.777Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:30.784Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:30.797Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:30.797Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:50:30.897Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-13T03:50:30.902Z||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-03-13T03:50:30.902Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:30.924Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:30.926Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:31.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:31.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:50:31.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:50:31.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:50:31.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:50:31.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:50:31.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:50:31.806Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:31.806Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:31.824Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:31.824Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:50:31.908Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-03-13T03:50:31.909Z||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-03-13T03:50:31.910Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:31.941Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:31.942Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:32.825Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:32.826Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:32.832Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:32.832Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:50:32.932Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:32.933Z||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-03-13T03:50:32.934Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:32.959Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:32.961Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:33.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:33.835Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:33.840Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:33.841Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:50:33.938Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-13T03:50:33.939Z||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-03-13T03:50:33.940Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:33.955Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:33.962Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:34.842Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:34.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:34.847Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:34.848Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-13T03:50:34.948Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:34.949Z||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-03-13T03:50:34.950Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:34.965Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:34.966Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:35.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:35.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:35.860Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:35.861Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:50:35.953Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-13T03:50:35.954Z||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-03-13T03:50:35.954Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:35.967Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:35.968Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:36.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:36.869Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:36.872Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:36.873Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:50:36.972Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:50:36.973Z||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-03-13T03:50:36.974Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:36.985Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:36.986Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:37.875Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"serviceName": "basic_onboard_wLMnNe",
"serviceVersion": "1.0",
"serviceUUID": "c03933dc-0393-4bcb-b4cc-a30125b8d44e",
"serviceDescription": "service",
"serviceInvariantUUID": "3cffdf27-c51b-40fd-b88d-53a7156effdf",
"resources": [
{
"resourceInstanceName": "basic_onboard_wLMnNe 0",
"resourceCustomizationUUID": "913c9f1a-202e-44c4-80ce-fd00f8fd97c8",
"resourceName": "basic_onboard_wLMnNe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ba0f6d55-2169-4d70-8bb6-93af75fc32cf",
"resourceInvariantUUID": "201d020b-7185-46fc-881b-42e1b3cfbffc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wlmnne0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"artifactChecksum": "MTAwOTZkNzFhOTMyY2U1N2EzMjhmMmFjZTMwZGYwYTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "768fea53-7d55-40e0-9d90-14bd7d31f699",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "861124a0-1efe-4729-b8e6-f8caf4e6b230",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a13463d2-1c14-4819-995f-9b55c64ca9ea",
"generatedFromUUID": "861124a0-1efe-4729-b8e6-f8caf4e6b230"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a13463d2-1c14-4819-995f-9b55c64ca9ea",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWlmnne-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"artifactChecksum": "OTY3MGY0ZTQ1NGMzZDAxMGVjMTE2MTg2NjU5MGY3OTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04d5f70a-305d-4439-ac9a-e97828cbb615"
}
],
"workloadContext": "Production"
}
2022-03-13T03:50:37.876Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T03:50:37.877Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c03933dc-0393-4bcb-b4cc-a30125b8d44e ASDC
2022-03-13T03:50:38.018Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a633cfb1-214a-43b1-a814-e2c221b5769f
ServiceName:basic_onboard_wLMnNe
ServiceVersion:1.0
ServiceUUID:c03933dc-0393-4bcb-b4cc-a30125b8d44e
ServiceInvariantUUID:3cffdf27-c51b-40fd-b88d-53a7156effdf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWlmnne-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
ArtifactUUID:04d5f70a-305d-4439-ac9a-e97828cbb615
ArtifactChecksum:OTY3MGY0ZTQ1NGMzZDAxMGVjMTE2MTg2NjU5MGY3OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wLMnNe 0
ResourceCustomizationUUID:913c9f1a-202e-44c4-80ce-fd00f8fd97c8
ResourceInvariantUUID:201d020b-7185-46fc-881b-42e1b3cfbffc
ResourceName:basic_onboard_wLMnNe
ResourceType:VF
ResourceUUID:ba0f6d55-2169-4d70-8bb6-93af75fc32cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wlmnne0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
ArtifactUUID:768fea53-7d55-40e0-9d90-14bd7d31f699
ArtifactChecksum:MTAwOTZkNzFhOTMyY2U1N2EzMjhmMmFjZTMwZGYwYTg=
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/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
ArtifactUUID:861124a0-1efe-4729-b8e6-f8caf4e6b230
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/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
ArtifactUUID:a13463d2-1c14-4819-995f-9b55c64ca9ea
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/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
ArtifactUUID:a13463d2-1c14-4819-995f-9b55c64ca9ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-13T03:50:38.019Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c03933dc-0393-4bcb-b4cc-a30125b8d44e 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-03-13T03:50:38.295Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:50:38.296Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:50:38.298Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:50:38.299Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 04d5f70a-305d-4439-ac9a-e97828cbb615 from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:38.299Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:38.301Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:38.869Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:38.888Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar 04d5f70a-305d-4439-ac9a-e97828cbb615 71560
2022-03-13T03:50:38.890Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar ASDC sendASDCNotification
2022-03-13T03:50:38.890Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:38.891Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:38.892Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:38.894Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:38.894Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143438889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:50:38.994Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:38.996Z||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-03-13T03:50:38.996Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:39.015Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:39.015Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:39.895Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:50:39.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:50:39.897Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 04d5f70a-305d-4439-ac9a-e97828cbb615, URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar to file: /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:39.898Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:39.991Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:39.991Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:40.876Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13760416604385886471/Definitions/service-BasicOnboardWlmnne-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-03-13T03:50:43.409Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wLMnNe 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-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:50:43.424Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.435Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.435Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:50:43.437Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:50:43.438Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:50:43.440Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.440Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is not matching search criteria
2022-03-13T03:50:43.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.446Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:50:43.447Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.447Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.447Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.449Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.449Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:43.449Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is not matching search criteria
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=53b48819-b985-4ebb-9226-fd836b58f9c7
2022-03-13T03:50:43.451Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.451Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.452Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.452Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.452Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_wLMnNe
Description:service
Model UUID:c03933dc-0393-4bcb-b4cc-a30125b8d44e
Model Version:NULL
Model InvariantUuid:3cffdf27-c51b-40fd-b88d-53a7156effdf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_wLMnNe
Model UUID:cf115a36-efd1-4f08-9ea5-fd82c6900dfd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:201d020b-7185-46fc-881b-42e1b3cfbffc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:913c9f1a-202e-44c4-80ce-fd00f8fd97c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4891dd57-8fef-471d-b4ad-80f69d47e6cf
ModelName:BasicOnboardWlmnne..base_ubuntu18..module-0
ModelUuid:c5f14e0b-318e-4438-a280-a31fcf4e3549
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:53b48819-b985-4ebb-9226-fd836b58f9c7
ModelInvariantUuid:7e155eef-ef14-438a-b039-ad62a074109b
ModelName:basic_onboard_wLMnNe-nodes.ubuntu18Cvfc
ModelUuid:a386f9fb-54b1-4833-8699-d9d4f18f76bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:cffeb115-b7c2-47b3-9da6-0c8b33566a21
ModelInvariantUuid:5d4f0a7e-113d-471e-bd60-6be1af6f7679
ModelName:BasicOnboardWlmnne.compute.nodes.heat.ubuntu18
ModelUuid:07fcde37-20e1-4b54-a078-fc399240294d
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-03-13T03:50:43.485Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ba0f6d55-2169-4d70-8bb6-93af75fc32cf
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-03-13T03:50:43.608Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||basic_onboard_wLMnNe 0
2022-03-13T03:50:43.616Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba0f6d55-2169-4d70-8bb6-93af75fc32cf
2022-03-13T03:50:43.616Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 768fea53-7d55-40e0-9d90-14bd7d31f699 from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:43.617Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:43.617Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:43.727Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:43.728Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json 768fea53-7d55-40e0-9d90-14bd7d31f699 798
2022-03-13T03:50:43.728Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json ASDC sendASDCNotification
2022-03-13T03:50:43.729Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:43.729Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:43.729Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:43.733Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:43.734Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143443728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:50:43.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:43.836Z||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-03-13T03:50:43.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:43.854Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:43.855Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:44.735Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWlmnne..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4891dd57-8fef-471d-b4ad-80f69d47e6cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c5f14e0b-318e-4438-a280-a31fcf4e3549",
"vfModuleModelCustomizationUUID": "bf8d7eac-20fd-45ba-8152-a9b912abfa23",
"isBase": true,
"artifacts": [
"861124a0-1efe-4729-b8e6-f8caf4e6b230",
"a13463d2-1c14-4819-995f-9b55c64ca9ea"
],
"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-03-13T03:50:44.752Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlmnne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5f14e0b-318e-4438-a280-a31fcf4e3549
VfModuleModelInvariantUUID:4891dd57-8fef-471d-b4ad-80f69d47e6cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
861124a0-1efe-4729-b8e6-f8caf4e6b230
,
a13463d2-1c14-4819-995f-9b55c64ca9ea
}
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-03-13T03:50:44.755Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWlmnne..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4891dd57-8fef-471d-b4ad-80f69d47e6cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c5f14e0b-318e-4438-a280-a31fcf4e3549",
"vfModuleModelCustomizationUUID": "bf8d7eac-20fd-45ba-8152-a9b912abfa23",
"isBase": true,
"artifacts": [
"861124a0-1efe-4729-b8e6-f8caf4e6b230",
"a13463d2-1c14-4819-995f-9b55c64ca9ea"
],
"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-03-13T03:50:44.756Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlmnne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5f14e0b-318e-4438-a280-a31fcf4e3549
VfModuleModelInvariantUUID:4891dd57-8fef-471d-b4ad-80f69d47e6cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
861124a0-1efe-4729-b8e6-f8caf4e6b230
,
a13463d2-1c14-4819-995f-9b55c64ca9ea
}
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-03-13T03:50:44.756Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 861124a0-1efe-4729-b8e6-f8caf4e6b230 from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:44.758Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:44.758Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:44.814Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml 861124a0-1efe-4729-b8e6-f8caf4e6b230 5033
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:44.816Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:44.818Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:44.819Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143444815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:50:44.919Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-03-13T03:50:44.920Z||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-03-13T03:50:44.920Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:44.933Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:44.933Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:45.841Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a13463d2-1c14-4819-995f-9b55c64ca9ea from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:45.842Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:45.842Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:45.894Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:45.895Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env a13463d2-1c14-4819-995f-9b55c64ca9ea 909
2022-03-13T03:50:45.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-13T03:50:45.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:45.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:45.897Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:45.903Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:45.904Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143445896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:50:46.001Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-13T03:50:46.002Z||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-03-13T03:50:46.003Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:46.016Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:46.017Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:46.905Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c03933dc-0393-4bcb-b4cc-a30125b8d44e
2022-03-13T03:50:46.905Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wLMnNe 0 ba0f6d55-2169-4d70-8bb6-93af75fc32cf 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-03-13T03:50:46.954Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64d1b820, org.onap.sdc.toscaparser.api.parameters.Input@183ef943, org.onap.sdc.toscaparser.api.parameters.Input@16ec633a, org.onap.sdc.toscaparser.api.parameters.Input@3c408c08, org.onap.sdc.toscaparser.api.parameters.Input@55b92318]
2022-03-13T03:50:46.960Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:46.961Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:46.962Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-13T03:50:46.962Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 913c9f1a-202e-44c4-80ce-fd00f8fd97c8
2022-03-13T03:50:46.963Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 913c9f1a-202e-44c4-80ce-fd00f8fd97c8 matches Tosca VF Customization UUID: 913c9f1a-202e-44c4-80ce-fd00f8fd97c8
2022-03-13T03:50:46.963Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 913c9f1a-202e-44c4-80ce-fd00f8fd97c8 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-03-13T03:50:46.979Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:46.980Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:46.982Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 913c9f1a-202e-44c4-80ce-fd00f8fd97c8: {\"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-03-13T03:50:46.983Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fd4dd9e
2022-03-13T03:50:46.983Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:46.983Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:50:46.984Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf8d7eac-20fd-45ba-8152-a9b912abfa23
2022-03-13T03:50:46.986Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf8d7eac-20fd-45ba-8152-a9b912abfa23
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-03-13T03:50:46.996Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:46.998Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:46.998Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:47.000Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.001Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:47.001Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:47.002Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.002Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is not matching search criteria
2022-03-13T03:50:47.003Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-13T03:50:47.003Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T03:50:47.003Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=53b48819-b985-4ebb-9226-fd836b58f9c7
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-03-13T03:50:47.017Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.020Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:47.020Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:47.021Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.021Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:47.021Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=913c9f1a-202e-44c4-80ce-fd00f8fd97c8
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-03-13T03:50:47.025Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.025Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c03933dc-0393-4bcb-b4cc-a30125b8d44e: basic_onboard_wLMnNe
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.027Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.027Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.027Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_wLMnNe
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-03-13T03:50:47.321Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wLMnNe ba0f6d55-2169-4d70-8bb6-93af75fc32cf 1 ASDC deployResourceStructure
2022-03-13T03:50:47.322Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json ASDC sendASDCNotification
2022-03-13T03:50:47.322Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:47.323Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:47.323Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:47.325Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:47.325Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143447322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-13T03:50:47.428Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-13T03:50:47.429Z||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-03-13T03:50:47.429Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:47.443Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:47.445Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:48.327Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-13T03:50:48.327Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:48.327Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:48.328Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:48.332Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:48.332Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143448327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-13T03:50:48.430Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-13T03:50:48.432Z||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-03-13T03:50:48.432Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:48.445Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:48.446Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:49.333Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-13T03:50:49.334Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:49.335Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:49.335Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:49.343Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:49.343Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143449333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-13T03:50:49.438Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-13T03:50:49.439Z||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-03-13T03:50:49.439Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:49.453Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:49.454Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:50.344Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar ASDC sendASDCNotification
2022-03-13T03:50:50.345Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:50.345Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:50.345Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:50.348Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:50.348Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143450344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:50:50.448Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:50.450Z||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-03-13T03:50:50.450Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:50.469Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:50:50.469Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:51.350Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:50:51.381Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:50:51.384Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:50:51.384Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:50:51.384Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:51:21.388Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:51:21.410Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:51:21.413Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:51:21.414Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:51:21.414Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:51:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:51:21.608Z||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-03-13T03:51:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:51:21.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:51:21.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:51:21.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:51:21.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:51:21.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:51:21.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:51:21.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:51:51.414Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:51:51.424Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:51:51.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:51:51.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:51:51.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:52:21.427Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:52:21.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:52:21.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:52:21.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:52:21.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:52:21.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:52:21.610Z||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-03-13T03:52:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:52:21.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:52:21.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:52:21.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:52:21.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:52:21.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:52:21.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:52:21.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:52:51.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:52:51.463Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:52:51.473Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:52:51.474Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:52:51.475Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:53:21.476Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:53:21.487Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:53:21.490Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:53:21.490Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:53:21.490Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:53:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:53:21.608Z||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-03-13T03:53:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:53:21.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:53:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143430061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143426575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143423121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143425549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143421598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143421570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143438931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143439406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143438891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143438889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143438712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143439721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "cds",
"timestamp": 1647143439916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-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-03-13T03:53:21.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.698Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143440449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "policy-id",
"timestamp": 1647143440726,
"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-03-13T03:53:21.723Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.724Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143441923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143443004,
"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-03-13T03:53:21.745Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.745Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143443701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143443728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143444013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143444706,
"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-03-13T03:53:21.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143438515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143444815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "dcae-sch",
"timestamp": 1647143439002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143445896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143447322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143448327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143449333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143443940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143450344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143452024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143458733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143460744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "clamp",
"timestamp": 1647143461748,
"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-03-13T03:53:21.787Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143469973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "aai-ml",
"timestamp": 1647143470979,
"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-03-13T03:53:21.801Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.801Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:51.491Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:53:51.506Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:53:51.512Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-13T03:53:51.523Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T03:54:21.523Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:54:21.546Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a633cfb1-214a-43b1-a814-e2c221b5769f and serviceModelVersionId: c03933dc-0393-4bcb-b4cc-a30125b8d44e
2022-03-13T03:54:21.546Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cffdf27-c51b-40fd-b88d-53a7156effdf
2022-03-13T03:54:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:54:21.608Z||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-03-13T03:54:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:21.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143571572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143570060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143576575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "dcae-sch",
"timestamp": 1647143579002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143587819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143587378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143587655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.704Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "cds",
"timestamp": 1647143588385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-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-03-13T03:54:21.730Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.730Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143589067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647143583121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143590515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143591259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:54:21.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143591532,
"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-03-13T03:54:21.765Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647143592265,
"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-03-13T03:54:21.783Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.784Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143585549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647143592536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143593401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143594406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143588515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "policy-id",
"timestamp": 1647143595410,
"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-03-13T03:54:21.808Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.808Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143593940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-13T03:54:21.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143601908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:39.081Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0
2022-03-13T03:54:39.205Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T03:54:39.823Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?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-03-13T03:54:39.830Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0|INFO|500||Invoke
2022-03-13T03:54:39.990Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-13T03:54:40.806Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0|INFO|500||InvokeReturn
2022-03-13T03:54:40.806Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220313-03:54:39:060-39238], vertex-id=[176152], Content-Length=[0], Date=[Sun, 13 Mar 2022 03:54:39 GMT], Content-Type=[application/json]}
2022-03-13T03:54:40.807Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T03:54:40.812Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T03:54:40.813Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||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-03-13T03:54:40.819Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-13T03:54:40.820Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a633cfb1-214a-43b1-a814-e2c221b5769f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T03:54:40.821Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T03:54:40.822Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:40.825Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:40.826Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143680820,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:54:40.926Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:40.927Z||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-03-13T03:54:40.927Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:40.939Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:40.939Z||pool-18-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-03-13T03:54:41.839Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:54:41.840Z|a633cfb1-214a-43b1-a814-e2c221b5769f|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-03-13T03:54:41.840Z|a633cfb1-214a-43b1-a814-e2c221b5769f|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:46.176Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:46.177Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T03:54:46.177Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3afd5008-0b7a-48b3-89ac-9ee1043fd74b","serviceName":"vFW 2022-03-13 03-50-40","serviceVersion":"1.0","serviceUUID":"e607b6d1-6175-4813-a777-36cc5f0323b2","serviceDescription":"catalog service description","serviceInvariantUUID":"e9d0b622-53f3-42a7-848f-cd45f47f4c30","resources":[{"resourceInstanceName":"vFW 83b841d5-da9c 0","resourceName":"vFW 83b841d5-da9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be3adf85-b266-433b-9b86-63f95b69a5de","resourceInvariantUUID":"8df734e5-8c91-4539-9636-6130cfc6c9a0","resourceCustomizationUUID":"8be2b4de-a013-48f6-a6e1-256bc9ee3631","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml","artifactChecksum":"OWVlZTgxMDNiYjA0OGNiNTRiMTI4OWIzMjRiOWI3ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a4bd4c7-de8b-46f0-aec1-b0a7a9bc2576","artifactVersion":"1"},{"artifactName":"vfw83b841d5da9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json","artifactChecksum":"MjA4ODJlMzlmODJmYjA4MzZjYTlkMWY0MDFlNjY3ZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0087d8a9-d178-4660-9e2d-9f3efdbd4426","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3278a170-a99f-4c10-b4a4-7c50e9d32c34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmMzOWFiYTk1NmIyMzM5NTY0OWQ3NDJjZWYzMDExY2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70b53926-0088-4a58-87a8-baf7046ab420","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf0cb5f9-5a68-4db8-80bf-a40b66e602e7","artifactVersion":"2","generatedFromUUID":"3278a170-a99f-4c10-b4a4-7c50e9d32c34"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220313035040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml","artifactChecksum":"NzUzMzEwNjU2OWFjYTU4YjQzNWFlODNiMDZiNTA5M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1401e0d4-5e07-4f4b-9e82-b06b7d10c476","artifactVersion":"1"},{"artifactName":"service-Vfw20220313035040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar","artifactChecksum":"NTI0Zjc0Njg2OGUyMTBlOWUzZGE1OTBiOGIyYWM0ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3282e9a7-f920-4bf5-8dea-df724efe4c7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T03:54:46.181Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:46.182Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:46.185Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:46.185Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:46.285Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:46.287Z||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-03-13T03:54:46.288Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:46.304Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:46.305Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:47.186Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:47.187Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:47.193Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:47.193Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:54:47.290Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-13T03:54:47.291Z||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-03-13T03:54:47.291Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:47.317Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:47.318Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:48.195Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:48.196Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:48.199Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:48.200Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:54:48.300Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:48.301Z||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-03-13T03:54:48.301Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:48.314Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:48.314Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:49.200Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:49.201Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:49.203Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:49.204Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:49.305Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:54:49.307Z||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-03-13T03:54:49.307Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:49.320Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:49.321Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:50.205Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:50.206Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:50.208Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:50.209Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-13T03:54:50.309Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:54:50.310Z||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-03-13T03:54:50.310Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:50.323Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:50.323Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:51.210Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:51.211Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:51.214Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:51.214Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:54:51.314Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:51.315Z||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-03-13T03:54:51.315Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:51.328Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:51.329Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:52.215Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:52.216Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:52.218Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:52.218Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:54:52.318Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:52.319Z||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-03-13T03:54:52.319Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:52.336Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:52.337Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:53.220Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"serviceName": "vFW 2022-03-13 03-50-40",
"serviceVersion": "1.0",
"serviceUUID": "e607b6d1-6175-4813-a777-36cc5f0323b2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e9d0b622-53f3-42a7-848f-cd45f47f4c30",
"resources": [
{
"resourceInstanceName": "vFW 83b841d5-da9c 0",
"resourceCustomizationUUID": "8be2b4de-a013-48f6-a6e1-256bc9ee3631",
"resourceName": "vFW 83b841d5-da9c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "be3adf85-b266-433b-9b86-63f95b69a5de",
"resourceInvariantUUID": "8df734e5-8c91-4539-9636-6130cfc6c9a0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw83b841d5da9c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"artifactChecksum": "MjA4ODJlMzlmODJmYjA4MzZjYTlkMWY0MDFlNjY3ZDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0087d8a9-d178-4660-9e2d-9f3efdbd4426",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3278a170-a99f-4c10-b4a4-7c50e9d32c34",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf0cb5f9-5a68-4db8-80bf-a40b66e602e7",
"generatedFromUUID": "3278a170-a99f-4c10-b4a4-7c50e9d32c34"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf0cb5f9-5a68-4db8-80bf-a40b66e602e7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220313035040-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"artifactChecksum": "NTI0Zjc0Njg2OGUyMTBlOWUzZGE1OTBiOGIyYWM0ZDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3282e9a7-f920-4bf5-8dea-df724efe4c7f"
}
],
"workloadContext": "Production"
}
2022-03-13T03:54:53.220Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T03:54:53.221Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e607b6d1-6175-4813-a777-36cc5f0323b2 ASDC
2022-03-13T03:54:53.221Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3afd5008-0b7a-48b3-89ac-9ee1043fd74b
ServiceName:vFW 2022-03-13 03-50-40
ServiceVersion:1.0
ServiceUUID:e607b6d1-6175-4813-a777-36cc5f0323b2
ServiceInvariantUUID:e9d0b622-53f3-42a7-848f-cd45f47f4c30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220313035040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
ArtifactUUID:3282e9a7-f920-4bf5-8dea-df724efe4c7f
ArtifactChecksum:NTI0Zjc0Njg2OGUyMTBlOWUzZGE1OTBiOGIyYWM0ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 83b841d5-da9c 0
ResourceCustomizationUUID:8be2b4de-a013-48f6-a6e1-256bc9ee3631
ResourceInvariantUUID:8df734e5-8c91-4539-9636-6130cfc6c9a0
ResourceName:vFW 83b841d5-da9c
ResourceType:VF
ResourceUUID:be3adf85-b266-433b-9b86-63f95b69a5de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw83b841d5da9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
ArtifactUUID:0087d8a9-d178-4660-9e2d-9f3efdbd4426
ArtifactChecksum:MjA4ODJlMzlmODJmYjA4MzZjYTlkMWY0MDFlNjY3ZDA=
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/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
ArtifactUUID:3278a170-a99f-4c10-b4a4-7c50e9d32c34
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
ArtifactUUID:bf0cb5f9-5a68-4db8-80bf-a40b66e602e7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
ArtifactUUID:bf0cb5f9-5a68-4db8-80bf-a40b66e602e7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-13T03:54:53.221Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e607b6d1-6175-4813-a777-36cc5f0323b2 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-03-13T03:54:53.256Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:54:53.257Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:54:53.257Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:54:53.258Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3282e9a7-f920-4bf5-8dea-df724efe4c7f from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:53.258Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:54:53.258Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:53.440Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:54:53.445Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar 3282e9a7-f920-4bf5-8dea-df724efe4c7f 98935
2022-03-13T03:54:53.446Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar ASDC sendASDCNotification
2022-03-13T03:54:53.446Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:53.447Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:54:53.448Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:53.450Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:53.450Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143693446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:53.550Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:54:53.551Z||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-03-13T03:54:53.552Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:53.564Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:53.564Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:54.451Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:54:54.452Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3282e9a7-f920-4bf5-8dea-df724efe4c7f, URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar to file: /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1018001968069943624/Definitions/service-Vfw20220313035040-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-13T03:54:57.317Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 83b841d5-da9c 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-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:54:57.321Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.321Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.321Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.322Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:54:57.322Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:54:57.322Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:54:57.324Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.324Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.324Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:54:57.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.333Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:54:57.334Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.334Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:54:57.335Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:54:57.335Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.335Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.336Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:54:57.336Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.336Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:54:57.337Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.337Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12929421-2001-47b5-8cc8-d5c708a5bec8
2022-03-13T03:54:57.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.340Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:54:57.340Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.340Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:54:57.341Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:54:57.341Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.342Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:54:57.342Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.342Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da99100f-d898-4cd8-be85-fdc5c8a4b2e4
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:54:57.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:54:57.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56b2a204-b0b1-4883-adf4-2e8cd48b96f2
2022-03-13T03:54:57.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.348Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.348Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.348Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.349Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:54:57.350Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.350Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-13 03-50-40
Description:catalog service description
Model UUID:e607b6d1-6175-4813-a777-36cc5f0323b2
Model Version:NULL
Model InvariantUuid:e9d0b622-53f3-42a7-848f-cd45f47f4c30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 83b841d5-da9c
Model UUID:d1b0b951-c066-4662-9b90-a486accda00e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8df734e5-8c91-4539-9636-6130cfc6c9a0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8be2b4de-a013-48f6-a6e1-256bc9ee3631
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1e7d721e-bc22-4585-b862-1eebd96cc491
ModelName:Vfw83b841d5Da9c..base_vfw..module-0
ModelUuid:713d54d4-b43d-4660-a00a-8e83ad8f6246
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:12929421-2001-47b5-8cc8-d5c708a5bec8
ModelInvariantUuid:940e3fd5-fe17-4f3c-a73c-723d4f8c7a72
ModelName:vFW 83b841d5-da9c-nodes.vfwCvfc
ModelUuid:c2a400e7-2e16-4e79-85ac-998ce1282547
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c7a83f0d-1519-4750-a757-daaeb2412816
ModelInvariantUuid:743ba37f-ef11-41a9-95be-d70061e8c536
ModelName:Vfw83b841d5Da9c.compute.nodes.heat.vfw
ModelUuid:78564369-663e-4e68-a287-2fbea010f44a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:da99100f-d898-4cd8-be85-fdc5c8a4b2e4
ModelInvariantUuid:10176122-40ce-4c9e-8061-b747fe88ec7c
ModelName:vFW 83b841d5-da9c-nodes.vsnCvfc
ModelUuid:46fee7cd-e466-4569-87ae-1a65989f03cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1f48591a-a8a3-42be-8e6b-e5238b4c5d85
ModelInvariantUuid:26f16076-f7f9-4ccc-85df-2fed144fe81b
ModelName:Vfw83b841d5Da9c.compute.nodes.heat.vsn
ModelUuid:09f0c56c-b1ab-462c-bd15-79768f645d77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:56b2a204-b0b1-4883-adf4-2e8cd48b96f2
ModelInvariantUuid:6e948492-0c13-4ff6-9978-fa730c524a34
ModelName:vFW 83b841d5-da9c-nodes.vpgCvfc
ModelUuid:94b13d76-d1bc-4fd1-8558-74725ab96c8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dc3f6fe8-a2bd-47c3-bbc5-2c0d3b713ac3
ModelInvariantUuid:fba95b98-4321-49b8-997b-8c3f11138491
ModelName:Vfw83b841d5Da9c.compute.nodes.heat.vpg
ModelUuid:21690bc5-797b-40a8-bffe-c078a0c90f93
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-03-13T03:54:57.358Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: be3adf85-b266-433b-9b86-63f95b69a5de
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-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||vFW 83b841d5-da9c 0
2022-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be3adf85-b266-433b-9b86-63f95b69a5de
2022-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0087d8a9-d178-4660-9e2d-9f3efdbd4426 from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:54:57.363Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:54:57.823Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:54:57.824Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json 0087d8a9-d178-4660-9e2d-9f3efdbd4426 785
2022-03-13T03:54:57.824Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json ASDC sendASDCNotification
2022-03-13T03:54:57.824Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:54:57.825Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:54:57.825Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:57.827Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:57.827Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143697824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:57.927Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:54:57.929Z||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-03-13T03:54:57.929Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:57.944Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:57.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:58.828Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw83b841d5Da9c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1e7d721e-bc22-4585-b862-1eebd96cc491",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "713d54d4-b43d-4660-a00a-8e83ad8f6246",
"vfModuleModelCustomizationUUID": "77f7e9a7-5506-4f24-be78-4e642cc59ffa",
"isBase": true,
"artifacts": [
"3278a170-a99f-4c10-b4a4-7c50e9d32c34",
"bf0cb5f9-5a68-4db8-80bf-a40b66e602e7"
],
"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-03-13T03:54:58.835Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b841d5Da9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:713d54d4-b43d-4660-a00a-8e83ad8f6246
VfModuleModelInvariantUUID:1e7d721e-bc22-4585-b862-1eebd96cc491
VfModuleModelDescription:NULL
Artifacts UUID List:{
3278a170-a99f-4c10-b4a4-7c50e9d32c34
,
bf0cb5f9-5a68-4db8-80bf-a40b66e602e7
}
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-03-13T03:54:58.837Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw83b841d5Da9c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1e7d721e-bc22-4585-b862-1eebd96cc491",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "713d54d4-b43d-4660-a00a-8e83ad8f6246",
"vfModuleModelCustomizationUUID": "77f7e9a7-5506-4f24-be78-4e642cc59ffa",
"isBase": true,
"artifacts": [
"3278a170-a99f-4c10-b4a4-7c50e9d32c34",
"bf0cb5f9-5a68-4db8-80bf-a40b66e602e7"
],
"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-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b841d5Da9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:713d54d4-b43d-4660-a00a-8e83ad8f6246
VfModuleModelInvariantUUID:1e7d721e-bc22-4585-b862-1eebd96cc491
VfModuleModelDescription:NULL
Artifacts UUID List:{
3278a170-a99f-4c10-b4a4-7c50e9d32c34
,
bf0cb5f9-5a68-4db8-80bf-a40b66e602e7
}
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-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3278a170-a99f-4c10-b4a4-7c50e9d32c34 from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:54:59.798Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:54:59.798Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml 3278a170-a99f-4c10-b4a4-7c50e9d32c34 20368
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:59.801Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:59.802Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143699799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:54:59.902Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:59.903Z||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-03-13T03:54:59.903Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:59.917Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:54:59.917Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:55:00.802Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bf0cb5f9-5a68-4db8-80bf-a40b66e602e7 from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:00.803Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:55:00.804Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:00.997Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:55:00.997Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env bf0cb5f9-5a68-4db8-80bf-a40b66e602e7 2098
2022-03-13T03:55:00.998Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:55:00.998Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:00.998Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:55:00.999Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:01.001Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:01.001Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143700998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:55:01.103Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:55:01.104Z||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-03-13T03:55:01.104Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:01.126Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:55:01.126Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:55:02.001Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e607b6d1-6175-4813-a777-36cc5f0323b2
2022-03-13T03:55:02.002Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 83b841d5-da9c 0 be3adf85-b266-433b-9b86-63f95b69a5de 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-03-13T03:55:02.021Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@364d8bfe, org.onap.sdc.toscaparser.api.parameters.Input@30089686, org.onap.sdc.toscaparser.api.parameters.Input@68a9693d, org.onap.sdc.toscaparser.api.parameters.Input@74515c2, org.onap.sdc.toscaparser.api.parameters.Input@5d0d7caf]
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8be2b4de-a013-48f6-a6e1-256bc9ee3631
2022-03-13T03:55:02.024Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8be2b4de-a013-48f6-a6e1-256bc9ee3631 matches Tosca VF Customization UUID: 8be2b4de-a013-48f6-a6e1-256bc9ee3631
2022-03-13T03:55:02.024Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8be2b4de-a013-48f6-a6e1-256bc9ee3631 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-03-13T03:55:02.026Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.026Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.027Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8be2b4de-a013-48f6-a6e1-256bc9ee3631: {\"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-03-13T03:55:02.027Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25c2f63d
2022-03-13T03:55:02.027Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.028Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:55:02.028Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77f7e9a7-5506-4f24-be78-4e642cc59ffa
2022-03-13T03:55:02.028Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77f7e9a7-5506-4f24-be78-4e642cc59ffa
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-03-13T03:55:02.030Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:55:02.034Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.034Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12929421-2001-47b5-8cc8-d5c708a5bec8
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-03-13T03:55:02.036Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.040Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:55:02.040Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.040Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da99100f-d898-4cd8-be85-fdc5c8a4b2e4
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-03-13T03:55:02.042Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.042Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.042Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.045Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.056Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:55:02.056Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56b2a204-b0b1-4883-adf4-2e8cd48b96f2
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-03-13T03:55:02.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.061Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.061Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.062Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=8be2b4de-a013-48f6-a6e1-256bc9ee3631
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-03-13T03:55:02.065Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.065Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e607b6d1-6175-4813-a777-36cc5f0323b2: vFW 83b841d5-da9c
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.069Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-13 03-50-40
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-03-13T03:55:02.271Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 83b841d5-da9c be3adf85-b266-433b-9b86-63f95b69a5de 1 ASDC deployResourceStructure
2022-03-13T03:55:02.271Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json ASDC sendASDCNotification
2022-03-13T03:55:02.271Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:55:02.272Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:02.272Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:02.274Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:02.274Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143702271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-13T03:55:02.374Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:55:02.376Z||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-03-13T03:55:02.376Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:02.391Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:55:02.391Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:03.277Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:03.277Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143703275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-13T03:55:03.378Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:55:03.379Z||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-03-13T03:55:03.379Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:03.392Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:55:03.393Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:55:04.278Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:55:04.279Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:04.279Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:04.279Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:04.281Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:04.281Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143704278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-13T03:55:04.384Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-13T03:55:04.384Z||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-03-13T03:55:04.385Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:04.399Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:55:04.400Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar ASDC sendASDCNotification
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:05.284Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:05.284Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143705281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:55:05.385Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:55:05.386Z||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-03-13T03:55:05.386Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:05.397Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:55:05.398Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:55:06.285Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
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-03-13T03:55:06.296Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
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-03-13T03:55:06.300Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:55:06.300Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:55:06.301Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:55:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:55:21.608Z||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-03-13T03:55:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:21.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:55:21.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143603751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143605761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "clamp",
"timestamp": 1647143606764,
"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-03-13T03:55:21.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:55:21.643Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:55:21.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143617259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:55:21.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:55:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "aai-ml",
"timestamp": 1647143618263,
"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-03-13T03:55:21.669Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:55:21.669Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:55:36.301Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
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-03-13T03:55:36.313Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
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-03-13T03:55:36.317Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:55:36.317Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T03:55:36.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T03:55:36.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T03:55:36.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-13T03:55:36.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T03:56:06.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:56:06.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b and serviceModelVersionId: e607b6d1-6175-4813-a777-36cc5f0323b2
2022-03-13T03:56:06.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9d0b622-53f3-42a7-848f-cd45f47f4c30
2022-03-13T03:56:06.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0
2022-03-13T03:56:06.365Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T03:56:06.430Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|INFO|500||Invoke
2022-03-13T03:56:06.431Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3afd5008-0b7a-48b3-89ac-9ee1043fd74b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[556cacdf-8cb2-4cc6-bb72-359132816a84], X-ECOMP-RequestID=[3afd5008-0b7a-48b3-89ac-9ee1043fd74b], X-TransactionId=[], X-ONAP-RequestID=[3afd5008-0b7a-48b3-89ac-9ee1043fd74b], Content-Type=[application/merge-patch+json]}
2022-03-13T03:56:06.470Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-13T03:56:07.054Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?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/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220313-03:56:05:537-52824], vertex-id=[196832], Content-Length=[0], Date=[Sun, 13 Mar 2022 03:56:05 GMT], Content-Type=[application/json]}
2022-03-13T03:56:07.054Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-13T03:56:07.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|INFO|500||InvokeReturn
2022-03-13T03:56:07.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T03:56:07.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||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-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3afd5008-0b7a-48b3-89ac-9ee1043fd74b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:07.072Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:07.072Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143767060,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:56:07.175Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-13T03:56:07.176Z||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-03-13T03:56:07.176Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:07.210Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:07.211Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 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-03-13T03:56:08.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:56:08.087Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T03:56:08.087Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:08.714Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T03:56:08.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f660ced5-6067-49cf-83bd-b360760b68c2","serviceName":"vFW 2022-03-13 03-53-38","serviceVersion":"1.0","serviceUUID":"f492c318-593d-4366-a6ee-d2c27406b138","serviceDescription":"catalog service description","serviceInvariantUUID":"5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b","resources":[{"resourceInstanceName":"vFW 830b629d-d832 0","resourceName":"vFW 830b629d-d832","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfd0aa79-8f92-45c5-aba4-9932235b6edc","resourceInvariantUUID":"578629af-5e24-4269-bb39-8f834b55eac0","resourceCustomizationUUID":"7c95c3c6-535e-47d2-80d0-976c04319684","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml","artifactChecksum":"YmRlODg3ODBlM2JjMDNiOWU2MmQ3MzliNjgyMDhmMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22e23526-77ec-4eef-a200-3e42322b58c3","artifactVersion":"1"},{"artifactName":"vfw830b629dd8320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json","artifactChecksum":"ZjcxNmVmOWVlOGM0MWZkNTkzYTE0YjI3Njc1NjNjMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"765256b0-8d44-4bb4-88fb-013d93fda3eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6119333-e016-4393-96a7-adb382488b57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml","artifactChecksum":"MWEzNjBiYWUyYzMwMzIyZjcwZDllMGQ3MjFhODAyMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a777cbd4-551a-418b-afa2-51645cb124a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a06854d-ab2a-4f00-b12c-c74e585f80db","artifactVersion":"2","generatedFromUUID":"c6119333-e016-4393-96a7-adb382488b57"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220313035338-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml","artifactChecksum":"ZDg5YzZiMThiZGE1MDVhMGFjZGMwZjRhM2ZhN2FlNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"482e25ee-13d2-4dc4-91d3-1e14f862be31","artifactVersion":"1"},{"artifactName":"service-Vfw20220313035338-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar","artifactChecksum":"YTFhMTRkYTJkNThhZjg3ZjU1NWY4NzQzZTZkMGQ2ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31dd6791-6315-4a08-a4f8-14214d5961ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T03:56:08.720Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:08.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:08.723Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:08.723Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:56:08.823Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:08.824Z||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-03-13T03:56:08.824Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:08.836Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:08.836Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:09.723Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:09.725Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:09.727Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:09.728Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:56:09.828Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:09.829Z||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-03-13T03:56:09.829Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:09.842Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:09.843Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:10.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:10.740Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:10.768Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:10.780Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:56:10.870Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-13T03:56:10.912Z||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-03-13T03:56:10.920Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:10.952Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:10.969Z||pool-37-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:11.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:11.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:11.783Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:11.784Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:56:11.885Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:56:11.886Z||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-03-13T03:56:11.886Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:11.899Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:11.899Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:12.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:12.785Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:12.787Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:12.787Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-13T03:56:12.888Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:56:12.889Z||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-03-13T03:56:12.889Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:12.909Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:12.910Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:13.788Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:13.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:13.791Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:13.791Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:56:13.891Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:13.892Z||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-03-13T03:56:13.892Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:13.904Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:13.904Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:14.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:14.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:14.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:14.796Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143768086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:56:14.896Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:14.897Z||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-03-13T03:56:14.897Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:14.909Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:14.910Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:15.798Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"serviceName": "vFW 2022-03-13 03-53-38",
"serviceVersion": "1.0",
"serviceUUID": "f492c318-593d-4366-a6ee-d2c27406b138",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b",
"resources": [
{
"resourceInstanceName": "vFW 830b629d-d832 0",
"resourceCustomizationUUID": "7c95c3c6-535e-47d2-80d0-976c04319684",
"resourceName": "vFW 830b629d-d832",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bfd0aa79-8f92-45c5-aba4-9932235b6edc",
"resourceInvariantUUID": "578629af-5e24-4269-bb39-8f834b55eac0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw830b629dd8320_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
"artifactChecksum": "ZjcxNmVmOWVlOGM0MWZkNTkzYTE0YjI3Njc1NjNjMjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "765256b0-8d44-4bb4-88fb-013d93fda3eb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c6119333-e016-4393-96a7-adb382488b57",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a06854d-ab2a-4f00-b12c-c74e585f80db",
"generatedFromUUID": "c6119333-e016-4393-96a7-adb382488b57"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9a06854d-ab2a-4f00-b12c-c74e585f80db",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220313035338-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
"artifactChecksum": "YTFhMTRkYTJkNThhZjg3ZjU1NWY4NzQzZTZkMGQ2ZDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31dd6791-6315-4a08-a4f8-14214d5961ef"
}
],
"workloadContext": "Production"
}
2022-03-13T03:56:15.798Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T03:56:15.799Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f492c318-593d-4366-a6ee-d2c27406b138 ASDC
2022-03-13T03:56:15.799Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f660ced5-6067-49cf-83bd-b360760b68c2
ServiceName:vFW 2022-03-13 03-53-38
ServiceVersion:1.0
ServiceUUID:f492c318-593d-4366-a6ee-d2c27406b138
ServiceInvariantUUID:5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220313035338-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
ArtifactUUID:31dd6791-6315-4a08-a4f8-14214d5961ef
ArtifactChecksum:YTFhMTRkYTJkNThhZjg3ZjU1NWY4NzQzZTZkMGQ2ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 830b629d-d832 0
ResourceCustomizationUUID:7c95c3c6-535e-47d2-80d0-976c04319684
ResourceInvariantUUID:578629af-5e24-4269-bb39-8f834b55eac0
ResourceName:vFW 830b629d-d832
ResourceType:VF
ResourceUUID:bfd0aa79-8f92-45c5-aba4-9932235b6edc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw830b629dd8320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
ArtifactUUID:765256b0-8d44-4bb4-88fb-013d93fda3eb
ArtifactChecksum:ZjcxNmVmOWVlOGM0MWZkNTkzYTE0YjI3Njc1NjNjMjg=
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/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
ArtifactUUID:c6119333-e016-4393-96a7-adb382488b57
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
ArtifactUUID:9a06854d-ab2a-4f00-b12c-c74e585f80db
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
ArtifactUUID:9a06854d-ab2a-4f00-b12c-c74e585f80db
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-13T03:56:15.800Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f492c318-593d-4366-a6ee-d2c27406b138 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-03-13T03:56:15.842Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:56:15.843Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T03:56:15.843Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T03:56:15.843Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 31dd6791-6315-4a08-a4f8-14214d5961ef from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:15.844Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:15.844Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:15.934Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:15.941Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar 31dd6791-6315-4a08-a4f8-14214d5961ef 98961
2022-03-13T03:56:15.942Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar ASDC sendASDCNotification
2022-03-13T03:56:15.942Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:15.942Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:15.943Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:15.946Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:15.946Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143775942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:16.046Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:16.047Z||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-03-13T03:56:16.047Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:16.061Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:16.062Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:16.946Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:56:16.948Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T03:56:16.948Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 31dd6791-6315-4a08-a4f8-14214d5961ef, URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar to file: /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:16.949Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220313035338-csar.csar
2022-03-13T03:56:16.950Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:16.950Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:17.183Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5037065326089045718/Definitions/service-Vfw20220313035338-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-13T03:56:19.465Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T03:56:19.465Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T03:56:19.465Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 830b629d-d832 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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.468Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.468Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T03:56:19.468Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:56:19.476Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.476Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:19.476Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5247015a-0c8b-4187-a14e-a13bc6c2b436
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=466bd54e-52bc-4a9b-9495-6a0b740fb9b9
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33260b44-eccb-4b73-b00f-5cc993a0cd99
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-13 03-53-38
Description:catalog service description
Model UUID:f492c318-593d-4366-a6ee-d2c27406b138
Model Version:NULL
Model InvariantUuid:5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 830b629d-d832
Model UUID:a6c2a8ef-74a6-4dff-af4b-0b810201528a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:578629af-5e24-4269-bb39-8f834b55eac0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7c95c3c6-535e-47d2-80d0-976c04319684
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:46620a8d-57d9-4aca-8510-855a72f6954d
ModelName:Vfw830b629dD832..base_vfw..module-0
ModelUuid:ba357301-7fd8-47e2-b779-af00ecc29a87
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5247015a-0c8b-4187-a14e-a13bc6c2b436
ModelInvariantUuid:d9a9cc20-44b5-4272-89dc-e6327b9608d6
ModelName:vFW 830b629d-d832-nodes.vfwCvfc
ModelUuid:6e865c14-14c3-43a5-9793-4c945367a12f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8ffee75e-73f3-46db-b75d-97ea7c7accd6
ModelInvariantUuid:d9d3d705-2c93-4898-b3f2-e46b02a56687
ModelName:Vfw830b629dD832.compute.nodes.heat.vfw
ModelUuid:35c388f3-a0f2-4ca2-9424-2b9b2a3f8c45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:466bd54e-52bc-4a9b-9495-6a0b740fb9b9
ModelInvariantUuid:ea5f7391-5e30-4d0e-80ef-10f193193ef8
ModelName:vFW 830b629d-d832-nodes.vsnCvfc
ModelUuid:b421b903-cc77-4f99-a3b2-2e7c1da6e166
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9eebf00b-20f4-45fa-8a02-21600e87d43a
ModelInvariantUuid:2f46ab51-178e-4a7a-b220-e3e4e7fa327a
ModelName:Vfw830b629dD832.compute.nodes.heat.vsn
ModelUuid:a99572e0-3df2-41dc-8e0f-5f90d37575d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:33260b44-eccb-4b73-b00f-5cc993a0cd99
ModelInvariantUuid:3fe56b35-1cf0-4f17-9c29-1049630d47a2
ModelName:vFW 830b629d-d832-nodes.vpgCvfc
ModelUuid:132b79d6-4677-4fed-bdeb-664fc7101464
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ceb28888-a97c-419d-aa50-89106d328c47
ModelInvariantUuid:e87977da-7a98-4769-a3e2-8686ecd25021
ModelName:Vfw830b629dD832.compute.nodes.heat.vpg
ModelUuid:d32d895c-bc79-49a9-9e9f-0d804bed9d9d
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-03-13T03:56:19.495Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bfd0aa79-8f92-45c5-aba4-9932235b6edc
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-03-13T03:56:19.499Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||vFW 830b629d-d832 0
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfd0aa79-8f92-45c5-aba4-9932235b6edc
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 765256b0-8d44-4bb4-88fb-013d93fda3eb from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:19.823Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:19.824Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json 765256b0-8d44-4bb4-88fb-013d93fda3eb 785
2022-03-13T03:56:19.824Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json ASDC sendASDCNotification
2022-03-13T03:56:19.824Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:19.825Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:19.825Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:19.827Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:19.827Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143779824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:19.927Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:56:19.928Z||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-03-13T03:56:19.929Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:19.942Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:19.943Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:20.828Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw830b629dD832..base_vfw..module-0",
"vfModuleModelInvariantUUID": "46620a8d-57d9-4aca-8510-855a72f6954d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba357301-7fd8-47e2-b779-af00ecc29a87",
"vfModuleModelCustomizationUUID": "9adaa281-2f14-4ad8-8555-f0c0472d72f8",
"isBase": true,
"artifacts": [
"c6119333-e016-4393-96a7-adb382488b57",
"9a06854d-ab2a-4f00-b12c-c74e585f80db"
],
"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-03-13T03:56:20.831Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw830b629dD832..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba357301-7fd8-47e2-b779-af00ecc29a87
VfModuleModelInvariantUUID:46620a8d-57d9-4aca-8510-855a72f6954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6119333-e016-4393-96a7-adb382488b57
,
9a06854d-ab2a-4f00-b12c-c74e585f80db
}
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-03-13T03:56:20.834Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw830b629dD832..base_vfw..module-0",
"vfModuleModelInvariantUUID": "46620a8d-57d9-4aca-8510-855a72f6954d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba357301-7fd8-47e2-b779-af00ecc29a87",
"vfModuleModelCustomizationUUID": "9adaa281-2f14-4ad8-8555-f0c0472d72f8",
"isBase": true,
"artifacts": [
"c6119333-e016-4393-96a7-adb382488b57",
"9a06854d-ab2a-4f00-b12c-c74e585f80db"
],
"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-03-13T03:56:20.834Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw830b629dD832..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba357301-7fd8-47e2-b779-af00ecc29a87
VfModuleModelInvariantUUID:46620a8d-57d9-4aca-8510-855a72f6954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6119333-e016-4393-96a7-adb382488b57
,
9a06854d-ab2a-4f00-b12c-c74e585f80db
}
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-03-13T03:56:20.834Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c6119333-e016-4393-96a7-adb382488b57 from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:20.835Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:20.835Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:21.037Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml c6119333-e016-4393-96a7-adb382488b57 20368
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:21.041Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:21.042Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143781039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.142Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:21.143Z||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-03-13T03:56:21.143Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:21.155Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:21.155Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:21.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:56:21.608Z||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-03-13T03:56:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:21.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:21.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143680820,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:56:21.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "NOTIFIED"
}
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143681839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "NOTIFIED"
}
2022-03-13T03:56:21.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-13T03:56:21.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143693446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143697824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143699799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143700998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143702271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143703275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143704278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143705281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-13T03:56:21.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:22.042Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9a06854d-ab2a-4f00-b12c-c74e585f80db from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:22.043Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:22.043Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:22.328Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env 9a06854d-ab2a-4f00-b12c-c74e585f80db 2098
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:22.331Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:22.332Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647143782329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-13T03:56:22.432Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:56:22.433Z||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-03-13T03:56:22.433Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:22.451Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-13T03:56:22.452Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:23.332Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f492c318-593d-4366-a6ee-d2c27406b138
2022-03-13T03:56:23.336Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 830b629d-d832 0 bfd0aa79-8f92-45c5-aba4-9932235b6edc 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-03-13T03:56:23.364Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2674c12a, org.onap.sdc.toscaparser.api.parameters.Input@771b6466, org.onap.sdc.toscaparser.api.parameters.Input@3dd97124, org.onap.sdc.toscaparser.api.parameters.Input@3772aeda, org.onap.sdc.toscaparser.api.parameters.Input@370f448f]
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7c95c3c6-535e-47d2-80d0-976c04319684
2022-03-13T03:56:23.367Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c95c3c6-535e-47d2-80d0-976c04319684 matches Tosca VF Customization UUID: 7c95c3c6-535e-47d2-80d0-976c04319684
2022-03-13T03:56:23.367Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7c95c3c6-535e-47d2-80d0-976c04319684 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-03-13T03:56:23.376Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.377Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.378Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7c95c3c6-535e-47d2-80d0-976c04319684: {\"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-03-13T03:56:23.378Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f1b5b49
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9adaa281-2f14-4ad8-8555-f0c0472d72f8
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9adaa281-2f14-4ad8-8555-f0c0472d72f8
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-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.386Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:23.386Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.386Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5247015a-0c8b-4187-a14e-a13bc6c2b436
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-03-13T03:56:23.388Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery