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-14T10:08:10.214Z||main|||||INFO|500||The following profiles are active: basic
2022-03-14T10:08:26.678Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-14T10:08:26.683Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-14T10:08:26.860Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-14T10:08:32.178Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-14T10:08:32.728Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-14T10:08:33.263Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-14T10:08:33.273Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-14T10:08:33.444Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-14T10:08:33.731Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-14T10:08:34.509Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-14T10:08:36.584Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-14T10:08:39.781Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-14T10:08:39.849Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-14T10:08:40.588Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-14T10:08:40.765Z||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-14T10:08:42.424Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-14T10:08:43.849Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-14T10:08:43.878Z||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$$20cf312a.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-14T10:08:43.880Z||main|||||WARN|500||The sdc end point is not alive
2022-03-14T10:08:49.317Z||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-14T10:08:53.441Z||main|||||WARN|500||---
2022-03-14T10:08:53.442Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-14T10:08:53.443Z||main|||||WARN|500||---
2022-03-14T10:08:54.000Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-14T10:09:00.869Z||main|||||INFO|500||Started Application in 55.515 seconds (JVM running for 58.312)
2022-03-14T10:09:00.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-14T10:09:00.927Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-14T10:09:00.947Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-14T10:09:00.990Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-14T10:09:01.060Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7fd0cb9-1353-4975-93e1-df79540fd9f3 url= /sdc/v1/artifactTypes
2022-03-14T10:09:01.060Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-14T10:09:01.402Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-14T10:09:01.429Z||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-14T10:09:01.451Z||scheduling-1|||||DEBUG|500||create keys
2022-03-14T10:09:01.463Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-14T10:09:01.505Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:09:01.531Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 73ae1d2f-fa36-45c2-9bca-9077912d1505 url= /sdc/v1/registerForDistribution
2022-03-14T10:09:01.643Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 73ae1d2f-fa36-45c2-9bca-9077912d1505 url= /sdc/v1/registerForDistribution
2022-03-14T10:09:01.644Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-14T10:09:01.659Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:09:01.661Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:09:01.668Z||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-14T10:09:01.668Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:09:01.669Z||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-14T10:09:01.669Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:09:01.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-14T10:09:12.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:09:12.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:10:01.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:10:01.654Z||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-14T10:10:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:10:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:10:01.656Z||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-14T10:10:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:10:11.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:10:11.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:11:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:11:01.654Z||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-14T10:11:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:11:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:11:01.655Z||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-14T10:11:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:11:11.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:11:11.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:12:01.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:12:01.654Z||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-14T10:12:01.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:12:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:12:01.655Z||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-14T10:12:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:12:11.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:12:11.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:13:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:13:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:13:01.657Z||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-14T10:13:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:13:01.660Z||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-14T10:13:01.661Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:13:11.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:13:11.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:14:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:14:01.654Z||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-14T10:14:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:14:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:14:01.655Z||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-14T10:14:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:14:11.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:14:11.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:15:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:15:01.655Z||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-14T10:15:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:15:01.656Z||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-14T10:15:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:15:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:15:11.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:15:11.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:16:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:16:01.654Z||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-14T10:16:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:16:01.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:16:01.657Z||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-14T10:16:01.658Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:16:11.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:16:11.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:17:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:17:01.654Z||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-14T10:17:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:17:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:17:01.656Z||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-14T10:17:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:17:11.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:17:11.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:18:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:18:01.655Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:18:01.656Z||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-14T10:18:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:18:01.657Z||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-14T10:18:01.658Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:18:11.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:18:11.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:18:16.173Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-14T10:18:16.476Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2548ae79 ((conn=964) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-14T10:19:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:19:01.654Z||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-14T10:19:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:19:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:19:01.655Z||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-14T10:19:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:19:11.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:19:11.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:20:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:20:01.654Z||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-14T10:20:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:20:01.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:20:01.655Z||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-14T10:20:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:20:11.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:20:11.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:21:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:21:01.654Z||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-14T10:21:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:21:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:21:01.655Z||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-14T10:21:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:21:11.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:21:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:22:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:22:01.654Z||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-14T10:22:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:22:01.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:22:01.655Z||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-14T10:22:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:22:11.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:22:11.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:23:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:23:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:23:01.655Z||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-14T10:23:01.655Z||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-14T10:23:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:23:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:23:11.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:23:11.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:24:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:24:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:24:01.656Z||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-14T10:24:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:24:01.656Z||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-14T10:24:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:24:11.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:24:11.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:25:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:25:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:25:01.654Z||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-14T10:25:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:25:01.655Z||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-14T10:25:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:25:11.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:25:11.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:26:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:26:01.654Z||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-14T10:26:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:26:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:26:01.656Z||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-14T10:26:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:26:11.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:26:11.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:27:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:27:01.654Z||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-14T10:27:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:27:01.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:27:01.655Z||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-14T10:27:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:27:11.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:27:11.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:28:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:28:01.654Z||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-14T10:28:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:28:01.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:28:01.655Z||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-14T10:28:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:28:11.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:28:11.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:29:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:29:01.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:29:01.658Z||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-14T10:29:01.658Z||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-14T10:29:01.658Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:29:01.658Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:29:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:29:11.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:30:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:30:01.654Z||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-14T10:30:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:30:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:30:01.656Z||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-14T10:30:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:30:11.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:30:11.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:31:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:31:01.654Z||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-14T10:31:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:31:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:31:01.656Z||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-14T10:31:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:31:11.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:31:11.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:32:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:32:01.654Z||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-14T10:32:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:32:01.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:32:01.655Z||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-14T10:32:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:32:11.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:32:11.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:33:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:33:01.655Z||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-14T10:33:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:33:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:33:01.657Z||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-14T10:33:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:33:11.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:33:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:34:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:34:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:34:01.656Z||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-14T10:34:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:34:01.656Z||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-14T10:34:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:34:11.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:34:11.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:35:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:35:01.654Z||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-14T10:35:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:35:01.655Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:35:01.655Z||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-14T10:35:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:35:11.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:35:11.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:36:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:36:01.654Z||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-14T10:36:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:36:01.655Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:36:01.655Z||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-14T10:36:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:36:11.217Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:36:11.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:37:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:37:01.654Z||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-14T10:37:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:37:01.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:37:01.655Z||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-14T10:37:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:37:11.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:37:11.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:38:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:38:01.654Z||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-14T10:38:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:38:01.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:38:01.655Z||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-14T10:38:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:38:11.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:38:11.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:39:01.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:39:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:39:01.656Z||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-14T10:39:01.656Z||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-14T10:39:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:39:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:39:11.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:39:11.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:40:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:40:01.654Z||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-14T10:40:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:40:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:40:01.656Z||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-14T10:40:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:40:11.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:40:11.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:41:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:41:01.654Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:41:01.655Z||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-14T10:41:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:41:01.655Z||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-14T10:41:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:41:11.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:41:11.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:42:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:42:01.654Z||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-14T10:42:01.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:42:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:42:01.655Z||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-14T10:42:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:42:11.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:42:11.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:43:01.654Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:43:01.655Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:43:01.658Z||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-14T10:43:01.658Z||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-14T10:43:01.658Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:43:01.658Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:43:11.214Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:43:11.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:01.653Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:44:01.654Z||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-14T10:44:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:01.655Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:44:01.655Z||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-14T10:44:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:02.296Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:02.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a399e26-3525-45a2-94f4-f305d5ef9270","serviceName":"basic_onboard_gJCpAa","serviceVersion":"1.0","serviceUUID":"3ee344cd-4cf9-430d-aa67-e37950a17452","serviceDescription":"service","serviceInvariantUUID":"33670224-8e59-4e1a-aee9-d3094c89f750","resources":[{"resourceInstanceName":"basic_onboard_gJCpAa 0","resourceName":"basic_onboard_gJCpAa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e277eec6-8f6e-4c26-bac4-629f194a4744","resourceInvariantUUID":"8e358eb9-a921-470c-8912-bfbcb020f6ff","resourceCustomizationUUID":"0b40e8f7-2ba3-4206-9221-de23763c2320","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml","artifactChecksum":"NWU4MDYwZmI1ZTc2MmM3YzA2ZDU0ZDJjYmJjMGYyYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47350156-2bba-48ac-ab18-e177ac4db95c","artifactVersion":"1"},{"artifactName":"basic_onboard_gjcpaa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json","artifactChecksum":"MDFkM2I0MjU0YzEwOTNjY2Q5NTMyM2EzYzZiMTJiMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"582bb0c7-0e25-4c51-ba3e-2c2f5a6888e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec3d9aa6-4a66-49ff-b333-21c399f19d31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6370e5e-f1cb-4316-b64e-23c21f09b33f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79f3c239-c471-42aa-a24a-e24f81def6a5","artifactVersion":"2","generatedFromUUID":"ec3d9aa6-4a66-49ff-b333-21c399f19d31"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGjcpaa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml","artifactChecksum":"YTJhNDZmODdmNjVkZTZiY2E1YjM1OTg2ZmUwMDk0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc0462aa-f393-440e-b228-c06d9b6fceb5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGjcpaa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar","artifactChecksum":"YmE5NzJiZTdhZWFiYTUwYmMzOTRmMzFiM2M1YmI1OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dea1a591-07bd-40d1-8174-d9c28dcf5443","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T10:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:02.334Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:02.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.349Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:02.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.349Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254632558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254623101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254632558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254632558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254629503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254635023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:44:02.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:44:02.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254628391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254629436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254632558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254637616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:44:02.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254636522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:44:02.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254632558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:02.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "policy-id",
"timestamp": 1647254631052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:44:02.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T10:44:02.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T10:44:02.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "cds",
"timestamp": 1647254637542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-14T10:44:02.476Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-03-14T10:44:02.481Z||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-14T10:44:02.481Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
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-14T10:44:02.495Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:02.497Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:44:02.534Z||pool-2-thread-7|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2c63ea00 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1796) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-14T10:44:02.538Z||pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-14T10:44:02.539Z||pool-2-thread-7|||||ERROR|500||(conn=1796) WSREP has not yet prepared node for application use
2022-03-14T10:44:02.541Z||pool-2-thread-7|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1796) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-14T10:44:02.544Z||pool-2-thread-7|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1796) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-14T10:44:02.553Z||pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-14T10:44:02.554Z||pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 25 common frames omitted
2022-03-14T10:44:03.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:03.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:03.361Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:03.361Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:44:03.462Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:44:03.462Z||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-14T10:44:03.463Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:03.507Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:03.509Z||pool-4-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:44:04.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:04.363Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:04.365Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:04.365Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:44:04.466Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T10:44:04.467Z||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-14T10:44:04.467Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:04.485Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:04.486Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:44:05.367Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:05.368Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:05.370Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:05.370Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:05.472Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-14T10:44:05.474Z||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-14T10:44:05.474Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:05.502Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:05.503Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:44:06.371Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:06.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:06.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:06.374Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T10:44:06.474Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:44:06.476Z||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-14T10:44:06.476Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:06.504Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:06.504Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:44:07.377Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:07.383Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:07.392Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:07.393Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:44:07.491Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-14T10:44:07.492Z||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-14T10:44:07.492Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:07.512Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:07.513Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:44:08.395Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:44:08.396Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:08.398Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:08.398Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:44:08.499Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:44:08.500Z||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-14T10:44:08.500Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:08.530Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:08.530Z||pool-9-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:44:09.400Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"serviceName": "basic_onboard_gJCpAa",
"serviceVersion": "1.0",
"serviceUUID": "3ee344cd-4cf9-430d-aa67-e37950a17452",
"serviceDescription": "service",
"serviceInvariantUUID": "33670224-8e59-4e1a-aee9-d3094c89f750",
"resources": [
{
"resourceInstanceName": "basic_onboard_gJCpAa 0",
"resourceCustomizationUUID": "0b40e8f7-2ba3-4206-9221-de23763c2320",
"resourceName": "basic_onboard_gJCpAa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e277eec6-8f6e-4c26-bac4-629f194a4744",
"resourceInvariantUUID": "8e358eb9-a921-470c-8912-bfbcb020f6ff",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gjcpaa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"artifactChecksum": "MDFkM2I0MjU0YzEwOTNjY2Q5NTMyM2EzYzZiMTJiMjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "582bb0c7-0e25-4c51-ba3e-2c2f5a6888e3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ec3d9aa6-4a66-49ff-b333-21c399f19d31",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79f3c239-c471-42aa-a24a-e24f81def6a5",
"generatedFromUUID": "ec3d9aa6-4a66-49ff-b333-21c399f19d31"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79f3c239-c471-42aa-a24a-e24f81def6a5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGjcpaa-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"artifactChecksum": "YmE5NzJiZTdhZWFiYTUwYmMzOTRmMzFiM2M1YmI1OGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dea1a591-07bd-40d1-8174-d9c28dcf5443"
}
],
"workloadContext": "Production"
}
2022-03-14T10:44:09.402Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T10:44:09.402Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ee344cd-4cf9-430d-aa67-e37950a17452 ASDC
2022-03-14T10:44:09.544Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7a399e26-3525-45a2-94f4-f305d5ef9270
ServiceName:basic_onboard_gJCpAa
ServiceVersion:1.0
ServiceUUID:3ee344cd-4cf9-430d-aa67-e37950a17452
ServiceInvariantUUID:33670224-8e59-4e1a-aee9-d3094c89f750
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGjcpaa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar
ArtifactUUID:dea1a591-07bd-40d1-8174-d9c28dcf5443
ArtifactChecksum:YmE5NzJiZTdhZWFiYTUwYmMzOTRmMzFiM2M1YmI1OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gJCpAa 0
ResourceCustomizationUUID:0b40e8f7-2ba3-4206-9221-de23763c2320
ResourceInvariantUUID:8e358eb9-a921-470c-8912-bfbcb020f6ff
ResourceName:basic_onboard_gJCpAa
ResourceType:VF
ResourceUUID:e277eec6-8f6e-4c26-bac4-629f194a4744
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gjcpaa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json
ArtifactUUID:582bb0c7-0e25-4c51-ba3e-2c2f5a6888e3
ArtifactChecksum:MDFkM2I0MjU0YzEwOTNjY2Q5NTMyM2EzYzZiMTJiMjU=
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/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ec3d9aa6-4a66-49ff-b333-21c399f19d31
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/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env
ArtifactUUID:79f3c239-c471-42aa-a24a-e24f81def6a5
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/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env
ArtifactUUID:79f3c239-c471-42aa-a24a-e24f81def6a5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T10:44:09.549Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ee344cd-4cf9-430d-aa67-e37950a17452 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=?
2022-03-14T10:44:09.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@33aa3647 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1807) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-14T10:44:09.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-14T10:44:09.657Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||(conn=1807) WSREP has not yet prepared node for application use
2022-03-14T10:44:09.657Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1807) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-14T10:44:09.659Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1807) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-14T10:44:09.678Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$82d2f12f.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 31 common frames omitted
2022-03-14T10:44:09.679Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a399e26-3525-45a2-94f4-f305d5ef9270 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-14T10:44:09.790Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a399e26-3525-45a2-94f4-f305d5ef9270 and serviceModelVersionId:
2022-03-14T10:44:09.791Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33670224-8e59-4e1a-aee9-d3094c89f750
2022-03-14T10:44:09.792Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750
2022-03-14T10:44:09.793Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750
2022-03-14T10:44:09.793Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||ERROR|500||Exception occurred
java.lang.Exception: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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-14T10:44:09.794Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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)
Caused by: java.lang.Exception: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
... 9 common frames omitted
2022-03-14T10:44:09.794Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: 33670224-8e59-4e1a-aee9-d3094c89f750
2022-03-14T10:44:09.797Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a399e26-3525-45a2-94f4-f305d5ef9270 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-14T10:44:09.798Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-14T10:44:09.800Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:44:09.802Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:44:09.802Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254649797,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-14T10:44:09.903Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:44:09.905Z||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-14T10:44:09.905Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:44:09.920Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:44:09.921Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 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-14T10:45:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:45:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|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-14T10:45:01.654Z|7a399e26-3525-45a2-94f4-f305d5ef9270|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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:45:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:45:01.655Z||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-14T10:45:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:45:01.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:45:01.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-14T10:45:01.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:45:01.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-14T10:45:11.278Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:46:01.653Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:46:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:46:01.655Z||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-14T10:46:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:46:01.655Z|7a399e26-3525-45a2-94f4-f305d5ef9270|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-14T10:46:01.656Z|7a399e26-3525-45a2-94f4-f305d5ef9270|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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:46:02.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:46:02.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:46:02.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/basic_onboard_gjcpaa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/resourceInstances/basic_onboard_gjcpaa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254647326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254647901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:46:02.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "aai-ml",
"timestamp": 1647254648332,
"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-14T10:46:02.240Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a399e26-3525-45a2-94f4-f305d5ef9270
2022-03-14T10:46:02.241Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a399e26-3525-45a2-94f4-f305d5ef9270 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-14T10:46:02.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254641653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:46:02.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254643706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:46:02.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254649921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254649797,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:46:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "clamp",
"timestamp": 1647254650927,
"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-14T10:46:02.279Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a399e26-3525-45a2-94f4-f305d5ef9270
2022-03-14T10:46:02.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a399e26-3525-45a2-94f4-f305d5ef9270 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-14T10:46:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254651903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:46:02.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254656387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGjcpaa/1.0/artifacts/service-BasicOnboardGjcpaa-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:46:02.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:46:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a399e26-3525-45a2-94f4-f305d5ef9270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254657392,
"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-14T10:46:02.299Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a399e26-3525-45a2-94f4-f305d5ef9270
2022-03-14T10:46:02.299Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a399e26-3525-45a2-94f4-f305d5ef9270 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-14T10:46:11.231Z|7a399e26-3525-45a2-94f4-f305d5ef9270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:01.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:47:01.654Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:47:01.655Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:01.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:47:01.655Z||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-14T10:47:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:02.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:02.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254782558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254789503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254789435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254797530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254791052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254799620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254793708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254799757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254801016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254793391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254800772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:02.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254802037,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-14T10:47:02.108Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a
2022-03-14T10:47:02.108Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-14T10:47:02.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254802092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "policy-id",
"timestamp": 1647254801775,
"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-14T10:47:02.124Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a
2022-03-14T10:47:02.124Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-14T10:47:02.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254801535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254801921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254803046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:02.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "cds",
"timestamp": 1647254802540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-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-14T10:47:02.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a
2022-03-14T10:47:02.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-14T10:47:02.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254805533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:02.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254804925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:02.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254806537,
"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-14T10:47:02.164Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a
2022-03-14T10:47:02.164Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-14T10:47:02.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "clamp",
"timestamp": 1647254805930,
"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-14T10:47:02.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a
2022-03-14T10:47:02.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-14T10:47:02.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254803101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:02.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:47:02.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254811308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:02.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254821024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:02.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:47:02.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:02.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T10:47:02.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe22511a-cbd8-460b-af51-20669075945a","serviceName":"vFW 2022-03-14 10-43-42","serviceVersion":"1.0","serviceUUID":"0af12834-ad82-4984-a6e4-7900b9624c27","serviceDescription":"catalog service description","serviceInvariantUUID":"ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7","resources":[{"resourceInstanceName":"vFW 4564eede-17e8 0","resourceName":"vFW 4564eede-17e8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e2685e4-2938-4ff1-ad47-7b9d4c1df954","resourceInvariantUUID":"72aa807b-f119-4690-b246-b1a1e1305347","resourceCustomizationUUID":"c4d5364c-f1a5-4ce5-a63d-ed29775d40ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml","artifactChecksum":"MGRmNjc0NmNlOWQwNTRiYmZlNWIwZjgxYWJlNjdlNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c161b6d3-f471-48c4-874c-42aa81f8cc9e","artifactVersion":"1"},{"artifactName":"vfw4564eede17e80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json","artifactChecksum":"ZGIxNDI4NDkyNGZmNzc1N2ViODhlZmI4MTg5YWYxNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9026983a-c77c-4ae9-839d-9df7a6932bfb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM1NWNjZWIyZTIzNTFiNzdhNzcyYmFiOWNkNDg0YjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6019f68c-9576-4c77-977e-6e9ad04693a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c","artifactVersion":"2","generatedFromUUID":"9026983a-c77c-4ae9-839d-9df7a6932bfb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314104342-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml","artifactChecksum":"MjQyMzhjNmM5MjA4NzBlZDNkZDE2NzE3YjdhNTliMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1259359-c064-4e92-8c8e-08dce15c471f","artifactVersion":"1"},{"artifactName":"service-Vfw20220314104342-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar","artifactChecksum":"NGZkZTlmNjVkYmQxZDg2NDNkNzc4ZjI0MDY0YjI1NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"484830f1-b601-4de3-87b1-aa979a4e559b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T10:47:02.318Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:02.318Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:02.322Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:02.323Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:02.424Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T10:47:02.426Z||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-14T10:47:02.426Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:02.439Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:02.440Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:03.323Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:03.324Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:03.326Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:03.326Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:47:03.427Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:03.427Z||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-14T10:47:03.428Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:03.441Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:03.442Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:04.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:04.329Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:04.333Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:04.333Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:47:04.433Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:47:04.434Z||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-14T10:47:04.435Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:04.448Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:04.448Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:05.334Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:05.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:05.337Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:05.337Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:05.437Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:05.438Z||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-14T10:47:05.438Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:05.454Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:05.455Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:06.337Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:06.338Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:06.340Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:06.340Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T10:47:06.440Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:06.441Z||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-14T10:47:06.442Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:06.454Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:06.455Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:07.341Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:07.342Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:07.344Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:07.344Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:47:07.444Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:07.445Z||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-14T10:47:07.445Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:07.465Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:07.466Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:08.344Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:47:08.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:08.347Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:08.348Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:47:08.448Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:08.450Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-14T10:47:08.450Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:08.465Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:08.466Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:09.349Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"serviceName": "vFW 2022-03-14 10-43-42",
"serviceVersion": "1.0",
"serviceUUID": "0af12834-ad82-4984-a6e4-7900b9624c27",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7",
"resources": [
{
"resourceInstanceName": "vFW 4564eede-17e8 0",
"resourceCustomizationUUID": "c4d5364c-f1a5-4ce5-a63d-ed29775d40ad",
"resourceName": "vFW 4564eede-17e8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0e2685e4-2938-4ff1-ad47-7b9d4c1df954",
"resourceInvariantUUID": "72aa807b-f119-4690-b246-b1a1e1305347",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4564eede17e80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"artifactChecksum": "ZGIxNDI4NDkyNGZmNzc1N2ViODhlZmI4MTg5YWYxNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9026983a-c77c-4ae9-839d-9df7a6932bfb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c",
"generatedFromUUID": "9026983a-c77c-4ae9-839d-9df7a6932bfb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220314104342-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"artifactChecksum": "NGZkZTlmNjVkYmQxZDg2NDNkNzc4ZjI0MDY0YjI1NTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "484830f1-b601-4de3-87b1-aa979a4e559b"
}
],
"workloadContext": "Production"
}
2022-03-14T10:47:09.350Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T10:47:09.350Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0af12834-ad82-4984-a6e4-7900b9624c27 ASDC
2022-03-14T10:47:09.350Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fe22511a-cbd8-460b-af51-20669075945a
ServiceName:vFW 2022-03-14 10-43-42
ServiceVersion:1.0
ServiceUUID:0af12834-ad82-4984-a6e4-7900b9624c27
ServiceInvariantUUID:ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220314104342-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar
ArtifactUUID:484830f1-b601-4de3-87b1-aa979a4e559b
ArtifactChecksum:NGZkZTlmNjVkYmQxZDg2NDNkNzc4ZjI0MDY0YjI1NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4564eede-17e8 0
ResourceCustomizationUUID:c4d5364c-f1a5-4ce5-a63d-ed29775d40ad
ResourceInvariantUUID:72aa807b-f119-4690-b246-b1a1e1305347
ResourceName:vFW 4564eede-17e8
ResourceType:VF
ResourceUUID:0e2685e4-2938-4ff1-ad47-7b9d4c1df954
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4564eede17e80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json
ArtifactUUID:8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f
ArtifactChecksum:ZGIxNDI4NDkyNGZmNzc1N2ViODhlZmI4MTg5YWYxNGQ=
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/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml
ArtifactUUID:9026983a-c77c-4ae9-839d-9df7a6932bfb
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env
ArtifactUUID:a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env
ArtifactUUID:a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T10:47:09.350Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0af12834-ad82-4984-a6e4-7900b9624c27 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-14T10:47:09.388Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T10:47:09.389Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-14T10:47:09.390Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-14T10:47:09.390Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 484830f1-b601-4de3-87b1-aa979a4e559b from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:09.391Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:47:09.393Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:10.080Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:47:10.105Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar 484830f1-b601-4de3-87b1-aa979a4e559b 98937
2022-03-14T10:47:10.106Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar ASDC sendASDCNotification
2022-03-14T10:47:10.107Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:10.109Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:47:10.109Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:10.115Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:10.116Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254830105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:10.217Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T10:47:10.219Z||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-14T10:47:10.219Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:10.233Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:10.234Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:11.116Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T10:47:11.120Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-14T10:47:11.120Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 484830f1-b601-4de3-87b1-aa979a4e559b, URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar to file: /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:11.121Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314104342-csar.csar
2022-03-14T10:47:11.229Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:11.230Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:12.091Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8685813505607730060/Definitions/service-Vfw20220314104342-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-14T10:47:15.838Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T10:47:15.847Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.849Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4564eede-17e8 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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.850Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-Vfw20220314104342-csar.csar
2022-03-14T10:47:15.851Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-14T10:47:15.857Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.859Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.865Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:15.865Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-14T10:47:15.867Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T10:47:15.870Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.870Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.870Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:15.871Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-14T10:47:15.871Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T10:47:15.872Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.872Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.876Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.877Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:15.877Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:15.877Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:47:15.880Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.880Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.881Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:47:15.881Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.881Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:15.882Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:47:15.882Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:47:15.882Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.883Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.883Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:47:15.883Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T10:47:15.884Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.885Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T10:47:15.886Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.887Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:15.887Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:15.887Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.888Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:15.888Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:15.888Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.889Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:15.890Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.891Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.892Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad56eab2-8c56-42b8-8789-bb0d14aab264
2022-03-14T10:47:15.893Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.893Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:15.893Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:47:15.894Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:47:15.895Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1645c4ee-b6a8-49e1-8684-0acb4fc3b55b
2022-03-14T10:47:15.896Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:47:15.897Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.898Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:15.899Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=503b6036-22cf-4cc7-b2bc-ca09a728392f
2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.900Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.901Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.901Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.901Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:15.902Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-14 10-43-42
Description:catalog service description
Model UUID:0af12834-ad82-4984-a6e4-7900b9624c27
Model Version:NULL
Model InvariantUuid:ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4564eede-17e8
Model UUID:7d325b44-2662-42f9-abc1-cef2eb088d1d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72aa807b-f119-4690-b246-b1a1e1305347
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c4d5364c-f1a5-4ce5-a63d-ed29775d40ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:30aa578b-78df-463e-8d8b-f9ca8a4ed084
ModelName:Vfw4564eede17e8..base_vfw..module-0
ModelUuid:457b72f8-5c13-4d23-a412-8e93ca321144
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad56eab2-8c56-42b8-8789-bb0d14aab264
ModelInvariantUuid:5bfdc3ca-1a7c-4dd8-ab19-82b8ebde779a
ModelName:vFW 4564eede-17e8-nodes.vfwCvfc
ModelUuid:dec4d3b5-c5d8-4a3e-baae-3fd29829b198
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:537d4e59-cd21-43a3-889d-f35ecc5d59f1
ModelInvariantUuid:e6e2aa8b-9558-4052-8c78-78b053f5e348
ModelName:Vfw4564eede17e8.compute.nodes.heat.vfw
ModelUuid:d6c8edeb-21c1-4573-835e-94f40925b0e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1645c4ee-b6a8-49e1-8684-0acb4fc3b55b
ModelInvariantUuid:388abedd-2a88-4c11-b2ee-aeb25988ca9a
ModelName:vFW 4564eede-17e8-nodes.vsnCvfc
ModelUuid:41d5a5a9-16b5-4497-a83c-b0d6562272d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3125e7b0-f8b2-4a28-8e5a-7d1eff16775e
ModelInvariantUuid:431ca051-2abc-449a-828c-70a9bd330785
ModelName:Vfw4564eede17e8.compute.nodes.heat.vsn
ModelUuid:3889ff9d-df80-41dd-8d6e-4363a1bc7dae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:503b6036-22cf-4cc7-b2bc-ca09a728392f
ModelInvariantUuid:827f542a-5152-4bd1-a24e-200cde830097
ModelName:vFW 4564eede-17e8-nodes.vpgCvfc
ModelUuid:cf8f4993-7f5a-4650-8308-58dd8e62fe24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:412205f6-4608-4661-8d5b-ac4af30295ec
ModelInvariantUuid:d431755b-0046-458b-b5de-94cd1e425bfd
ModelName:Vfw4564eede17e8.compute.nodes.heat.vpg
ModelUuid:490e54fd-d1e1-46ca-9088-0e8a7bc59572
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-14T10:47:15.915Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e2685e4-2938-4ff1-ad47-7b9d4c1df954
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-14T10:47:15.939Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||vFW 4564eede-17e8 0
2022-03-14T10:47:15.947Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e2685e4-2938-4ff1-ad47-7b9d4c1df954
2022-03-14T10:47:15.948Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json
2022-03-14T10:47:15.948Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:47:15.948Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json
2022-03-14T10:47:16.974Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:47:16.975Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json 8ad4c411-8a1a-4a77-be8d-d2cd32bb4d2f 785
2022-03-14T10:47:16.976Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json ASDC sendASDCNotification
2022-03-14T10:47:16.976Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json
2022-03-14T10:47:16.976Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:47:16.977Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:16.981Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:16.982Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254836976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:17.081Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:47:17.083Z||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-14T10:47:17.083Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:17.098Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:17.099Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:47:17.983Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4564eede17e8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "30aa578b-78df-463e-8d8b-f9ca8a4ed084",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "457b72f8-5c13-4d23-a412-8e93ca321144",
"vfModuleModelCustomizationUUID": "89e523ff-4bd2-4a42-b223-b0bbd9686e98",
"isBase": true,
"artifacts": [
"9026983a-c77c-4ae9-839d-9df7a6932bfb",
"a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c"
],
"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-14T10:47:18.001Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4564eede17e8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:457b72f8-5c13-4d23-a412-8e93ca321144
VfModuleModelInvariantUUID:30aa578b-78df-463e-8d8b-f9ca8a4ed084
VfModuleModelDescription:NULL
Artifacts UUID List:{
9026983a-c77c-4ae9-839d-9df7a6932bfb
,
a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c
}
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-14T10:47:18.004Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4564eede17e8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "30aa578b-78df-463e-8d8b-f9ca8a4ed084",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "457b72f8-5c13-4d23-a412-8e93ca321144",
"vfModuleModelCustomizationUUID": "89e523ff-4bd2-4a42-b223-b0bbd9686e98",
"isBase": true,
"artifacts": [
"9026983a-c77c-4ae9-839d-9df7a6932bfb",
"a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c"
],
"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-14T10:47:18.004Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4564eede17e8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:457b72f8-5c13-4d23-a412-8e93ca321144
VfModuleModelInvariantUUID:30aa578b-78df-463e-8d8b-f9ca8a4ed084
VfModuleModelDescription:NULL
Artifacts UUID List:{
9026983a-c77c-4ae9-839d-9df7a6932bfb
,
a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c
}
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-14T10:47:18.005Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9026983a-c77c-4ae9-839d-9df7a6932bfb from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml
2022-03-14T10:47:18.005Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:47:18.005Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml
2022-03-14T10:47:19.092Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml 9026983a-c77c-4ae9-839d-9df7a6932bfb 20368
2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml
2022-03-14T10:47:19.094Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:47:19.095Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:19.098Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:19.098Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254839094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:19.198Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:19.199Z||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-14T10:47:19.199Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:19.211Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:19.212Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:47:20.100Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c from URL: /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env
2022-03-14T10:47:20.100Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:47:20.101Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env
2022-03-14T10:47:20.684Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:47:20.685Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env a4eaa912-bbc2-4592-88d7-f3cf74e3fb2c 2098
2022-03-14T10:47:20.685Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T10:47:20.686Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env
2022-03-14T10:47:20.686Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:47:20.686Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:20.689Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:20.689Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254840685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:47:20.790Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:47:20.791Z||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-14T10:47:20.791Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:20.805Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:20.806Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:21.692Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0af12834-ad82-4984-a6e4-7900b9624c27
2022-03-14T10:47:21.693Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4564eede-17e8 0 0e2685e4-2938-4ff1-ad47-7b9d4c1df954 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-14T10:47:21.737Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d0e66f5, org.onap.sdc.toscaparser.api.parameters.Input@153af8b, org.onap.sdc.toscaparser.api.parameters.Input@7d8120d8, org.onap.sdc.toscaparser.api.parameters.Input@6b56ec6a, org.onap.sdc.toscaparser.api.parameters.Input@55d1063b]
2022-03-14T10:47:21.742Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.742Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.743Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-14T10:47:21.743Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c4d5364c-f1a5-4ce5-a63d-ed29775d40ad
2022-03-14T10:47:21.744Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4d5364c-f1a5-4ce5-a63d-ed29775d40ad matches Tosca VF Customization UUID: c4d5364c-f1a5-4ce5-a63d-ed29775d40ad
2022-03-14T10:47:21.744Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c4d5364c-f1a5-4ce5-a63d-ed29775d40ad 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-14T10:47:21.751Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.752Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.754Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c4d5364c-f1a5-4ce5-a63d-ed29775d40ad: {\"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-14T10:47:21.754Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36db92d3
2022-03-14T10:47:21.755Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.755Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T10:47:21.756Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89e523ff-4bd2-4a42-b223-b0bbd9686e98
2022-03-14T10:47:21.758Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89e523ff-4bd2-4a42-b223-b0bbd9686e98
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-14T10:47:21.765Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.766Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:21.766Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:21.768Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.768Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:21.768Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:21.769Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.770Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:21.770Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:21.770Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T10:47:21.771Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:21.771Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:47:21.772Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:47:21.772Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.772Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:21.773Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:47:21.773Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:21.773Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:47:21.774Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.774Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad56eab2-8c56-42b8-8789-bb0d14aab264
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-14T10:47:21.785Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.786Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:21.786Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:21.787Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.787Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:21.787Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:21.788Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:47:21.788Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:21.788Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.789Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:47:21.789Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.790Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:21.790Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T10:47:21.790Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:47:21.791Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:21.791Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:47:21.792Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.792Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1645c4ee-b6a8-49e1-8684-0acb4fc3b55b
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-14T10:47:21.795Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.796Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:21.796Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:21.800Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.800Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is not matching search criteria
2022-03-14T10:47:21.801Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:47:21.801Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:47:21.802Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:21.803Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.803Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:47:21.804Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.805Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:47:21.805Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:47:21.806Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:47:21.806Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:47:21.807Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:47:21.807Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T10:47:21.808Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=503b6036-22cf-4cc7-b2bc-ca09a728392f
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-14T10:47:21.812Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.813Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:21.814Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:47:21.814Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.815Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Node template vFW 4564eede-17e8 0 is matching search criteria
2022-03-14T10:47:21.815Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4564eede-17e8 0] matching following query criteria: sdcType=VF, customizationUUID=c4d5364c-f1a5-4ce5-a63d-ed29775d40ad
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-14T10:47:21.819Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.820Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.821Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0af12834-ad82-4984-a6e4-7900b9624c27: vFW 4564eede-17e8
2022-03-14T10:47:21.822Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.822Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.823Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.825Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.825Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.826Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.826Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:47:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-43-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:47:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-14 10-43-42
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-14T10:47:22.113Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4564eede-17e8 0e2685e4-2938-4ff1-ad47-7b9d4c1df954 1 ASDC deployResourceStructure
2022-03-14T10:47:22.114Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json ASDC sendASDCNotification
2022-03-14T10:47:22.114Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json
2022-03-14T10:47:22.115Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:47:22.116Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:22.118Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:22.118Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254842114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:22.219Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:22.220Z||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-14T10:47:22.220Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:22.234Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:22.235Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:23.120Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T10:47:23.121Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml
2022-03-14T10:47:23.122Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:47:23.122Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:23.125Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:23.126Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254843120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:23.226Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:23.227Z||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-14T10:47:23.227Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:23.241Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:23.242Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:47:24.127Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T10:47:24.127Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env
2022-03-14T10:47:24.128Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:47:24.128Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:24.130Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:24.131Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254844127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:24.231Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:24.232Z||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-14T10:47:24.232Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:24.246Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:24.247Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:25.132Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar ASDC sendASDCNotification
2022-03-14T10:47:25.132Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar
2022-03-14T10:47:25.133Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:47:25.133Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:47:25.136Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:47:25.136Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254845132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:47:25.236Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:47:25.237Z||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-14T10:47:25.237Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:47:25.250Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:47:25.251Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:47:26.138Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a
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-14T10:47:26.155Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a
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-14T10:47:26.160Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:47:26.160Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:47:26.160Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:47:56.161Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a
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-14T10:47:56.172Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a
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-14T10:47:56.176Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:47:56.177Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:47:56.177Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:48:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:48:01.655Z||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-14T10:48:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:48:01.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:48:01.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:48:01.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "aai-ml",
"timestamp": 1647254822028,
"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-14T10:48:01.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe22511a-cbd8-460b-af51-20669075945a
2022-03-14T10:48:01.702Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe22511a-cbd8-460b-af51-20669075945a 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-14T10:48:26.178Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a
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-14T10:48:26.203Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe22511a-cbd8-460b-af51-20669075945a
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-14T10:48:26.209Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:48:26.210Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T10:48:26.210Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T10:48:26.210Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:48:26.211Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:48:26.212Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:48:26.212Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:48:26.212Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-14T10:48:26.219Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T10:48:56.220Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe22511a-cbd8-460b-af51-20669075945a 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-14T10:48:56.230Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe22511a-cbd8-460b-af51-20669075945a and serviceModelVersionId: 0af12834-ad82-4984-a6e4-7900b9624c27
2022-03-14T10:48:56.231Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7
2022-03-14T10:49:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:49:01.655Z||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-14T10:49:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:01.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:01.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:49:01.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:49:01.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:49:12.499Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0
2022-03-14T10:49:12.646Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T10:49:13.319Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?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-14T10:49:13.325Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0|INFO|500||Invoke
2022-03-14T10:49:13.491Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T10:49:14.419Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0|INFO|500||InvokeReturn
2022-03-14T10:49:14.420Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce8d76a0-a2d0-4bd7-bfd7-752f7631a8a7/model-vers/model-ver/0af12834-ad82-4984-a6e4-7900b9624c27?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-10:49:14:822-8917], vertex-id=[176336], Content-Length=[0], Date=[Mon, 14 Mar 2022 10:49:14 GMT], Content-Type=[application/json]}
2022-03-14T10:49:14.420Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-14T10:49:14.424Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T10:49:14.424Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-14T10:49:14.431Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||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-14T10:49:14.431Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe22511a-cbd8-460b-af51-20669075945a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T10:49:14.432Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T10:49:14.432Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:14.435Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:14.435Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254954432,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T10:49:14.535Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:14.536Z||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-14T10:49:14.536Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:14.554Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:14.555Z||pool-26-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-14T10:49:15.449Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:49:15.450Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:49:15.450Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:19.809Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:19.811Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-14T10:49:19.811Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b37cc73f-455d-4395-8774-db8eac5a8ccb","serviceName":"vFW 2022-03-14 10-46-14","serviceVersion":"1.0","serviceUUID":"8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71","serviceDescription":"catalog service description","serviceInvariantUUID":"e7fb15e5-3777-4845-b802-3a03e05094de","resources":[{"resourceInstanceName":"vFW 3d4ae79f-d4a7 0","resourceName":"vFW 3d4ae79f-d4a7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1d7ce68-7206-425e-ad05-1134728b6b7c","resourceInvariantUUID":"bdddf7ac-12b2-4a66-b996-9d74caeb2eef","resourceCustomizationUUID":"195099cd-a8d0-4283-bb49-ac68721e14ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml","artifactChecksum":"YzI5MTBiMDQzNmFjYjNlN2I3N2U4OWY4OTcwNzIyMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f3141b4-a21b-4238-8b65-a1cb6e827efb","artifactVersion":"1"},{"artifactName":"vfw3d4ae79fd4a70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json","artifactChecksum":"Nzk2OThlZTlhZWMxMWY3ZTE5N2FlNzAyMGMzOTRlZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92705a46-c94a-4217-857a-46bc6b521c06","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4147333a-3d0d-4807-9a90-9ee470409f8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml","artifactChecksum":"OWYwOWNiNWY0ZjQ3MzAwMGQzMGMzOGNhMDFlOGNiNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1209d3f2-3140-4d91-8c4a-d2427b5dc35e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"939e877b-a282-4f22-8436-9134f430e75d","artifactVersion":"2","generatedFromUUID":"4147333a-3d0d-4807-9a90-9ee470409f8d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314104614-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml","artifactChecksum":"Mjc0ZGMwNjQxMWU3OWM2ZWM4YmU3NzVmZmYyZjM3NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"027c7196-30bb-40cc-ad86-cc082ab55644","artifactVersion":"1"},{"artifactName":"service-Vfw20220314104614-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar","artifactChecksum":"YTAxM2NkNzZhOWY5Njk3NGY1MjUzNzNhOGIwYjdkMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2923a96-5181-4797-98b0-070d4f375c1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T10:49:19.816Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:19.817Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:19.819Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:19.820Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:49:19.920Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:19.921Z||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-14T10:49:19.922Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:19.937Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:19.937Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:49:20.820Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:20.821Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:20.823Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:20.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:49:20.924Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:49:20.925Z||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-14T10:49:20.925Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:20.943Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:20.944Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:21.824Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:21.825Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:21.827Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:49:21.928Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:21.929Z||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-14T10:49:21.930Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:21.944Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:21.945Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:22.828Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:22.829Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:22.832Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:22.832Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:49:22.932Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:22.933Z||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-14T10:49:22.934Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:22.948Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:22.948Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:23.832Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:23.833Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:23.835Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:23.836Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T10:49:23.936Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:23.937Z||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-14T10:49:23.937Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:23.952Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:23.952Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:24.837Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:24.837Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:24.840Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:24.840Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:49:24.940Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:24.941Z||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-14T10:49:24.941Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:24.955Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:24.955Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:25.840Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:49:25.842Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:25.846Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:25.846Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:49:25.945Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:49:25.946Z||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-14T10:49:25.946Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:25.965Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:25.966Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:26.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"serviceName": "vFW 2022-03-14 10-46-14",
"serviceVersion": "1.0",
"serviceUUID": "8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e7fb15e5-3777-4845-b802-3a03e05094de",
"resources": [
{
"resourceInstanceName": "vFW 3d4ae79f-d4a7 0",
"resourceCustomizationUUID": "195099cd-a8d0-4283-bb49-ac68721e14ac",
"resourceName": "vFW 3d4ae79f-d4a7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f1d7ce68-7206-425e-ad05-1134728b6b7c",
"resourceInvariantUUID": "bdddf7ac-12b2-4a66-b996-9d74caeb2eef",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3d4ae79fd4a70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"artifactChecksum": "Nzk2OThlZTlhZWMxMWY3ZTE5N2FlNzAyMGMzOTRlZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92705a46-c94a-4217-857a-46bc6b521c06",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4147333a-3d0d-4807-9a90-9ee470409f8d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "939e877b-a282-4f22-8436-9134f430e75d",
"generatedFromUUID": "4147333a-3d0d-4807-9a90-9ee470409f8d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "939e877b-a282-4f22-8436-9134f430e75d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220314104614-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"artifactChecksum": "YTAxM2NkNzZhOWY5Njk3NGY1MjUzNzNhOGIwYjdkMTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2923a96-5181-4797-98b0-070d4f375c1f"
}
],
"workloadContext": "Production"
}
2022-03-14T10:49:26.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T10:49:26.848Z|fe22511a-cbd8-460b-af51-20669075945a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 ASDC
2022-03-14T10:49:26.849Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b37cc73f-455d-4395-8774-db8eac5a8ccb
ServiceName:vFW 2022-03-14 10-46-14
ServiceVersion:1.0
ServiceUUID:8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71
ServiceInvariantUUID:e7fb15e5-3777-4845-b802-3a03e05094de
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220314104614-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar
ArtifactUUID:a2923a96-5181-4797-98b0-070d4f375c1f
ArtifactChecksum:YTAxM2NkNzZhOWY5Njk3NGY1MjUzNzNhOGIwYjdkMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3d4ae79f-d4a7 0
ResourceCustomizationUUID:195099cd-a8d0-4283-bb49-ac68721e14ac
ResourceInvariantUUID:bdddf7ac-12b2-4a66-b996-9d74caeb2eef
ResourceName:vFW 3d4ae79f-d4a7
ResourceType:VF
ResourceUUID:f1d7ce68-7206-425e-ad05-1134728b6b7c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3d4ae79fd4a70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json
ArtifactUUID:92705a46-c94a-4217-857a-46bc6b521c06
ArtifactChecksum:Nzk2OThlZTlhZWMxMWY3ZTE5N2FlNzAyMGMzOTRlZGE=
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/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml
ArtifactUUID:4147333a-3d0d-4807-9a90-9ee470409f8d
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env
ArtifactUUID:939e877b-a282-4f22-8436-9134f430e75d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env
ArtifactUUID:939e877b-a282-4f22-8436-9134f430e75d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T10:49:26.859Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71 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-14T10:49:26.894Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T10:49:26.895Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-14T10:49:26.895Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-14T10:49:26.895Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a2923a96-5181-4797-98b0-070d4f375c1f from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:26.896Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:49:26.896Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:27.003Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar a2923a96-5181-4797-98b0-070d4f375c1f 98964
2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar ASDC sendASDCNotification
2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:27.008Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:49:27.009Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:27.010Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:27.011Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254967008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:49:27.111Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:27.112Z||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-14T10:49:27.112Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:27.126Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:27.127Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:28.011Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T10:49:28.012Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a2923a96-5181-4797-98b0-070d4f375c1f, URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar to file: /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314104614-csar.csar
2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:28.013Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:28.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2667806633799499607/Definitions/service-Vfw20220314104614-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-14T10:49:30.517Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T10:49:30.518Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-14T10:49:30.518Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.518Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.519Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3d4ae79f-d4a7 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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.520Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-Vfw20220314104614-csar.csar
2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.521Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.522Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T10:49:30.523Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:30.524Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.525Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.526Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:49:30.527Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.528Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:30.529Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:30.530Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T10:49:30.531Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.532Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.533Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=318bb3b3-c55e-49c1-90f7-dfd2f781d4c1
2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:30.534Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.535Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:49:30.536Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d2c13c0-42ab-41c8-b982-2e2bab297a8f
2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:30.537Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.538Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:30.539Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ca7f0b7-883b-47bb-8118-68412627e33e
2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.540Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.541Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.541Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.541Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.542Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:30.542Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:30.542Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-14 10-46-14
Description:catalog service description
Model UUID:8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71
Model Version:NULL
Model InvariantUuid:e7fb15e5-3777-4845-b802-3a03e05094de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3d4ae79f-d4a7
Model UUID:512c6d26-5221-4797-856a-4983bc9d3f24
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bdddf7ac-12b2-4a66-b996-9d74caeb2eef
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:195099cd-a8d0-4283-bb49-ac68721e14ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dc8dd961-2e2e-4237-8771-75eda8148fba
ModelName:Vfw3d4ae79fD4a7..base_vfw..module-0
ModelUuid:d36ec53a-1de7-48f1-91a2-a37fe730a5d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:318bb3b3-c55e-49c1-90f7-dfd2f781d4c1
ModelInvariantUuid:97ca6abd-0004-4c19-9b9c-a890df3b352f
ModelName:vFW 3d4ae79f-d4a7-nodes.vfwCvfc
ModelUuid:591edfbe-b057-494a-90e4-ae5b3eee5423
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:294116d1-155b-4565-a0bd-03bd702e95ff
ModelInvariantUuid:9795e00a-7f56-4e0b-a51f-ab51856ab25b
ModelName:Vfw3d4ae79fD4a7.compute.nodes.heat.vfw
ModelUuid:16e9144f-738c-4f86-83c7-1e1647dbbc65
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0d2c13c0-42ab-41c8-b982-2e2bab297a8f
ModelInvariantUuid:bc34d8f7-d9df-46b1-8c7b-8d32a3d44476
ModelName:vFW 3d4ae79f-d4a7-nodes.vsnCvfc
ModelUuid:41fc14cf-3444-40e6-a6d6-f676358a397b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:48ebae8d-bcb8-4f91-97e9-d23be4c49bf1
ModelInvariantUuid:2e20cecb-1e82-4fac-be69-898a8ec169e9
ModelName:Vfw3d4ae79fD4a7.compute.nodes.heat.vsn
ModelUuid:7308e293-8c5f-4fb1-9a6f-77d2dee6c121
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9ca7f0b7-883b-47bb-8118-68412627e33e
ModelInvariantUuid:abf146b7-8da4-4cd7-9900-9e0b44bb7b37
ModelName:vFW 3d4ae79f-d4a7-nodes.vpgCvfc
ModelUuid:ca377b42-9429-4935-988d-a2539a193215
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:20d09fdb-7006-4004-83f5-e511e7c243fa
ModelInvariantUuid:364aff33-6051-41f7-86b6-7a211a429387
ModelName:Vfw3d4ae79fD4a7.compute.nodes.heat.vpg
ModelUuid:c58ecb17-98d0-4820-9b53-5d9352b2067e
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-14T10:49:30.561Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f1d7ce68-7206-425e-ad05-1134728b6b7c
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-14T10:49:30.576Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||vFW 3d4ae79f-d4a7 0
2022-03-14T10:49:30.576Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1d7ce68-7206-425e-ad05-1134728b6b7c
2022-03-14T10:49:30.577Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92705a46-c94a-4217-857a-46bc6b521c06 from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json
2022-03-14T10:49:30.577Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:49:30.577Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json
2022-03-14T10:49:30.649Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json 92705a46-c94a-4217-857a-46bc6b521c06 785
2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json ASDC sendASDCNotification
2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json
2022-03-14T10:49:30.650Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:49:30.651Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:30.652Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:30.652Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254970650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:49:30.753Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:30.754Z||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-14T10:49:30.754Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:30.769Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:30.770Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:31.653Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3d4ae79fD4a7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc8dd961-2e2e-4237-8771-75eda8148fba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d36ec53a-1de7-48f1-91a2-a37fe730a5d2",
"vfModuleModelCustomizationUUID": "4f4b796f-c181-49da-a40c-61d8257ee837",
"isBase": true,
"artifacts": [
"4147333a-3d0d-4807-9a90-9ee470409f8d",
"939e877b-a282-4f22-8436-9134f430e75d"
],
"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-14T10:49:31.657Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3d4ae79fD4a7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d36ec53a-1de7-48f1-91a2-a37fe730a5d2
VfModuleModelInvariantUUID:dc8dd961-2e2e-4237-8771-75eda8148fba
VfModuleModelDescription:NULL
Artifacts UUID List:{
4147333a-3d0d-4807-9a90-9ee470409f8d
,
939e877b-a282-4f22-8436-9134f430e75d
}
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-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3d4ae79fD4a7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc8dd961-2e2e-4237-8771-75eda8148fba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d36ec53a-1de7-48f1-91a2-a37fe730a5d2",
"vfModuleModelCustomizationUUID": "4f4b796f-c181-49da-a40c-61d8257ee837",
"isBase": true,
"artifacts": [
"4147333a-3d0d-4807-9a90-9ee470409f8d",
"939e877b-a282-4f22-8436-9134f430e75d"
],
"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-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3d4ae79fD4a7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d36ec53a-1de7-48f1-91a2-a37fe730a5d2
VfModuleModelInvariantUUID:dc8dd961-2e2e-4237-8771-75eda8148fba
VfModuleModelDescription:NULL
Artifacts UUID List:{
4147333a-3d0d-4807-9a90-9ee470409f8d
,
939e877b-a282-4f22-8436-9134f430e75d
}
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-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4147333a-3d0d-4807-9a90-9ee470409f8d from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml
2022-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:49:31.659Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml
2022-03-14T10:49:31.735Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:49:31.736Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml 4147333a-3d0d-4807-9a90-9ee470409f8d 20368
2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml
2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:49:31.737Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:31.739Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:31.739Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254971736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:49:31.839Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:31.840Z||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-14T10:49:31.840Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:31.860Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:31.861Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:32.740Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 939e877b-a282-4f22-8436-9134f430e75d from URL: /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env
2022-03-14T10:49:32.740Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-14T10:49:32.740Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env
2022-03-14T10:49:32.796Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env 939e877b-a282-4f22-8436-9134f430e75d 2098
2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env
2022-03-14T10:49:32.797Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:49:32.798Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:32.800Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:32.800Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254972797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:49:32.900Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:32.901Z||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-14T10:49:32.902Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:32.913Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:32.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:33.802Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71
2022-03-14T10:49:33.803Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3d4ae79f-d4a7 0 f1d7ce68-7206-425e-ad05-1134728b6b7c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-14T10:49:33.823Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ca7a03b, org.onap.sdc.toscaparser.api.parameters.Input@62548b4e, org.onap.sdc.toscaparser.api.parameters.Input@1cdb420f, org.onap.sdc.toscaparser.api.parameters.Input@2517d884, org.onap.sdc.toscaparser.api.parameters.Input@14801265]
2022-03-14T10:49:33.825Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.826Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.826Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-14T10:49:33.826Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 195099cd-a8d0-4283-bb49-ac68721e14ac
2022-03-14T10:49:33.827Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 195099cd-a8d0-4283-bb49-ac68721e14ac matches Tosca VF Customization UUID: 195099cd-a8d0-4283-bb49-ac68721e14ac
2022-03-14T10:49:33.827Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 195099cd-a8d0-4283-bb49-ac68721e14ac 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-14T10:49:33.830Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.830Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.831Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 195099cd-a8d0-4283-bb49-ac68721e14ac: {\"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-14T10:49:33.831Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f0d27d8
2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f4b796f-c181-49da-a40c-61d8257ee837
2022-03-14T10:49:33.832Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f4b796f-c181-49da-a40c-61d8257ee837
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-14T10:49:33.835Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:33.836Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:33.837Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:49:33.838Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:33.839Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:49:33.839Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.839Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=318bb3b3-c55e-49c1-90f7-dfd2f781d4c1
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-14T10:49:33.842Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.842Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:33.842Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:49:33.843Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T10:49:33.844Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.845Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d2c13c0-42ab-41c8-b982-2e2bab297a8f
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-14T10:49:33.850Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.851Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:33.851Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:33.851Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is not matching search criteria
2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T10:49:33.852Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T10:49:33.853Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T10:49:33.854Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T10:49:33.854Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T10:49:33.854Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T10:49:33.856Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T10:49:33.856Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ca7f0b7-883b-47bb-8118-68412627e33e
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-14T10:49:33.862Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.862Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:33.862Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T10:49:33.863Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.863Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d4ae79f-d4a7 0 is matching search criteria
2022-03-14T10:49:33.863Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d4ae79f-d4a7 0] matching following query criteria: sdcType=VF, customizationUUID=195099cd-a8d0-4283-bb49-ac68721e14ac
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-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71: vFW 3d4ae79f-d4a7
2022-03-14T10:49:33.865Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.866Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-14 10-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:49:33.867Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-14 10-46-14
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-14T10:49:34.127Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3d4ae79f-d4a7 f1d7ce68-7206-425e-ad05-1134728b6b7c 1 ASDC deployResourceStructure
2022-03-14T10:49:34.128Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json ASDC sendASDCNotification
2022-03-14T10:49:34.128Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json
2022-03-14T10:49:34.129Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:49:34.129Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:34.133Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:34.134Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254974128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T10:49:34.231Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-14T10:49:34.232Z||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-14T10:49:34.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:34.244Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:34.245Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:49:35.135Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T10:49:35.136Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml
2022-03-14T10:49:35.137Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:49:35.137Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:35.140Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:35.140Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254975135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T10:49:35.240Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T10:49:35.241Z||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-14T10:49:35.241Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:35.256Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:35.256Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:49:36.142Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T10:49:36.143Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env
2022-03-14T10:49:36.143Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:49:36.144Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:36.146Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:36.146Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254976142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T10:49:36.246Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:36.247Z||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-14T10:49:36.247Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:36.262Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:36.262Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:49:37.147Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar ASDC sendASDCNotification
2022-03-14T10:49:37.148Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar
2022-03-14T10:49:37.148Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T10:49:37.148Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:49:37.150Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:49:37.150Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254977147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:49:37.250Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:49:37.251Z||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-14T10:49:37.251Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:49:37.265Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:49:37.266Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:49:38.151Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:49:38.168Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:49:38.170Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:49:38.170Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:49:38.171Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:50:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:50:01.655Z||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-14T10:50:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:50:01.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:50:01.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:50:01.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T10:50:01.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:50:01.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:50:01.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254821653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254830105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254836976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:50:01.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254839094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:50:01.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254840685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:50:01.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254842114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/vfw4564eede17e80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T10:50:01.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254843120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254844127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/resourceInstances/vfw4564eede17e80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:01.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:50:01.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254845132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104342/1.0/artifacts/service-Vfw20220314104342-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:50:01.687Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:50:08.177Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:50:08.190Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:50:08.193Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:50:08.194Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:50:08.194Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:50:38.194Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:50:38.204Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:50:38.206Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:50:38.206Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:50:38.207Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:51:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:51:01.655Z||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-14T10:51:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:51:01.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:51:01.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254909503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254902558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647254909435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254911052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254919127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254919047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254913707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254920601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254920052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:51:01.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254913391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254921819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "policy-id",
"timestamp": 1647254921056,
"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-14T10:51:01.715Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb
2022-03-14T10:51:01.715Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:51:01.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254922191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254921590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254923215,
"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-14T10:51:01.728Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb
2022-03-14T10:51:01.728Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:51:01.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "cds",
"timestamp": 1647254922596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-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-14T10:51:01.738Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb
2022-03-14T10:51:01.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:51:01.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647254924219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T10:51:01.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254923942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254925087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:51:01.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647254926092,
"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-14T10:51:01.763Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb
2022-03-14T10:51:01.764Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254925952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:51:01.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "clamp",
"timestamp": 1647254926956,
"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-14T10:51:01.776Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb
2022-03-14T10:51:01.776Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:51:01.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:51:01.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254923101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254931219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:51:01.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254940775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:51:01.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:51:08.207Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:51:08.226Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:51:08.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:51:08.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:51:08.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:51:38.229Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:51:38.241Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:51:38.244Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:51:38.244Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T10:51:38.244Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T10:52:01.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:52:01.656Z||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-14T10:52:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:52:02.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:52:02.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "aai-ml",
"timestamp": 1647254941779,
"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-14T10:52:02.207Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b37cc73f-455d-4395-8774-db8eac5a8ccb
2022-03-14T10:52:02.208Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:52:02.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe22511a-cbd8-460b-af51-20669075945a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254954432,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T10:52:02.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:52:02.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "NOTIFIED"
}
2022-03-14T10:52:02.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T10:52:02.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:52:02.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T10:52:02.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:52:02.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254955449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:52:02.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T10:52:02.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254967008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:52:02.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254970650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:52:02.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254971736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:52:02.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254972797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:52:02.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254974128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/vfw3d4ae79fd4a70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T10:52:02.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254975135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T10:52:02.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254976142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/resourceInstances/vfw3d4ae79fd4a70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T10:52:02.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:02.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:52:02.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647254977147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314104614/1.0/artifacts/service-Vfw20220314104614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:52:02.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:52:08.245Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:52:08.256Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb
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-14T10:52:08.260Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T10:52:08.263Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:52:08.264Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:52:08.268Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T10:52:08.269Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-14T10:52:08.280Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T10:52:38.281Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b37cc73f-455d-4395-8774-db8eac5a8ccb 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-14T10:52:38.291Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b37cc73f-455d-4395-8774-db8eac5a8ccb and serviceModelVersionId: 8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71
2022-03-14T10:52:38.291Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7fb15e5-3777-4845-b802-3a03e05094de
2022-03-14T10:52:38.294Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0
2022-03-14T10:52:38.301Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T10:52:38.369Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|INFO|500||Invoke
2022-03-14T10:52:38.370Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b37cc73f-455d-4395-8774-db8eac5a8ccb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2d2ef83-0c1e-49da-98cc-813955e7a8fd], X-ECOMP-RequestID=[b37cc73f-455d-4395-8774-db8eac5a8ccb], X-TransactionId=[], X-ONAP-RequestID=[b37cc73f-455d-4395-8774-db8eac5a8ccb], Content-Type=[application/merge-patch+json]}
2022-03-14T10:52:38.417Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T10:52:39.075Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?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/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-10:52:39:764-24176], vertex-id=[184528], Content-Length=[0], Date=[Mon, 14 Mar 2022 10:52:39 GMT], Content-Type=[application/json]}
2022-03-14T10:52:39.076Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-14T10:52:39.077Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7fb15e5-3777-4845-b802-3a03e05094de/model-vers/model-ver/8cc7f0dc-f4c7-4d8d-8b93-a372f2ac0a71?depth=0|INFO|500||InvokeReturn
2022-03-14T10:52:39.077Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T10:52:39.078Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-14T10:52:39.083Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||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-14T10:52:39.083Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b37cc73f-455d-4395-8774-db8eac5a8ccb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T10:52:39.084Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T10:52:39.084Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:52:39.087Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:52:39.088Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647255159083,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T10:52:39.188Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:52:39.189Z||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-14T10:52:39.189Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:52:39.208Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:52:39.209Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 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-14T10:52:40.101Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:52:40.102Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:52:40.102Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:52:50.374Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:52:50.375Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:52:50.375Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:52:50.375Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:52:59.932Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:52:59.933Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:52:59.934Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:52:59.934Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:53:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:53:01.656Z||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-14T10:53:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:53:02.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:53:02.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-14T10:53:02.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b37cc73f-455d-4395-8774-db8eac5a8ccb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647255159083,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T10:53:02.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:53:09.486Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:53:09.487Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:53:09.487Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:53:09.487Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:53:19.035Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:53:19.036Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:53:19.036Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T10:53:19.036Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:53:28.592Z|b37cc73f-455d-4395-8774-db8eac5a8ccb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:54:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:54:01.654Z||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-14T10:54:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:54:01.655Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:54:01.656Z||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-14T10:54:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:54:11.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:54:11.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:55:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:55:01.654Z||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-14T10:55:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:55:01.654Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:55:01.655Z||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-14T10:55:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:55:11.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:55:11.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:56:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:56:01.654Z||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-14T10:56:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:56:01.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:56:01.656Z||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-14T10:56:01.656Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:56:11.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:56:11.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:57:01.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:57:01.654Z||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-14T10:57:01.654Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:57:01.654Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:57:01.655Z||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-14T10:57:01.655Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:57:11.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:57:11.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:58:01.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:58:01.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T10:58:01.657Z||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-14T10:58:01.657Z||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-14T10:58:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:58:01.657Z||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 io90QMcLqZ7O2f2n) ...
2022-03-14T10:58:01.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:58:01.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "cds",
"timestamp": 1647255468395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "aai-ml",
"timestamp": 1647255463101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "clamp",
"timestamp": 1647255472558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "ves-openapi-manager",
"timestamp": 1647255469435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647255469503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "policy-id",
"timestamp": 1647255471052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "aai-ml",
"timestamp": 1647255463101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:58:01.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647255469503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:58:01.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "cds",
"timestamp": 1647255468395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:58:01.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "clamp",
"timestamp": 1647255472558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:58:01.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "ves-openapi-manager",
"timestamp": 1647255469435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:01.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "policy-id",
"timestamp": 1647255471052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:58:01.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-14T10:58:01.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "aai-ml",
"timestamp": 1647255475807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:58:01.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:58:01.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "policy-id",
"timestamp": 1647255476123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:58:01.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:58:01.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "cds",
"timestamp": 1647255475903,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:58:01.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:58:01.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "policy-id",
"timestamp": 1647255477129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:58:01.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:58:01.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "cds",
"timestamp": 1647255476926,
"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=?
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-14T10:58:01.874Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06
2022-03-14T10:58:01.874Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-14T10:58:01.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "policy-id",
"timestamp": 1647255478133,
"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-14T10:58:01.890Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3771d94-fc3e-4d10-aea5-b78b5cf34f06
2022-03-14T10:58:01.891Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3771d94-fc3e-4d10-aea5-b78b5cf34f06 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-14T10:58:01.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-14T10:58:01.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "aai-ml",
"timestamp": 1647255480792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T10:58:01.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T10:58:02.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:58:02.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T10:58:02.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3771d94-fc3e-4d10-aea5-b78b5cf34f06","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e4afb871-c023-4654-9493-76aae09e5cab","serviceDescription":"service","serviceInvariantUUID":"8561b958-1513-49db-a502-8da3e02314ab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d39ddfa3-f3be-4daf-9784-6109f6043117","resourceInvariantUUID":"e9e3de90-5a31-4347-af61-27686b2bb3dc","resourceCustomizationUUID":"849997e3-87e1-47a7-9f77-520846a0dbff","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":"YjY4NmM3OTU0MWIwMzNlYzg3Y2FlNGQ1NDVkYzgzMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae2dc99e-264a-4c37-8c8d-2e1d02d31eef","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmFhN2RlNzU3ZjZjMjUwMGU3OWQzOTgzZTJkYzM3NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19f47690-c484-4d8e-80c8-b85dc379d5ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T10:58:02.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:58:02.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:58:02.327Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:58:02.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647255481653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T10:58:02.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T10:58:02.429Z||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-14T10:58:02.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:58:02.446Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:58:02.447Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-14T10:58:03.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T10:58:03.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:58:03.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:58:03.332Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647255481653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T10:58:03.434Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-14T10:58:03.435Z||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-14T10:58:03.435Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:58:03.459Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:58:03.460Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:58:04.334Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e4afb871-c023-4654-9493-76aae09e5cab",
"serviceDescription": "service",
"serviceInvariantUUID": "8561b958-1513-49db-a502-8da3e02314ab",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "849997e3-87e1-47a7-9f77-520846a0dbff",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d39ddfa3-f3be-4daf-9784-6109f6043117",
"resourceInvariantUUID": "e9e3de90-5a31-4347-af61-27686b2bb3dc",
"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": "YmFhN2RlNzU3ZjZjMjUwMGU3OWQzOTgzZTJkYzM3NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "19f47690-c484-4d8e-80c8-b85dc379d5ca"
}
],
"workloadContext": "Production"
}
2022-03-14T10:58:04.335Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T10:58:04.335Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4afb871-c023-4654-9493-76aae09e5cab ASDC
2022-03-14T10:58:04.336Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e3771d94-fc3e-4d10-aea5-b78b5cf34f06
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e4afb871-c023-4654-9493-76aae09e5cab
ServiceInvariantUUID:8561b958-1513-49db-a502-8da3e02314ab
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:19f47690-c484-4d8e-80c8-b85dc379d5ca
ArtifactChecksum:YmFhN2RlNzU3ZjZjMjUwMGU3OWQzOTgzZTJkYzM3NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:849997e3-87e1-47a7-9f77-520846a0dbff
ResourceInvariantUUID:e9e3de90-5a31-4347-af61-27686b2bb3dc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d39ddfa3-f3be-4daf-9784-6109f6043117
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-14T10:58:04.336Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4afb871-c023-4654-9493-76aae09e5cab 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-14T10:58:04.374Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T10:58:04.375Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T10:58:04.375Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T10:58:04.376Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 19f47690-c484-4d8e-80c8-b85dc379d5ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-14T10:58:04.376Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-14T10:58:04.376Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-14T10:58:04.502Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-14T10:58:04.504Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 19f47690-c484-4d8e-80c8-b85dc379d5ca 52508
2022-03-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T10:58:04.505Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-14T10:58:04.512Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T10:58:04.512Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e3771d94-fc3e-4d10-aea5-b78b5cf34f06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647255484505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T10:58:04.608Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-14T10:58:04.609Z||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-14T10:58:04.609Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as io90QMcLqZ7O2f2n) ...
2022-03-14T10:58:04.625Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T10:58:04.625Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-14T10:58:05.513Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T10:58:05.514Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-14T10:58:05.514Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 19f47690-c484-4d8e-80c8-b85dc379d5ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T10:58:05.515Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-14T10:58:05.515Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T10:58:05.516Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T10:58:05.752Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9723139237578294916/Definitions/service-BasicNetwork-template.yml
2022-03-14T10:58:06.286Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.287Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|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-BasicNetwork-csar.csar
2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.288Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.289Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-14T10:58:06.289Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-14T10:58:06.289Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-14T10:58:06.290Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.291Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.292Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.292Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.292Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.293Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e4afb871-c023-4654-9493-76aae09e5cab
Model Version:NULL
Model InvariantUuid:8561b958-1513-49db-a502-8da3e02314ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e9e3de90-5a31-4347-af61-27686b2bb3dc
Model UUID:87629e07-51ff-4c5f-ad99-9585c55d1928
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:849997e3-87e1-47a7-9f77-520846a0dbff
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-14T10:58:06.300Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: d39ddfa3-f3be-4daf-9784-6109f6043117
2022-03-14T10:58:06.300Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||No resources found for Service: e4afb871-c023-4654-9493-76aae09e5cab
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-14T10:58:06.307Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||
2022-03-14T10:58:06.308Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-14T10:58:06.309Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e4afb871-c023-4654-9493-76aae09e5cab
2022-03-14T10:58:06.309Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e4afb871-c023-4654-9493-76aae09e5cab
2022-03-14T10:58:06.310Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-14T10:58:06.310Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.316Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a9a8bd0, org.onap.sdc.toscaparser.api.parameters.Input@7f8449a8, org.onap.sdc.toscaparser.api.parameters.Input@555a8b3, org.onap.sdc.toscaparser.api.parameters.Input@24d75956, org.onap.sdc.toscaparser.api.parameters.Input@4a7d8217]
2022-03-14T10:58:06.318Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.318Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e4afb871-c023-4654-9493-76aae09e5cab: Generic NeutronNet
2022-03-14T10:58:06.319Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.320Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.320Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.321Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||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-14T10:58:06.358Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.358Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T10:58:06.359Z|e3771d94-fc3e-4d10-aea5-b78b5cf34f06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery