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-15T14:56:35.399Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T14:56:50.505Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T14:56:50.506Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T14:56:50.646Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T14:56:55.851Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T14:56:56.411Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T14:56:56.961Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T14:56:56.971Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T14:56:57.105Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T14:56:57.377Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T14:56:58.063Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T14:56:59.985Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:57:03.349Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:57:03.437Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T14:57:04.294Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:57:04.508Z||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-15T14:57:06.240Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:57:07.544Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-15T14:57:07.570Z||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-15T14:57:07.571Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T14:57:11.560Z||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-15T14:57:15.788Z||main|||||WARN|500||---
2022-03-15T14:57:15.789Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T14:57:15.789Z||main|||||WARN|500||---
2022-03-15T14:57:16.548Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T14:57:23.527Z||main|||||INFO|500||Started Application in 52.982 seconds (JVM running for 56.26)
2022-03-15T14:57:23.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T14:57:23.574Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T14:57:23.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T14:57:23.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T14:57:23.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fad377c5-b4cf-4bbe-b47b-501f3a4a85c8 url= /sdc/v1/artifactTypes
2022-03-15T14:57:23.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T14:57:24.165Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T14:57:24.219Z||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-15T14:57:24.269Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T14:57:24.285Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T14:57:24.344Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:57:24.371Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ccbc8050-8e36-40ae-9120-11c4e8ec89d7 url= /sdc/v1/registerForDistribution
2022-03-15T14:57:24.580Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ccbc8050-8e36-40ae-9120-11c4e8ec89d7 url= /sdc/v1/registerForDistribution
2022-03-15T14:57:24.580Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T14:57:24.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:57:24.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:57:24.664Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T14:57:24.677Z||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-15T14:57:24.679Z||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-15T14:57:24.678Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:57:24.720Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:57:35.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:57:35.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:58:24.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:24.593Z||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-15T14:58:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:58:24.599Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:24.600Z||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-15T14:58:24.600Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:58:34.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:58:34.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:59:24.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:24.593Z||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-15T14:59:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:59:24.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:24.597Z||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-15T14:59:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:59:34.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T14:59:34.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:00:24.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:24.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:24.600Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:00:24.600Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:00:24.601Z||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-15T15:00:24.601Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:00:34.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:00:34.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:01:24.592Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:24.595Z||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-15T15:01:24.595Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:01:24.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:24.598Z||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-15T15:01:24.599Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:01:34.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:01:34.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:02:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:24.593Z||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-15T15:02:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:02:24.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:24.597Z||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-15T15:02:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:02:34.152Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:02:34.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:03:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:24.592Z||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-15T15:03:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:03:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:24.597Z||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-15T15:03:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:03:34.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:03:34.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:04:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:24.593Z||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-15T15:04:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:04:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:24.597Z||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-15T15:04:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:04:34.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:04:34.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:05:24.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:24.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:24.598Z||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-15T15:05:24.598Z||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-15T15:05:24.599Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:05:24.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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:05:34.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:05:34.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:06:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:24.593Z||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-15T15:06:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:06:24.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:24.596Z||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-15T15:06:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:06:34.153Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:06:34.154Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:07:19.396Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T15:07:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:24.592Z||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-15T15:07:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:07:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:24.596Z||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-15T15:07:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:07:34.155Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:07:34.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:08:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:24.592Z||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-15T15:08:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:08:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:24.596Z||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-15T15:08:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:08:34.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:08:34.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:09:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:24.592Z||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-15T15:09:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:09:24.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:24.597Z||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-15T15:09:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:09:34.150Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:09:34.151Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:10:24.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:24.594Z||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-15T15:10:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:10:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:24.597Z||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-15T15:10:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:10:34.152Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:10:34.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:11:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:24.593Z||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-15T15:11:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:11:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:24.597Z||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-15T15:11:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:11:34.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:11:34.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:12:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:24.592Z||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-15T15:12:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:12:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:24.597Z||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-15T15:12:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:12:34.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:12:34.153Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:13:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:24.593Z||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-15T15:13:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:13:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:24.597Z||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-15T15:13:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:13:34.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:13:34.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:14:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:24.592Z||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-15T15:14:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:14:24.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:24.596Z||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-15T15:14:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:14:34.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:14:34.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:15:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:24.593Z||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-15T15:15:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:15:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:24.596Z||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-15T15:15:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:15:34.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:15:34.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:16:24.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:24.594Z||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-15T15:16:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:16:24.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:24.596Z||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-15T15:16:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:16:34.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:16:34.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:17:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:24.593Z||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-15T15:17:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:17:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:24.596Z||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-15T15:17:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:17:34.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:17:34.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:18:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:24.592Z||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-15T15:18:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:18:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:24.596Z||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-15T15:18:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:18:34.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:18:34.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:19:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:24.592Z||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-15T15:19:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:19:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:24.597Z||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-15T15:19:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:19:34.149Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:19:34.156Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:20:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:24.592Z||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-15T15:20:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:20:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:24.597Z||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-15T15:20:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:20:34.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:20:34.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:21:24.593Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:24.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:24.598Z||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-15T15:21:24.598Z||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-15T15:21:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:21:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:21:34.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:21:34.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:22:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:24.593Z||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-15T15:22:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:22:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:24.597Z||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-15T15:22:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:22:34.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:22:34.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:23:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:24.592Z||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-15T15:23:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:23:24.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:24.596Z||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-15T15:23:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:23:34.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:23:34.164Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:24:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:24.592Z||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-15T15:24:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:24:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:24.596Z||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-15T15:24:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:24:34.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:24:34.155Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:25:24.592Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:24.593Z||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-15T15:25:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:25:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:24.596Z||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-15T15:25:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:25:34.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:25:34.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:24.593Z||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-15T15:26:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:24.596Z||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-15T15:26:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:25.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:25.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:25.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbc73079-b63f-4423-b901-0991affcea34","serviceName":"vFW 2022-03-15 15-23-29","serviceVersion":"1.0","serviceUUID":"db7ebb0a-5a97-4b09-a0ae-2f16ec058546","serviceDescription":"catalog service description","serviceInvariantUUID":"532c3d1e-7775-4da6-a063-2294fdddff4a","resources":[{"resourceInstanceName":"vFW 21bd0d5e-8464 0","resourceName":"vFW 21bd0d5e-8464","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06a13e46-0b5f-4550-9849-87c461eb419c","resourceInvariantUUID":"c791b0ff-18c4-4095-a7cf-624053bf2b40","resourceCustomizationUUID":"1bf2ac5b-0631-4f27-ae64-a033369d0de3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml","artifactChecksum":"YTg4YjIzYzJlODVkNmE2NDliODUxODRjMDRiYTBjZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"639ac9d4-5828-4d2d-8d8e-06ed7c4ad279","artifactVersion":"1"},{"artifactName":"vfw21bd0d5e84640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json","artifactChecksum":"NmIzZjE0MTkyYjE3NmYzYTBlY2UwN2Y5YTI0ZDJjNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91f3ebe9-dc23-456d-9544-1a732623a4fa","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"554f53b2-7ea5-49a4-be3b-bc3f1512a6ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml","artifactChecksum":"NmFjZTYwNDJkZTYzM2NiMzY3OGM3OThmYTA3ZWNjNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66ef05e9-24f5-4a5a-894d-6b01c11dfcfe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"edf898cb-b2d7-4957-98de-e6e386815061","artifactVersion":"3","generatedFromUUID":"554f53b2-7ea5-49a4-be3b-bc3f1512a6ac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315152329-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml","artifactChecksum":"MGRkZjcxMmY0MTkxNjlhOWM0ZWZlYWFhMzM2MmEzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a564b64e-1c5c-444f-9cdc-9a603bb0fe5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220315152329-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar","artifactChecksum":"OTBlM2U0ZGVmZWNkMmE3ZDExMjc3MTEyNWNhMDJlMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e86419b-90c8-4587-b5bb-aff82c37239c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:26:25.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.250Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:25.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.261Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:25.274Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:25.274Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357939292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357933052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "ves-openapi-manager",
"timestamp": 1647357935979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357938616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357950086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357949938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357949662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357942832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "cds",
"timestamp": 1647357951112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-15T15:26:25.377Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T15:26:25.381Z||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-15T15:26:25.382Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
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-15T15:26:25.397Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:25.397Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:26:25.541Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.567Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357950948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357950890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "policy-id",
"timestamp": 1647357951972,
"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-15T15:26:25.626Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.626Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357952165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357946197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357953260,
"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-15T15:26:25.649Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.650Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357954174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647357954267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:25.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357956893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357958855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:25.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357959964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:25.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "clamp",
"timestamp": 1647357959860,
"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-15T15:26:25.684Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.685Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647357960969,
"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-15T15:26:25.702Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357954051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:25.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:26:25.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357962377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357979816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "aai-ml",
"timestamp": 1647357980828,
"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-15T15:26:25.719Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.720Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:26.281Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:26.282Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:26.284Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:26.284Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:26:26.384Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:26.385Z||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-15T15:26:26.385Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:26.400Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:26.401Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:27.285Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:27.286Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:27.292Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:27.292Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:26:27.392Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:27.393Z||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-15T15:26:27.394Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:27.408Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:27.409Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:28.293Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:28.294Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:28.298Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:28.298Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:28.399Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:26:28.400Z||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-15T15:26:28.400Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:28.413Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:28.413Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:29.299Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:29.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:29.304Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:29.304Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:26:29.403Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:26:29.404Z||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-15T15:26:29.404Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:29.417Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:29.418Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:30.304Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:30.305Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:30.311Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:30.311Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:26:30.408Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-15T15:26:30.410Z||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-15T15:26:30.410Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:30.426Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:30.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:31.312Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:31.313Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:31.315Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:31.316Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:26:31.416Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:31.417Z||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-15T15:26:31.417Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:31.434Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:31.434Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:32.320Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"serviceName": "vFW 2022-03-15 15-23-29",
"serviceVersion": "1.0",
"serviceUUID": "db7ebb0a-5a97-4b09-a0ae-2f16ec058546",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "532c3d1e-7775-4da6-a063-2294fdddff4a",
"resources": [
{
"resourceInstanceName": "vFW 21bd0d5e-8464 0",
"resourceCustomizationUUID": "1bf2ac5b-0631-4f27-ae64-a033369d0de3",
"resourceName": "vFW 21bd0d5e-8464",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "06a13e46-0b5f-4550-9849-87c461eb419c",
"resourceInvariantUUID": "c791b0ff-18c4-4095-a7cf-624053bf2b40",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw21bd0d5e84640_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"artifactChecksum": "NmIzZjE0MTkyYjE3NmYzYTBlY2UwN2Y5YTI0ZDJjNzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91f3ebe9-dc23-456d-9544-1a732623a4fa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "554f53b2-7ea5-49a4-be3b-bc3f1512a6ac",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "edf898cb-b2d7-4957-98de-e6e386815061",
"generatedFromUUID": "554f53b2-7ea5-49a4-be3b-bc3f1512a6ac"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "edf898cb-b2d7-4957-98de-e6e386815061",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315152329-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"artifactChecksum": "OTBlM2U0ZGVmZWNkMmE3ZDExMjc3MTEyNWNhMDJlMmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e86419b-90c8-4587-b5bb-aff82c37239c"
}
],
"workloadContext": "Production"
}
2022-03-15T15:26:32.321Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:26:32.322Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db7ebb0a-5a97-4b09-a0ae-2f16ec058546 ASDC
2022-03-15T15:26:32.466Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bbc73079-b63f-4423-b901-0991affcea34
ServiceName:vFW 2022-03-15 15-23-29
ServiceVersion:1.0
ServiceUUID:db7ebb0a-5a97-4b09-a0ae-2f16ec058546
ServiceInvariantUUID:532c3d1e-7775-4da6-a063-2294fdddff4a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315152329-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
ArtifactUUID:0e86419b-90c8-4587-b5bb-aff82c37239c
ArtifactChecksum:OTBlM2U0ZGVmZWNkMmE3ZDExMjc3MTEyNWNhMDJlMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 21bd0d5e-8464 0
ResourceCustomizationUUID:1bf2ac5b-0631-4f27-ae64-a033369d0de3
ResourceInvariantUUID:c791b0ff-18c4-4095-a7cf-624053bf2b40
ResourceName:vFW 21bd0d5e-8464
ResourceType:VF
ResourceUUID:06a13e46-0b5f-4550-9849-87c461eb419c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw21bd0d5e84640_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
ArtifactUUID:91f3ebe9-dc23-456d-9544-1a732623a4fa
ArtifactChecksum:NmIzZjE0MTkyYjE3NmYzYTBlY2UwN2Y5YTI0ZDJjNzY=
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/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
ArtifactUUID:554f53b2-7ea5-49a4-be3b-bc3f1512a6ac
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
ArtifactUUID:edf898cb-b2d7-4957-98de-e6e386815061
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
ArtifactUUID:edf898cb-b2d7-4957-98de-e6e386815061
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T15:26:32.466Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db7ebb0a-5a97-4b09-a0ae-2f16ec058546 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-15T15:26:32.527Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:26:32.529Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:26:32.531Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:26:32.531Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e86419b-90c8-4587-b5bb-aff82c37239c from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:32.531Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:32.533Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:32.991Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:33.013Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar 0e86419b-90c8-4587-b5bb-aff82c37239c 98975
2022-03-15T15:26:33.015Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar ASDC sendASDCNotification
2022-03-15T15:26:33.016Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:33.017Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:33.018Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:33.020Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:33.020Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357993014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:33.120Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:33.122Z||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-15T15:26:33.122Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:33.137Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:33.137Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:34.021Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:26:34.022Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:26:34.023Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0e86419b-90c8-4587-b5bb-aff82c37239c, URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar to file: /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.024Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.111Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.111Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.920Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1991949905440028800/Definitions/service-Vfw20220315152329-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-15T15:26:38.379Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:26:38.385Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:26:38.385Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 21bd0d5e-8464 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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.388Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.388Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.388Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:26:38.395Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.397Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.401Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.401Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:26:38.403Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:26:38.405Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.405Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.406Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.406Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:26:38.406Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:26:38.407Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.407Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.411Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.411Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.411Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:26:38.415Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.415Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:26:38.416Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.416Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a9bdd3-c90b-4e68-b429-293f6c81988a
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21962fca-1d7e-47e1-8940-c7d57c660589
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f655cd8-f19a-48e6-b6ef-f1ff7038844a
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.428Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 15-23-29
Description:catalog service description
Model UUID:db7ebb0a-5a97-4b09-a0ae-2f16ec058546
Model Version:NULL
Model InvariantUuid:532c3d1e-7775-4da6-a063-2294fdddff4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 21bd0d5e-8464
Model UUID:581ddf9e-8ce4-4a1e-ac5c-baba55276187
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c791b0ff-18c4-4095-a7cf-624053bf2b40
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1bf2ac5b-0631-4f27-ae64-a033369d0de3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c78f5844-d254-49eb-9ba2-b39df64d9162
ModelName:Vfw21bd0d5e8464..base_vfw..module-0
ModelUuid:a7d4af29-eadf-4dbd-865c-a73585e29842
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:93a9bdd3-c90b-4e68-b429-293f6c81988a
ModelInvariantUuid:d476b156-a10e-415c-be25-e47f9bfb7923
ModelName:vFW 21bd0d5e-8464-nodes.vfwCvfc
ModelUuid:e4e73a4a-c017-4873-8dc1-3d082ff3e4c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7037220f-2f57-46a7-a504-2715198014a9
ModelInvariantUuid:55e190bf-6eae-43db-8285-7f69f836b2e5
ModelName:Vfw21bd0d5e8464.compute.nodes.heat.vfw
ModelUuid:3ecd2582-8ba2-40ba-9089-fe7e07239a56
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:21962fca-1d7e-47e1-8940-c7d57c660589
ModelInvariantUuid:aa2c92db-964b-485c-b605-20c9bfffc6f5
ModelName:vFW 21bd0d5e-8464-nodes.vsnCvfc
ModelUuid:8756d309-5f61-4e9b-807b-8f8cda27ee99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:36dcf88c-c073-4e05-93ea-6fbe74600826
ModelInvariantUuid:eb1c2238-63d3-4fe6-8b93-f1ef26cebfe6
ModelName:Vfw21bd0d5e8464.compute.nodes.heat.vsn
ModelUuid:55032a78-4696-44f1-978b-ffd447c4ccc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f655cd8-f19a-48e6-b6ef-f1ff7038844a
ModelInvariantUuid:eb349733-6c35-4d19-8059-d9c8deb90f54
ModelName:vFW 21bd0d5e-8464-nodes.vpgCvfc
ModelUuid:5c08f50c-e421-43d5-b550-117f6acdb4e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d1df6f58-1dc5-45d4-b97d-14dcf428f85a
ModelInvariantUuid:2e27178c-b477-4b16-a68e-c19736ca98e6
ModelName:Vfw21bd0d5e8464.compute.nodes.heat.vpg
ModelUuid:7a6c3e44-d0e8-415f-931c-0d49ed791b34
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-15T15:26:38.437Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 06a13e46-0b5f-4550-9849-87c461eb419c
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-15T15:26:38.532Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||vFW 21bd0d5e-8464 0
2022-03-15T15:26:38.539Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06a13e46-0b5f-4550-9849-87c461eb419c
2022-03-15T15:26:38.540Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91f3ebe9-dc23-456d-9544-1a732623a4fa from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:38.540Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:38.540Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:38.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:38.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json 91f3ebe9-dc23-456d-9544-1a732623a4fa 785
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json ASDC sendASDCNotification
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:38.600Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:38.600Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357998597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:38.700Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:38.701Z||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-15T15:26:38.702Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:38.716Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:38.717Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:39.602Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw21bd0d5e8464..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c78f5844-d254-49eb-9ba2-b39df64d9162",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a7d4af29-eadf-4dbd-865c-a73585e29842",
"vfModuleModelCustomizationUUID": "e9b88b72-c186-4dcc-8143-70abf62aaa26",
"isBase": true,
"artifacts": [
"554f53b2-7ea5-49a4-be3b-bc3f1512a6ac",
"edf898cb-b2d7-4957-98de-e6e386815061"
],
"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-15T15:26:39.619Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21bd0d5e8464..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7d4af29-eadf-4dbd-865c-a73585e29842
VfModuleModelInvariantUUID:c78f5844-d254-49eb-9ba2-b39df64d9162
VfModuleModelDescription:NULL
Artifacts UUID List:{
554f53b2-7ea5-49a4-be3b-bc3f1512a6ac
,
edf898cb-b2d7-4957-98de-e6e386815061
}
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-15T15:26:39.622Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw21bd0d5e8464..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c78f5844-d254-49eb-9ba2-b39df64d9162",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a7d4af29-eadf-4dbd-865c-a73585e29842",
"vfModuleModelCustomizationUUID": "e9b88b72-c186-4dcc-8143-70abf62aaa26",
"isBase": true,
"artifacts": [
"554f53b2-7ea5-49a4-be3b-bc3f1512a6ac",
"edf898cb-b2d7-4957-98de-e6e386815061"
],
"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-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21bd0d5e8464..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7d4af29-eadf-4dbd-865c-a73585e29842
VfModuleModelInvariantUUID:c78f5844-d254-49eb-9ba2-b39df64d9162
VfModuleModelDescription:NULL
Artifacts UUID List:{
554f53b2-7ea5-49a4-be3b-bc3f1512a6ac
,
edf898cb-b2d7-4957-98de-e6e386815061
}
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-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 554f53b2-7ea5-49a4-be3b-bc3f1512a6ac from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:39.681Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:39.682Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml 554f53b2-7ea5-49a4-be3b-bc3f1512a6ac 20368
2022-03-15T15:26:39.683Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:26:39.683Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:39.683Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:39.684Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:39.685Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:39.686Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357999683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:39.786Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:39.787Z||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-15T15:26:39.787Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:39.803Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:39.803Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:40.686Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: edf898cb-b2d7-4957-98de-e6e386815061 from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:40.687Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:40.688Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:40.746Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:40.747Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env edf898cb-b2d7-4957-98de-e6e386815061 2098
2022-03-15T15:26:40.747Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:26:40.747Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:40.748Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:40.748Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:40.751Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:40.752Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358000747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:26:40.855Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-15T15:26:40.856Z||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-15T15:26:40.856Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:40.871Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:40.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:41.753Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: db7ebb0a-5a97-4b09-a0ae-2f16ec058546
2022-03-15T15:26:41.753Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 21bd0d5e-8464 0 06a13e46-0b5f-4550-9849-87c461eb419c 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-15T15:26:41.792Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@434a3dd1, org.onap.sdc.toscaparser.api.parameters.Input@8345704, org.onap.sdc.toscaparser.api.parameters.Input@31b0ddb, org.onap.sdc.toscaparser.api.parameters.Input@25059a3a, org.onap.sdc.toscaparser.api.parameters.Input@37b39ffe]
2022-03-15T15:26:41.796Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.796Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1bf2ac5b-0631-4f27-ae64-a033369d0de3
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bf2ac5b-0631-4f27-ae64-a033369d0de3 matches Tosca VF Customization UUID: 1bf2ac5b-0631-4f27-ae64-a033369d0de3
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1bf2ac5b-0631-4f27-ae64-a033369d0de3 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-15T15:26:41.805Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.806Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.807Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1bf2ac5b-0631-4f27-ae64-a033369d0de3: {\"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-15T15:26:41.807Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@725f3859
2022-03-15T15:26:41.808Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.808Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:26:41.808Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9b88b72-c186-4dcc-8143-70abf62aaa26
2022-03-15T15:26:41.809Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9b88b72-c186-4dcc-8143-70abf62aaa26
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-15T15:26:41.816Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.817Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.817Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.818Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.818Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.818Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.819Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.819Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:41.819Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:41.822Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.822Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a9bdd3-c90b-4e68-b429-293f6c81988a
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-15T15:26:41.831Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.832Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.832Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.832Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21962fca-1d7e-47e1-8940-c7d57c660589
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-15T15:26:41.838Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.838Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.839Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.842Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.842Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.845Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.845Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:26:41.845Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f655cd8-f19a-48e6-b6ef-f1ff7038844a
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-15T15:26:41.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.849Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.849Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.849Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=1bf2ac5b-0631-4f27-ae64-a033369d0de3
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-15T15:26:41.851Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.851Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.852Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid db7ebb0a-5a97-4b09-a0ae-2f16ec058546: vFW 21bd0d5e-8464
2022-03-15T15:26:41.852Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.852Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.853Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.853Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.853Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:26:41.855Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.855Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-15 15-23-29
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-15T15:26:42.119Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 21bd0d5e-8464 06a13e46-0b5f-4550-9849-87c461eb419c 1 ASDC deployResourceStructure
2022-03-15T15:26:42.120Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json ASDC sendASDCNotification
2022-03-15T15:26:42.120Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:42.120Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:42.121Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:42.123Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:42.123Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358002120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:42.223Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:42.224Z||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-15T15:26:42.224Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:42.237Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:42.237Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:43.124Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:26:43.124Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:43.124Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:43.125Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:43.127Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:43.127Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358003124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:43.227Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:43.229Z||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-15T15:26:43.229Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:43.267Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:43.268Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:44.128Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:26:44.129Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:44.129Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:44.129Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:44.132Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:44.132Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358004128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:44.232Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:44.233Z||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-15T15:26:44.233Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:44.245Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:44.245Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:45.133Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar ASDC sendASDCNotification
2022-03-15T15:26:45.134Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:45.134Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:45.135Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:45.137Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:45.137Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358005133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:26:45.237Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:45.238Z||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-15T15:26:45.238Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:45.252Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:26:45.253Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:46.138Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbc73079-b63f-4423-b901-0991affcea34
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-15T15:26:46.160Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbc73079-b63f-4423-b901-0991affcea34
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-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:26:46.171Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:27:16.172Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbc73079-b63f-4423-b901-0991affcea34 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-15T15:27:16.182Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbc73079-b63f-4423-b901-0991affcea34 and serviceModelVersionId: db7ebb0a-5a97-4b09-a0ae-2f16ec058546
2022-03-15T15:27:16.183Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 532c3d1e-7775-4da6-a063-2294fdddff4a
2022-03-15T15:27:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:24.597Z||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-15T15:27:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:27:24.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:27:24.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:27:24.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:27:24.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:27:32.712Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0
2022-03-15T15:27:32.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:27:33.495Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|INFO|500||Invoke
2022-03-15T15:27:33.505Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbc73079-b63f-4423-b901-0991affcea34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1872dd7-9a6a-4d6d-98d9-031e096a1fd6], X-ECOMP-RequestID=[bbc73079-b63f-4423-b901-0991affcea34], X-TransactionId=[], X-ONAP-RequestID=[bbc73079-b63f-4423-b901-0991affcea34], Content-Type=[application/merge-patch+json]}
2022-03-15T15:27:33.668Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T15:27:34.230Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?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/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:27:33:873-47636], vertex-id=[168080], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:27:33 GMT], Content-Type=[application/json]}
2022-03-15T15:27:34.232Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:27:34.233Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|INFO|500||InvokeReturn
2022-03-15T15:27:34.239Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:27:34.239Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:27:34.246Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:27:34.248Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbc73079-b63f-4423-b901-0991affcea34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:27:34.249Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:27:34.250Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:27:34.252Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:27:34.252Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358054248,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:27:34.353Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:27:34.354Z||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-15T15:27:34.354Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:27:34.371Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:27:34.372Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-15T15:27:35.268Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:35.270Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:27:35.270Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:27:44.837Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:28:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:24.592Z||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-15T15:28:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:28:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:24.596Z||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-15T15:28:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:28:24.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:28:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:28:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:28:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:28:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:28:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:28:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:28:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T15:28:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:28:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:28:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:28:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357984591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:28:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:28:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357993014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357998597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647357999683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358000747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358002120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:28:24.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358003124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358004128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358005133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:34.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:29:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:24.592Z||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-15T15:29:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:29:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:24.596Z||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-15T15:29:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:29:25.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:29:25.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:29:25.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358054248,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:29:25.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:29:34.153Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:24.593Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:24.596Z||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-15T15:30:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:24.596Z||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-15T15:30:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:24.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:24.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:30:25.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:25.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T15:30:25.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"61d0ce7d-ee6c-475a-8856-c390f000d8c6","serviceName":"basic_onboard_lluxVn","serviceVersion":"1.0","serviceUUID":"bfaa44c7-f2ce-46e7-990d-86dca833f702","serviceDescription":"service","serviceInvariantUUID":"4a44dae7-f1bb-47c0-a012-b670fcba5e23","resources":[{"resourceInstanceName":"basic_onboard_lluxVn 0","resourceName":"basic_onboard_lluxVn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f69c2cc-c52d-499c-9d02-5ac1b8588370","resourceInvariantUUID":"c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4","resourceCustomizationUUID":"823cdbfd-ed63-4d32-9076-a9b4f16eed51","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml","artifactChecksum":"ZmRiNTFmYjJkZjliMjk4ODQ1ZjE0Y2Q5NGYxNWU2MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b5c73f6-48a7-41f5-922f-4c6e11e47247","artifactVersion":"1"},{"artifactName":"basic_onboard_lluxvn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json","artifactChecksum":"NDU3MWExNWYyNjNiOGUwNmM0ZWRkNTJlZDg3OGRhNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a03576a-14bd-40b5-9011-61c7511c7663","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac757449-417e-4cff-858d-0db48ff55c62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27832754-30ca-44e6-ae95-a01007d63f19","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1b4e2cd-6cfd-4a10-9a24-158ff0009067","artifactVersion":"2","generatedFromUUID":"ac757449-417e-4cff-858d-0db48ff55c62"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLluxvn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml","artifactChecksum":"NzU0OTQ3YTY5YmMxZmNmNTMxMDgyOGUxM2E5ZGFmNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0e6f8ba-5942-4d9d-a06d-d7d5bd46b6d0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLluxvn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar","artifactChecksum":"OTdkZjZkZWZjOGEzYjFjNmRiYTdhNDVjOTc1NjlhNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cec98d0d-1526-4c6a-a169-1edf087aecd2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:30:25.245Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:25.246Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:25.251Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:25.251Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:25.351Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:25.352Z||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-15T15:30:25.352Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:25.365Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:25.366Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:26.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:26.253Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:26.256Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:26.256Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:30:26.356Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:26.358Z||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-15T15:30:26.358Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:26.377Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:26.378Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:27.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:27.258Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:27.261Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:27.262Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:30:27.361Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T15:30:27.363Z||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-15T15:30:27.363Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:27.384Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:27.385Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:28.263Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:28.264Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:28.267Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:28.268Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:28.367Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:28.369Z||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-15T15:30:28.369Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:28.383Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:28.384Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:30:29.269Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:29.269Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:29.271Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:29.271Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T15:30:29.371Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:29.372Z||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-15T15:30:29.372Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:29.387Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:29.388Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:30.272Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:30.273Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:30.275Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:30.275Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:30:30.376Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:30.377Z||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-15T15:30:30.378Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:30.394Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:30.395Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:31.276Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:31.277Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:31.281Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:31.281Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:30:31.380Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:31.381Z||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-15T15:30:31.381Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:31.394Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:31.394Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:32.283Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"serviceName": "basic_onboard_lluxVn",
"serviceVersion": "1.0",
"serviceUUID": "bfaa44c7-f2ce-46e7-990d-86dca833f702",
"serviceDescription": "service",
"serviceInvariantUUID": "4a44dae7-f1bb-47c0-a012-b670fcba5e23",
"resources": [
{
"resourceInstanceName": "basic_onboard_lluxVn 0",
"resourceCustomizationUUID": "823cdbfd-ed63-4d32-9076-a9b4f16eed51",
"resourceName": "basic_onboard_lluxVn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2f69c2cc-c52d-499c-9d02-5ac1b8588370",
"resourceInvariantUUID": "c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lluxvn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"artifactChecksum": "NDU3MWExNWYyNjNiOGUwNmM0ZWRkNTJlZDg3OGRhNzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2a03576a-14bd-40b5-9011-61c7511c7663",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac757449-417e-4cff-858d-0db48ff55c62",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1b4e2cd-6cfd-4a10-9a24-158ff0009067",
"generatedFromUUID": "ac757449-417e-4cff-858d-0db48ff55c62"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1b4e2cd-6cfd-4a10-9a24-158ff0009067",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLluxvn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"artifactChecksum": "OTdkZjZkZWZjOGEzYjFjNmRiYTdhNDVjOTc1NjlhNDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cec98d0d-1526-4c6a-a169-1edf087aecd2"
}
],
"workloadContext": "Production"
}
2022-03-15T15:30:32.283Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:30:32.283Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bfaa44c7-f2ce-46e7-990d-86dca833f702 ASDC
2022-03-15T15:30:32.284Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:61d0ce7d-ee6c-475a-8856-c390f000d8c6
ServiceName:basic_onboard_lluxVn
ServiceVersion:1.0
ServiceUUID:bfaa44c7-f2ce-46e7-990d-86dca833f702
ServiceInvariantUUID:4a44dae7-f1bb-47c0-a012-b670fcba5e23
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLluxvn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
ArtifactUUID:cec98d0d-1526-4c6a-a169-1edf087aecd2
ArtifactChecksum:OTdkZjZkZWZjOGEzYjFjNmRiYTdhNDVjOTc1NjlhNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lluxVn 0
ResourceCustomizationUUID:823cdbfd-ed63-4d32-9076-a9b4f16eed51
ResourceInvariantUUID:c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4
ResourceName:basic_onboard_lluxVn
ResourceType:VF
ResourceUUID:2f69c2cc-c52d-499c-9d02-5ac1b8588370
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lluxvn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
ArtifactUUID:2a03576a-14bd-40b5-9011-61c7511c7663
ArtifactChecksum:NDU3MWExNWYyNjNiOGUwNmM0ZWRkNTJlZDg3OGRhNzA=
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/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac757449-417e-4cff-858d-0db48ff55c62
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/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
ArtifactUUID:c1b4e2cd-6cfd-4a10-9a24-158ff0009067
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/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
ArtifactUUID:c1b4e2cd-6cfd-4a10-9a24-158ff0009067
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T15:30:32.285Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfaa44c7-f2ce-46e7-990d-86dca833f702 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-15T15:30:32.328Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:30:32.329Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:30:32.329Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:30:32.329Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cec98d0d-1526-4c6a-a169-1edf087aecd2 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:32.330Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:32.330Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:32.625Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:32.628Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar cec98d0d-1526-4c6a-a169-1edf087aecd2 71567
2022-03-15T15:30:32.631Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar ASDC sendASDCNotification
2022-03-15T15:30:32.631Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:32.631Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:32.632Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:32.635Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:32.635Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358232631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:30:32.737Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:30:32.738Z||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-15T15:30:32.738Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:32.753Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:32.754Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:33.636Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:30:33.637Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:30:33.638Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cec98d0d-1526-4c6a-a169-1edf087aecd2, URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar to file: /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.649Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.649Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.650Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.846Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP323675282518281127/Definitions/service-BasicOnboardLluxvn-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-15T15:30:35.439Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:30:35.440Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:30:35.440Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.440Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lluxVn 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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:30:35.444Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:30:35.444Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.444Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.445Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.445Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:30:35.445Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:30:35.446Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.446Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.447Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.447Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is not matching search criteria
2022-03-15T15:30:35.447Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:30:35.449Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.449Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:30:35.449Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.450Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.450Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is not matching search criteria
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43f93f87-088e-4941-af08-00a5c2ce1c2e
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.455Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:35.455Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.455Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_lluxVn
Description:service
Model UUID:bfaa44c7-f2ce-46e7-990d-86dca833f702
Model Version:NULL
Model InvariantUuid:4a44dae7-f1bb-47c0-a012-b670fcba5e23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_lluxVn
Model UUID:ddd1ba20-9ae1-4e44-bc1a-8f458758f6bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:823cdbfd-ed63-4d32-9076-a9b4f16eed51
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214
ModelName:BasicOnboardLluxvn..base_ubuntu18..module-0
ModelUuid:ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:43f93f87-088e-4941-af08-00a5c2ce1c2e
ModelInvariantUuid:251c3215-78d1-4b70-8e46-12cadf001178
ModelName:basic_onboard_lluxVn-nodes.ubuntu18Cvfc
ModelUuid:b7837cc4-6bf8-4144-abb7-bf28dac175a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:34ad70a5-10dd-4df4-889a-050e62bd02c2
ModelInvariantUuid:218a41fa-3a36-4717-90a0-367e9f14b9b7
ModelName:BasicOnboardLluxvn.compute.nodes.heat.ubuntu18
ModelUuid:6d29f6af-759a-4c2b-bf11-9907a8c29d37
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-15T15:30:35.465Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f69c2cc-c52d-499c-9d02-5ac1b8588370
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-15T15:30:35.472Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||basic_onboard_lluxVn 0
2022-03-15T15:30:35.472Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f69c2cc-c52d-499c-9d02-5ac1b8588370
2022-03-15T15:30:35.472Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a03576a-14bd-40b5-9011-61c7511c7663 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:35.473Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:35.473Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:35.595Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:35.596Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json 2a03576a-14bd-40b5-9011-61c7511c7663 798
2022-03-15T15:30:35.596Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json ASDC sendASDCNotification
2022-03-15T15:30:35.597Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:35.597Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:35.597Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:35.600Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:35.600Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358235596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:30:35.700Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:35.701Z||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-15T15:30:35.701Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:35.715Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:35.716Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:36.601Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLluxvn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b",
"vfModuleModelCustomizationUUID": "2b392d98-db7b-415e-b163-36e77c1bafb7",
"isBase": true,
"artifacts": [
"ac757449-417e-4cff-858d-0db48ff55c62",
"c1b4e2cd-6cfd-4a10-9a24-158ff0009067"
],
"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-15T15:30:36.608Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLluxvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b
VfModuleModelInvariantUUID:8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac757449-417e-4cff-858d-0db48ff55c62
,
c1b4e2cd-6cfd-4a10-9a24-158ff0009067
}
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-15T15:30:36.612Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLluxvn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b",
"vfModuleModelCustomizationUUID": "2b392d98-db7b-415e-b163-36e77c1bafb7",
"isBase": true,
"artifacts": [
"ac757449-417e-4cff-858d-0db48ff55c62",
"c1b4e2cd-6cfd-4a10-9a24-158ff0009067"
],
"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-15T15:30:36.612Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLluxvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b
VfModuleModelInvariantUUID:8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac757449-417e-4cff-858d-0db48ff55c62
,
c1b4e2cd-6cfd-4a10-9a24-158ff0009067
}
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-15T15:30:36.613Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ac757449-417e-4cff-858d-0db48ff55c62 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:36.613Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:36.614Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:36.882Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:36.883Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml ac757449-417e-4cff-858d-0db48ff55c62 5033
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:36.887Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:36.887Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358236884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:30:36.989Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:30:36.991Z||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-15T15:30:36.991Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:37.006Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:37.008Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:37.889Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1b4e2cd-6cfd-4a10-9a24-158ff0009067 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:37.890Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:37.890Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:38.084Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:38.084Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env c1b4e2cd-6cfd-4a10-9a24-158ff0009067 909
2022-03-15T15:30:38.085Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:30:38.085Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:38.085Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:38.086Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:38.088Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:38.088Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358238085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:30:38.188Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:38.189Z||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-15T15:30:38.189Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:38.203Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:38.204Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:39.089Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bfaa44c7-f2ce-46e7-990d-86dca833f702
2022-03-15T15:30:39.089Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lluxVn 0 2f69c2cc-c52d-499c-9d02-5ac1b8588370 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-15T15:30:39.105Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc1be79, org.onap.sdc.toscaparser.api.parameters.Input@333721e, org.onap.sdc.toscaparser.api.parameters.Input@6536cafa, org.onap.sdc.toscaparser.api.parameters.Input@424c3e7c, org.onap.sdc.toscaparser.api.parameters.Input@2498723a]
2022-03-15T15:30:39.107Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.107Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.107Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-15T15:30:39.108Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 823cdbfd-ed63-4d32-9076-a9b4f16eed51
2022-03-15T15:30:39.108Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 823cdbfd-ed63-4d32-9076-a9b4f16eed51 matches Tosca VF Customization UUID: 823cdbfd-ed63-4d32-9076-a9b4f16eed51
2022-03-15T15:30:39.108Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 823cdbfd-ed63-4d32-9076-a9b4f16eed51 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-15T15:30:39.111Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.111Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.112Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 823cdbfd-ed63-4d32-9076-a9b4f16eed51: {\"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-15T15:30:39.112Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c8d5711
2022-03-15T15:30:39.112Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.113Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:30:39.113Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b392d98-db7b-415e-b163-36e77c1bafb7
2022-03-15T15:30:39.113Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b392d98-db7b-415e-b163-36e77c1bafb7
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-15T15:30:39.116Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.116Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.116Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is not matching search criteria
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43f93f87-088e-4941-af08-00a5c2ce1c2e
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-15T15:30:39.122Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.122Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=823cdbfd-ed63-4d32-9076-a9b4f16eed51
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-15T15:30:39.125Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.125Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bfaa44c7-f2ce-46e7-990d-86dca833f702: basic_onboard_lluxVn
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.128Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:30:39.128Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.128Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_lluxVn
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-15T15:30:39.239Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lluxVn 2f69c2cc-c52d-499c-9d02-5ac1b8588370 1 ASDC deployResourceStructure
2022-03-15T15:30:39.239Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json ASDC sendASDCNotification
2022-03-15T15:30:39.240Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:39.240Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:39.240Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:39.243Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:39.243Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358239239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:30:39.343Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:39.344Z||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-15T15:30:39.344Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:39.360Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:39.360Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:40.244Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:30:40.245Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:40.245Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:40.246Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:40.249Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:40.249Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358240244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:30:40.349Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:40.350Z||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-15T15:30:40.350Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:40.366Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:40.367Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:41.251Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:30:41.251Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:41.251Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:41.252Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:41.254Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:41.254Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358241250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:30:41.354Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:41.355Z||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-15T15:30:41.355Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:41.372Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:41.373Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:30:42.257Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar ASDC sendASDCNotification
2022-03-15T15:30:42.258Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:42.258Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:42.258Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:42.260Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:42.261Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358242257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:30:42.361Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:42.362Z||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-15T15:30:42.363Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:42.380Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:30:42.382Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:43.262Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:30:43.274Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:30:43.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:30:43.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:30:43.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:31:13.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:31:13.287Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:31:13.289Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:31:13.289Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:31:13.289Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:31:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:31:24.597Z||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-15T15:31:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:31:24.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:31:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:31:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:31:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-15T15:31:43.290Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:31:43.303Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:31:43.306Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:31:43.307Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:31:43.307Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:32:13.307Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:32:13.322Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:32:13.324Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:32:13.324Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:32:13.325Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:32:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:32:24.597Z||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-15T15:32:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:32:24.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:32:24.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:32:24.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:32:24.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-15T15:32:43.325Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:32:43.339Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:32:43.342Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:32:43.343Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:32:43.343Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:33:13.343Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:33:13.356Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:33:13.358Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:33:13.358Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:33:13.358Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:33:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:33:24.597Z||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-15T15:33:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:33:25.138Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:33:25.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358215979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358212832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358218617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358216194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358224293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358224052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358231678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358231900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358224593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358232514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358232683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358232525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "cds",
"timestamp": 1647358233521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-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-15T15:33:25.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358232631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "policy-id",
"timestamp": 1647358233688,
"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-15T15:33:25.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.196Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358234490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358235495,
"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-15T15:33:25.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.212Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358235596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358236884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358237877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358238085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358233052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358239239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358239887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358240244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358240714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358241027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "clamp",
"timestamp": 1647358240891,
"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-15T15:33:25.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.237Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358241250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358241798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "aai-ml",
"timestamp": 1647358242032,
"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-15T15:33:25.253Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.253Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358242257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358242851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358243883,
"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-15T15:33:25.268Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.268Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358244888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T15:33:25.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:43.359Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:33:43.373Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:33:43.386Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:34:13.387Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:34:13.394Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6 and serviceModelVersionId: bfaa44c7-f2ce-46e7-990d-86dca833f702
2022-03-15T15:34:13.395Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a44dae7-f1bb-47c0-a012-b670fcba5e23
2022-03-15T15:34:13.396Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0
2022-03-15T15:34:13.403Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:34:13.494Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?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-15T15:34:13.495Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0|INFO|500||Invoke
2022-03-15T15:34:13.526Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T15:34:13.655Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0|INFO|500||InvokeReturn
2022-03-15T15:34:13.656Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:34:13:733-56018], vertex-id=[180320], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:34:13 GMT], Content-Type=[application/json]}
2022-03-15T15:34:13.657Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:34:13.658Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:34:13.658Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:34:13.665Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T15:34:13.665Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61d0ce7d-ee6c-475a-8856-c390f000d8c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:34:13.665Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:34:13.666Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:34:13.668Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:34:13.668Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358453665,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:34:13.768Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:34:13.769Z||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-15T15:34:13.769Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:13.787Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:13.788Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:34:14.685Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:14.686Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:14.686Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:24.597Z||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-15T15:34:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:24.929Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:24.930Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:24.930Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:24.930Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:25.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:34:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358453665,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:34:25.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:34:34.479Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:34.481Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:34.481Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:34.481Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:44.028Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:34:44.029Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:44.029Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:44.030Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:53.616Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:35:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:24.593Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:35:24.593Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:35:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:24.596Z||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-15T15:35:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:35:34.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:35:34.162Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:36:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:36:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:36:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:24.596Z||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-15T15:36:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:36:34.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:36:34.144Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:37:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:37:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:37:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:24.596Z||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-15T15:37:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:37:34.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:37:34.143Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:38:24.593Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:24.597Z||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-15T15:38:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:32.868Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:32.869Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T15:38:32.869Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"47cdb206-7b62-47b2-9d4c-7f3818cec390","serviceDescription":"service","serviceInvariantUUID":"5752861a-de51-46dd-8308-123d9f48798a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4947d552-c241-4fd5-afff-5dc23fdc4259","resourceInvariantUUID":"a56a486b-6b84-4678-97b0-dccc49d0d73c","resourceCustomizationUUID":"7921b003-9616-45f1-9352-b0bde13cc21e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MTlkN2IyZDIxOTk0ZTQ5NzFkNjQ1NTRjZWFlNWYzODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec185b04-5a62-4b93-9819-e597bcd287f6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY5MmExNjE5YTExZDIzYmVhNjA5NzYzYTFkMGIwYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34390b79-c0e7-4033-9d26-e97f4d509afe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:38:32.875Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:38:32.876Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:32.880Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:32.880Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358704591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:38:32.980Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:38:32.981Z||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-15T15:38:32.981Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:32.996Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:32.997Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:33.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:33.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:38:33.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358704591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "cds",
"timestamp": 1647358704292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:38:33.881Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:38:33.882Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:33.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:33.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358704591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:38:33.984Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:38:33.985Z||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-15T15:38:33.986Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:34.002Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:34.003Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:34.885Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "47cdb206-7b62-47b2-9d4c-7f3818cec390",
"serviceDescription": "service",
"serviceInvariantUUID": "5752861a-de51-46dd-8308-123d9f48798a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7921b003-9616-45f1-9352-b0bde13cc21e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4947d552-c241-4fd5-afff-5dc23fdc4259",
"resourceInvariantUUID": "a56a486b-6b84-4678-97b0-dccc49d0d73c",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MzY5MmExNjE5YTExZDIzYmVhNjA5NzYzYTFkMGIwYTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34390b79-c0e7-4033-9d26-e97f4d509afe"
}
],
"workloadContext": "Production"
}
2022-03-15T15:38:34.886Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:38:34.886Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 47cdb206-7b62-47b2-9d4c-7f3818cec390 ASDC
2022-03-15T15:38:34.887Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:47cdb206-7b62-47b2-9d4c-7f3818cec390
ServiceInvariantUUID:5752861a-de51-46dd-8308-123d9f48798a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:34390b79-c0e7-4033-9d26-e97f4d509afe
ArtifactChecksum:MzY5MmExNjE5YTExZDIzYmVhNjA5NzYzYTFkMGIwYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7921b003-9616-45f1-9352-b0bde13cc21e
ResourceInvariantUUID:a56a486b-6b84-4678-97b0-dccc49d0d73c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4947d552-c241-4fd5-afff-5dc23fdc4259
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-15T15:38:34.887Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47cdb206-7b62-47b2-9d4c-7f3818cec390 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-15T15:38:34.929Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:38:34.930Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:38:34.930Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:38:34.931Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 34390b79-c0e7-4033-9d26-e97f4d509afe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T15:38:34.931Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:38:34.931Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T15:38:35.479Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 34390b79-c0e7-4033-9d26-e97f4d509afe 52514
2022-03-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:38:35.483Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:35.485Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:35.486Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358715482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:38:35.585Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:38:35.587Z||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-15T15:38:35.587Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:35.603Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:35.604Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:36.486Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:38:36.488Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:38:36.488Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 34390b79-c0e7-4033-9d26-e97f4d509afe, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:36.489Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T15:38:36.490Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:36.490Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:36.662Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4187931690828119973/Definitions/service-BasicNetwork-template.yml
2022-03-15T15:38:37.358Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.386Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:47cdb206-7b62-47b2-9d4c-7f3818cec390
Model Version:NULL
Model InvariantUuid:5752861a-de51-46dd-8308-123d9f48798a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a56a486b-6b84-4678-97b0-dccc49d0d73c
Model UUID:50b9e0b0-a86d-4656-9ca2-4ceda49b4452
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7921b003-9616-45f1-9352-b0bde13cc21e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-15T15:38:37.394Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 4947d552-c241-4fd5-afff-5dc23fdc4259
2022-03-15T15:38:37.395Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||No resources found for Service: 47cdb206-7b62-47b2-9d4c-7f3818cec390
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-15T15:38:37.404Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||
2022-03-15T15:38:37.404Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 47cdb206-7b62-47b2-9d4c-7f3818cec390
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 47cdb206-7b62-47b2-9d4c-7f3818cec390
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-15T15:38:37.411Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6706ea8a, org.onap.sdc.toscaparser.api.parameters.Input@7596866, org.onap.sdc.toscaparser.api.parameters.Input@1004d3c0, org.onap.sdc.toscaparser.api.parameters.Input@12608174, org.onap.sdc.toscaparser.api.parameters.Input@42e27b08]
2022-03-15T15:38:37.413Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.413Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 47cdb206-7b62-47b2-9d4c-7f3818cec390: Generic NeutronNet
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.415Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.415Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-15T15:38:37.454Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.454Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:38:37.516Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:37.518Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:37.518Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358717515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:38:37.618Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:38:37.619Z||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-15T15:38:37.619Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:37.636Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:38:37.637Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:38.518Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:38:38.534Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:38:38.537Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:38:38.537Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:38:38.537Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:39:08.539Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:39:08.554Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:39:08.562Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:39:08.562Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:39:08.562Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:39:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:39:24.597Z||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-15T15:39:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:39:24.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:39:24.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:39:24.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "aai-ml",
"timestamp": 1647358704051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:39:24.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:39:38.563Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:39:38.578Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:39:38.583Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:39:38.583Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:39:38.584Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:40:08.584Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:40:08.604Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:40:08.607Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:40:08.607Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:40:08.607Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:40:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:40:24.598Z||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-15T15:40:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:40:24.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:40:24.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:40:24.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358713052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:40:24.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:40:38.608Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:40:38.617Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:40:38.621Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:40:38.621Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:40:38.621Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:41:08.622Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:41:08.632Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:41:08.634Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:41:08.634Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:41:08.634Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:41:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:41:24.597Z||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-15T15:41:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:41:24.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:41:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "cds",
"timestamp": 1647358704292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358704591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "aai-ml",
"timestamp": 1647358704051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358713052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "aai-ml",
"timestamp": 1647358715595,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "cds",
"timestamp": 1647358716417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358715482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358715979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "cds",
"timestamp": 1647358717422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:41:24.764Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.764Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358715979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358717515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "policy-id",
"timestamp": 1647358718616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "policy-id",
"timestamp": 1647358718616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "policy-id",
"timestamp": 1647358721664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "aai-ml",
"timestamp": 1647358721170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "policy-id",
"timestamp": 1647358722669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "aai-ml",
"timestamp": 1647358722182,
"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-15T15:41:24.793Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.793Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "policy-id",
"timestamp": 1647358723671,
"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-15T15:41:24.810Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.811Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "clamp",
"timestamp": 1647358722832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "clamp",
"timestamp": 1647358722832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358726194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358726194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358729210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358730925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358731931,
"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-15T15:41:24.834Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "clamp",
"timestamp": 1647358731947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "clamp",
"timestamp": 1647358733957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "clamp",
"timestamp": 1647358734961,
"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-15T15:41:24.854Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.854Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:38.635Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:41:38.649Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:41:38.663Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:42:08.663Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:42:08.669Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 and serviceModelVersionId: 47cdb206-7b62-47b2-9d4c-7f3818cec390
2022-03-15T15:42:08.669Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5752861a-de51-46dd-8308-123d9f48798a
2022-03-15T15:42:08.671Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0
2022-03-15T15:42:08.679Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:42:08.740Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|INFO|500||Invoke
2022-03-15T15:42:08.741Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93a4e876-518c-41e2-808c-e13546d547da], X-ECOMP-RequestID=[ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0], X-TransactionId=[], X-ONAP-RequestID=[ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0], Content-Type=[application/merge-patch+json]}
2022-03-15T15:42:08.770Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T15:42:08.893Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?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/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:42:08:980-96652], vertex-id=[589928], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:42:08 GMT], Content-Type=[application/json]}
2022-03-15T15:42:08.894Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:42:08.895Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|INFO|500||InvokeReturn
2022-03-15T15:42:08.895Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:42:08.896Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:42:08.903Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T15:42:08.903Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:42:08.904Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:42:08.904Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:08.907Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:08.908Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358928904,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:42:09.008Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:42:09.009Z||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-15T15:42:09.009Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:09.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:09.028Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T15:42:09.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:09.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:42:09.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:14.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:14.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:42:14.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a1d81f2-f59e-484a-959b-f8c703164af8","serviceName":"Demo_pNF_XWsDeZPNDH1mvqDuWm2e","serviceVersion":"1.0","serviceUUID":"eabcd978-a849-4b48-b8c3-38ef37aa0dc5","serviceDescription":"catalog service description","serviceInvariantUUID":"aa25a066-1917-4840-bbd5-89c6529fcd86","resources":[{"resourceInstanceName":"pNF f4692999-6525 0","resourceName":"pNF f4692999-6525","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"20321584-c87d-4d36-89a4-80c446eb32ca","resourceInvariantUUID":"84bd8701-e831-4fec-b3f7-a3d879311e2a","resourceCustomizationUUID":"e5ba8903-f20c-4fb2-b857-bdde475a9810","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml","artifactChecksum":"Mzc4OTc5Mzg4YzdjNmJhMDhmZGUyNDAxYzU5MGIzMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fc1f514-c50c-43de-b32c-be3735809b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar","artifactChecksum":"ZGEzYmUxYWEyNTZhNWFjY2Y1NGRkYTNjZWRiYjgzNDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a553feb3-5adf-49e4-8292-676156a91665","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"269560b1-080f-4d31-9692-6e377832c49b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml","artifactChecksum":"OTRlNTlkYjA4ZWI0ZjAzNTZkZjZmZTY4YzhhZjY4ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66fa70e9-7220-4fdd-a0e9-fca65cfaf106","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ba824cd-48b2-4e7c-9da2-b99a7f0436ba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bbf20b5-9d4b-4b51-aa60-7d2b5beb3e9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml","artifactChecksum":"ODY0NWEyZGFhYmM4ZTEwNWI5ODk3OGVlY2M1MDczMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d5cee47-2ea5-4924-a799-cf409fac0f12","artifactVersion":"1"},{"artifactName":"service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar","artifactChecksum":"ZDUxYzViOGQxNDczMTZlNTNmMTY3ZDMzYmEzYzdjNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bf08884-a452-4f81-9088-eab5ef9de204","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:42:14.291Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:14.292Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:14.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:14.295Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:14.395Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:14.396Z||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-15T15:42:14.397Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:14.412Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:14.413Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:15.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:15.297Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:15.300Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:15.300Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:15.400Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:15.402Z||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-15T15:42:15.402Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:15.418Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:15.418Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:16.301Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:16.313Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:16.318Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:16.318Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:16.419Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:16.420Z||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-15T15:42:16.420Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:16.448Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:16.448Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:17.319Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:17.325Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:17.327Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:17.328Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:17.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:42:17.428Z||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-15T15:42:17.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:17.443Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:17.443Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:18.328Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:18.330Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:18.332Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:18.332Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:18.433Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:42:18.434Z||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-15T15:42:18.434Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:18.450Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:18.450Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:19.335Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:19.336Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:19.338Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:19.339Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:19.439Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:19.440Z||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-15T15:42:19.440Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:19.463Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:19.464Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:20.339Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:20.345Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:20.348Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:20.348Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:20.448Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:20.449Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:42:20.449Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:20.463Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:20.464Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:21.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:21.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:21.351Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:21.352Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358929921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:21.452Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:21.453Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:42:21.453Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:21.466Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:21.467Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:22.353Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"serviceName": "Demo_pNF_XWsDeZPNDH1mvqDuWm2e",
"serviceVersion": "1.0",
"serviceUUID": "eabcd978-a849-4b48-b8c3-38ef37aa0dc5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aa25a066-1917-4840-bbd5-89c6529fcd86",
"resources": [
{
"resourceInstanceName": "pNF f4692999-6525 0",
"resourceCustomizationUUID": "e5ba8903-f20c-4fb2-b857-bdde475a9810",
"resourceName": "pNF f4692999-6525",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "20321584-c87d-4d36-89a4-80c446eb32ca",
"resourceInvariantUUID": "84bd8701-e831-4fec-b3f7-a3d879311e2a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"artifactChecksum": "ZDUxYzViOGQxNDczMTZlNTNmMTY3ZDMzYmEzYzdjNWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bf08884-a452-4f81-9088-eab5ef9de204"
}
],
"workloadContext": "Production"
}
2022-03-15T15:42:22.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:42:22.353Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eabcd978-a849-4b48-b8c3-38ef37aa0dc5 ASDC
2022-03-15T15:42:22.354Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3a1d81f2-f59e-484a-959b-f8c703164af8
ServiceName:Demo_pNF_XWsDeZPNDH1mvqDuWm2e
ServiceVersion:1.0
ServiceUUID:eabcd978-a849-4b48-b8c3-38ef37aa0dc5
ServiceInvariantUUID:aa25a066-1917-4840-bbd5-89c6529fcd86
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
ArtifactUUID:0bf08884-a452-4f81-9088-eab5ef9de204
ArtifactChecksum:ZDUxYzViOGQxNDczMTZlNTNmMTY3ZDMzYmEzYzdjNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f4692999-6525 0
ResourceCustomizationUUID:e5ba8903-f20c-4fb2-b857-bdde475a9810
ResourceInvariantUUID:84bd8701-e831-4fec-b3f7-a3d879311e2a
ResourceName:pNF f4692999-6525
ResourceType:PNF
ResourceUUID:20321584-c87d-4d36-89a4-80c446eb32ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-15T15:42:22.354Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eabcd978-a849-4b48-b8c3-38ef37aa0dc5 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-15T15:42:22.383Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:42:22.384Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:42:22.384Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:42:22.384Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0bf08884-a452-4f81-9088-eab5ef9de204 from URL: /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:22.385Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:42:22.385Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:22.646Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:42:22.650Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar 0bf08884-a452-4f81-9088-eab5ef9de204 82651
2022-03-15T15:42:22.650Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar ASDC sendASDCNotification
2022-03-15T15:42:22.650Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:22.651Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:42:22.651Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:22.654Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:22.654Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647358942650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:22.754Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:22.755Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:42:22.755Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:22.769Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:22.770Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:23.655Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:42:23.656Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:42:23.656Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0bf08884-a452-4f81-9088-eab5ef9de204, URL: /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar to file: /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.657Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.657Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.658Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.847Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP395210638475881365/Definitions/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml
2022-03-15T15:42:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:24.596Z||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-15T15:42:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:24.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T15:42:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358786194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358782832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358799111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647358793052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358801191,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358794292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647358802198,
"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-15T15:42:24.688Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.689Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358794051,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358803268,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358795979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358803135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "cds",
"timestamp": 1647358804274,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-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-15T15:42:24.709Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.709Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358805277,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358798616,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358806487,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358807448,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647358807495,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-15T15:42:24.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 and ComponentName
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-15T15:42:24.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358806957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358808454,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "policy-id",
"timestamp": 1647358809458,
"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-15T15:42:24.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358809077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:42:24.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358808965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T15:42:24.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "aai-ml",
"timestamp": 1647358810083,
"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-15T15:42:24.764Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.764Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
"consumerID": "clamp",
"timestamp": 1647358809968,
"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-15T15:42:24.782Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.783Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.825Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4692999-6525 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Node template pNF f4692999-6525 0 is matching search criteria
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f4692999-6525 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Node template pNF f4692999-6525 0 is matching search criteria
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f4692999-6525 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_XWsDeZPNDH1mvqDuWm2e
Description:catalog service description
Model UUID:eabcd978-a849-4b48-b8c3-38ef37aa0dc5
Model Version:NULL
Model InvariantUuid:aa25a066-1917-4840-bbd5-89c6529fcd86
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-15T15:42:24.838Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 20321584-c87d-4d36-89a4-80c446eb32ca
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-15T15:42:24.842Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||pNF f4692999-6525 0
2022-03-15T15:42:24.842Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 20321584-c87d-4d36-89a4-80c446eb32ca
2022-03-15T15:42:24.843Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||No resources found for Service: eabcd978-a849-4b48-b8c3-38ef37aa0dc5
2022-03-15T15:42:24.843Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eabcd978-a849-4b48-b8c3-38ef37aa0dc5
2022-03-15T15:42:24.843Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4692999-6525 0 20321584-c87d-4d36-89a4-80c446eb32ca ASDC
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-15T15:42:24.850Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4218c9, org.onap.sdc.toscaparser.api.parameters.Input@152ac10, org.onap.sdc.toscaparser.api.parameters.Input@37f7ef16, org.onap.sdc.toscaparser.api.parameters.Input@6774809e, org.onap.sdc.toscaparser.api.parameters.Input@99e58e9]
2022-03-15T15:42:24.850Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T15:42:24.851Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.851Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eabcd978-a849-4b48-b8c3-38ef37aa0dc5: pNF f4692999-6525
2022-03-15T15:42:24.852Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Processing PNF resource: 20321584-c87d-4d36-89a4-80c446eb32ca
2022-03-15T15:42:24.852Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery