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-09-12T05:05:38.520Z||main|||||INFO|500||The following profiles are active: basic
2022-09-12T05:05:50.219Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-12T05:05:50.220Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-12T05:05:50.343Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-12T05:05:54.390Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-12T05:05:54.850Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-12T05:05:55.293Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-12T05:05:55.297Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-12T05:05:55.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-12T05:05:55.624Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-12T05:05:56.247Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-12T05:05:58.428Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-12T05:06:00.637Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-12T05:06:00.698Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-12T05:06:01.308Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-12T05:06:01.574Z||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-09-12T05:06:02.776Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-12T05:06:03.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-12T05:06:03.927Z||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$$b3d2088f.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-09-12T05:06:03.929Z||main|||||WARN|500||The sdc end point is not alive
2022-09-12T05:06:06.696Z||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-09-12T05:06:09.477Z||main|||||WARN|500||---
2022-09-12T05:06:09.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-12T05:06:09.477Z||main|||||WARN|500||---
2022-09-12T05:06:09.881Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-12T05:06:14.272Z||main|||||INFO|500||Started Application in 39.502 seconds (JVM running for 42.865)
2022-09-12T05:06:14.287Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-12T05:06:14.288Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-12T05:06:14.299Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-12T05:06:14.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-12T05:06:14.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0c5068b-519a-4c07-b990-67788b3df1e9 url= /sdc/v1/artifactTypes
2022-09-12T05:06:14.385Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-12T05:06:14.702Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-12T05:06:14.754Z||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-09-12T05:06:14.774Z||scheduling-1|||||DEBUG|500||create keys
2022-09-12T05:06:14.781Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-12T05:06:14.842Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:06:14.859Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e28e7dcd-41a7-4170-a42a-1b93da27f830 url= /sdc/v1/registerForDistribution
2022-09-12T05:06:15.085Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e28e7dcd-41a7-4170-a42a-1b93da27f830 url= /sdc/v1/registerForDistribution
2022-09-12T05:06:15.085Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-12T05:06:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:06:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:06:15.103Z||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-09-12T05:06:15.104Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:06:15.104Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-12T05:06:15.105Z||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-09-12T05:06:15.105Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:06:25.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:06:25.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:07:15.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:07:15.094Z||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-09-12T05:07:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:07:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:07:15.096Z||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-09-12T05:07:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:07:24.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:07:24.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:08:15.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:08:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:08:15.097Z||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-09-12T05:08:15.097Z||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-09-12T05:08:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:08:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:08:24.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:08:24.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:09:15.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:09:15.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:09:15.094Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T05:09:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:09:15.097Z||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-09-12T05:09:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:09:24.672Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:09:24.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:10:15.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:10:15.094Z||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-09-12T05:10:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:10:15.096Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:10:15.098Z||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-09-12T05:10:15.098Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:10:24.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:10:24.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:11:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:11:15.094Z||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-09-12T05:11:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:11:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:11:15.097Z||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-09-12T05:11:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:11:24.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:11:24.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:12:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:12:15.094Z||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-09-12T05:12:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:12:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:12:15.096Z||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-09-12T05:12:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:12:24.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:12:24.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:13:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:13:15.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:13:15.098Z||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-09-12T05:13:15.098Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:13:15.100Z||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-09-12T05:13:15.101Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:13:24.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:13:24.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:14:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:14:15.095Z||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-09-12T05:14:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:14:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:14:15.095Z||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-09-12T05:14:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:14:24.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:14:24.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:15:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:15:15.094Z||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-09-12T05:15:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:15:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:15:15.096Z||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-09-12T05:15:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:15:24.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:15:24.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:16:11.364Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-12T05:16:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:16:15.094Z||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-09-12T05:16:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:16:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:16:15.096Z||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-09-12T05:16:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:16:24.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:16:24.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:17:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:17:15.094Z||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-09-12T05:17:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:17:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:17:15.096Z||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-09-12T05:17:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:17:24.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:17:24.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:18:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:18:15.094Z||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-09-12T05:18:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:18:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:18:15.095Z||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-09-12T05:18:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:18:24.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:18:24.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:19:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:19:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:19:15.096Z||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-09-12T05:19:15.096Z||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-09-12T05:19:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:19:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:19:24.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:19:24.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:20:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:20:15.094Z||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-09-12T05:20:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:20:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:20:15.095Z||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-09-12T05:20:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:20:24.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:20:24.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:21:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:21:15.094Z||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-09-12T05:21:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:21:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:21:15.096Z||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-09-12T05:21:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:21:24.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:21:24.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:22:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:22:15.094Z||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-09-12T05:22:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:22:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:22:15.096Z||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-09-12T05:22:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:22:24.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:22:24.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:23:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:23:15.094Z||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-09-12T05:23:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:23:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:23:15.096Z||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-09-12T05:23:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:23:24.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:23:24.658Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:24:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:24:15.094Z||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-09-12T05:24:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:24:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:24:15.096Z||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-09-12T05:24:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:24:24.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:24:24.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:25:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:25:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:25:15.095Z||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-09-12T05:25:15.095Z||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-09-12T05:25:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:25:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:25:24.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:25:24.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:26:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:26:15.094Z||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-09-12T05:26:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:26:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:26:15.095Z||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-09-12T05:26:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:26:24.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:26:24.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:27:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:27:15.094Z||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-09-12T05:27:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:27:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:27:15.096Z||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-09-12T05:27:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:27:24.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:27:24.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:28:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:28:15.094Z||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-09-12T05:28:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:28:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:28:15.095Z||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-09-12T05:28:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:28:24.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:28:24.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:29:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:29:15.094Z||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-09-12T05:29:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:29:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:29:15.096Z||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-09-12T05:29:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:29:24.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:29:24.656Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:30:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:30:15.094Z||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-09-12T05:30:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:30:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:30:15.096Z||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-09-12T05:30:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:30:24.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:30:24.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:31:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:31:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:31:15.095Z||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-09-12T05:31:15.095Z||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-09-12T05:31:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:31:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:31:24.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:31:24.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:32:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:32:15.094Z||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-09-12T05:32:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:32:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:32:15.095Z||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-09-12T05:32:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:32:24.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:32:24.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:33:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:33:15.094Z||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-09-12T05:33:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:33:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:33:15.096Z||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-09-12T05:33:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:33:24.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:33:24.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:34:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:34:15.094Z||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-09-12T05:34:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:34:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:34:15.095Z||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-09-12T05:34:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:34:24.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:34:24.703Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:35:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:35:15.094Z||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-09-12T05:35:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:35:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:35:15.096Z||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-09-12T05:35:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:35:24.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:35:24.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:36:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:36:15.094Z||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-09-12T05:36:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:36:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:36:15.095Z||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-09-12T05:36:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:36:24.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:36:24.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:37:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:37:15.094Z||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-09-12T05:37:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:37:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:37:15.096Z||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-09-12T05:37:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:37:24.696Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:37:24.701Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:38:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:38:15.095Z||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-09-12T05:38:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:38:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:38:15.096Z||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-09-12T05:38:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:38:24.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:38:24.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:39:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:39:15.094Z||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-09-12T05:39:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:39:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:39:15.096Z||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-09-12T05:39:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:39:24.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:39:24.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:40:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:40:15.094Z||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-09-12T05:40:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:40:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:40:15.097Z||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-09-12T05:40:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:40:24.661Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:40:24.663Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:41:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:41:15.094Z||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-09-12T05:41:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:41:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:41:15.095Z||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-09-12T05:41:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:41:24.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:41:24.733Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:42:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:42:15.094Z||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-09-12T05:42:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:42:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:42:15.096Z||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-09-12T05:42:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:42:24.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:42:24.699Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:43:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:43:15.095Z||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-09-12T05:43:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:43:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:43:15.095Z||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-09-12T05:43:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:43:24.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:43:24.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:44:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:44:15.094Z||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-09-12T05:44:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:44:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:44:15.096Z||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-09-12T05:44:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:44:24.657Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:44:24.663Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:45:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:45:15.094Z||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-09-12T05:45:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:45:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:45:15.096Z||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-09-12T05:45:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:45:24.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:45:24.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:46:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:46:15.094Z||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-09-12T05:46:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:46:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:46:15.095Z||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-09-12T05:46:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:46:24.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:46:24.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:47:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:47:15.094Z||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-09-12T05:47:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:47:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:47:15.096Z||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-09-12T05:47:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:47:24.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:47:24.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:48:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:48:15.094Z||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-09-12T05:48:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:48:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:48:15.096Z||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-09-12T05:48:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:48:24.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:48:25.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:49:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:49:15.094Z||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-09-12T05:49:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:49:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:49:15.096Z||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-09-12T05:49:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:49:24.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:49:24.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:50:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:50:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:50:15.095Z||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-09-12T05:50:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:50:15.096Z||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-09-12T05:50:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:50:24.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:50:24.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:51:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:51:15.094Z||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-09-12T05:51:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:51:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:51:15.096Z||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-09-12T05:51:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:51:24.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:51:24.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:52:15.094Z||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-09-12T05:52:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:52:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:52:15.095Z||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-09-12T05:52:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:52:15.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:15.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-12T05:52:15.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:52:15.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:15.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"19c284a9-f111-4d00-9c72-211943e9607c","serviceName":"vFW 2022-09-12 05-50-52","serviceVersion":"1.0","serviceUUID":"7fe18a9a-af57-4427-b17f-f98e1548cf9b","serviceDescription":"catalog service description","serviceInvariantUUID":"fffc0329-4fe6-4ec1-bb16-da67a826c33d","resources":[{"resourceInstanceName":"vFW ef9ada8b-8c7e 0","resourceName":"vFW ef9ada8b-8c7e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85a1c32b-4a75-4e9e-8b47-baad9bd993c9","resourceInvariantUUID":"4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69","resourceCustomizationUUID":"5377121f-1616-4d04-90bd-cea214d49acc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg5ZjFkZTAzMDNlYzExMmM0Nzc0NDZjZWZkMzYwN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79e47950-b214-43fd-ba2b-c2420783e229","artifactVersion":"1"},{"artifactName":"vfwef9ada8b8c7e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json","artifactChecksum":"NTdkODIzZjc4NTY1MzcxMWRjMjRmYWEyNzRiMzQ1OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e2a134b-3cad-4b4a-9dbc-38dcd185e301","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5bba4e37-ab26-477f-a91b-17cae992b32a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ4MjUyNTU1OTk4Njk3ZmJiYzgzOThhNWY4ZGIxMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a66e2a24-3f5a-4269-bdbb-84aaa409c7de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b996391b-291b-4272-8455-751389e17e80","artifactVersion":"2","generatedFromUUID":"5bba4e37-ab26-477f-a91b-17cae992b32a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220912055052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml","artifactChecksum":"NWE2MWU1ZDA1OGEyNTlkN2Q1YzI4YjE4ZTI2MDVjZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bb94267-5a47-484d-afe7-72decfc6c702","artifactVersion":"1"},{"artifactName":"service-Vfw20220912055052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar","artifactChecksum":"MmYzNzIyNTk1NTUyMDY4ZmJjYzI2N2QxZmFiY2M3YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95f9b3af-dedb-496f-9851-263e7e3c52c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T05:52:15.817Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:15.823Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:15.833Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:15.833Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.933Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-12T05:52:15.939Z||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-09-12T05:52:15.939Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:16.051Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:16.052Z||pool-3-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:16.839Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:16.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:16.842Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:16.842Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T05:52:16.942Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T05:52:16.943Z||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-09-12T05:52:16.943Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:17.011Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:17.012Z||pool-4-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-09-12T05:52:17.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:17.844Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:17.846Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:17.846Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-12T05:52:17.947Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:17.948Z||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-09-12T05:52:17.948Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:17.995Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:17.996Z||pool-5-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:18.847Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:18.848Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:18.849Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:18.850Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:18.950Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:18.951Z||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-09-12T05:52:18.951Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:19.014Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:19.015Z||pool-6-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:19.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:19.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:19.854Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:19.854Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-12T05:52:19.955Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:19.956Z||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-09-12T05:52:19.956Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:19.972Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:19.972Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:20.855Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:20.856Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:20.858Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:20.858Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:52:20.959Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:20.960Z||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-09-12T05:52:20.960Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:21.004Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:21.004Z||pool-8-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:21.859Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:21.860Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:21.862Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:21.862Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:52:21.963Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:21.964Z||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-09-12T05:52:21.964Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:21.989Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:21.989Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-12T05:52:22.865Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"serviceName": "vFW 2022-09-12 05-50-52",
"serviceVersion": "1.0",
"serviceUUID": "7fe18a9a-af57-4427-b17f-f98e1548cf9b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fffc0329-4fe6-4ec1-bb16-da67a826c33d",
"resources": [
{
"resourceInstanceName": "vFW ef9ada8b-8c7e 0",
"resourceCustomizationUUID": "5377121f-1616-4d04-90bd-cea214d49acc",
"resourceName": "vFW ef9ada8b-8c7e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "85a1c32b-4a75-4e9e-8b47-baad9bd993c9",
"resourceInvariantUUID": "4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwef9ada8b8c7e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"artifactChecksum": "NTdkODIzZjc4NTY1MzcxMWRjMjRmYWEyNzRiMzQ1OTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e2a134b-3cad-4b4a-9dbc-38dcd185e301",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5bba4e37-ab26-477f-a91b-17cae992b32a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b996391b-291b-4272-8455-751389e17e80",
"generatedFromUUID": "5bba4e37-ab26-477f-a91b-17cae992b32a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b996391b-291b-4272-8455-751389e17e80",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220912055052-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"artifactChecksum": "MmYzNzIyNTk1NTUyMDY4ZmJjYzI2N2QxZmFiY2M3YjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95f9b3af-dedb-496f-9851-263e7e3c52c6"
}
],
"workloadContext": "Production"
}
2022-09-12T05:52:22.866Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T05:52:22.867Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7fe18a9a-af57-4427-b17f-f98e1548cf9b ASDC
2022-09-12T05:52:22.975Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:19c284a9-f111-4d00-9c72-211943e9607c
ServiceName:vFW 2022-09-12 05-50-52
ServiceVersion:1.0
ServiceUUID:7fe18a9a-af57-4427-b17f-f98e1548cf9b
ServiceInvariantUUID:fffc0329-4fe6-4ec1-bb16-da67a826c33d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220912055052-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
ArtifactUUID:95f9b3af-dedb-496f-9851-263e7e3c52c6
ArtifactChecksum:MmYzNzIyNTk1NTUyMDY4ZmJjYzI2N2QxZmFiY2M3YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ef9ada8b-8c7e 0
ResourceCustomizationUUID:5377121f-1616-4d04-90bd-cea214d49acc
ResourceInvariantUUID:4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69
ResourceName:vFW ef9ada8b-8c7e
ResourceType:VF
ResourceUUID:85a1c32b-4a75-4e9e-8b47-baad9bd993c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwef9ada8b8c7e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
ArtifactUUID:3e2a134b-3cad-4b4a-9dbc-38dcd185e301
ArtifactChecksum:NTdkODIzZjc4NTY1MzcxMWRjMjRmYWEyNzRiMzQ1OTU=
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/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
ArtifactUUID:5bba4e37-ab26-477f-a91b-17cae992b32a
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/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
ArtifactUUID:b996391b-291b-4272-8455-751389e17e80
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/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
ArtifactUUID:b996391b-291b-4272-8455-751389e17e80
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-12T05:52:22.975Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fe18a9a-af57-4427-b17f-f98e1548cf9b 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-09-12T05:52:23.187Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T05:52:23.187Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T05:52:23.189Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T05:52:23.189Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 95f9b3af-dedb-496f-9851-263e7e3c52c6 from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:23.189Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:23.191Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:23.325Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:23.345Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar 95f9b3af-dedb-496f-9851-263e7e3c52c6 100600
2022-09-12T05:52:23.346Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar ASDC sendASDCNotification
2022-09-12T05:52:23.346Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:23.347Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:23.348Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:23.364Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:23.364Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961943345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:52:23.450Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-09-12T05:52:23.451Z||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-09-12T05:52:23.451Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:23.471Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:23.471Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:24.365Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T05:52:24.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T05:52:24.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 95f9b3af-dedb-496f-9851-263e7e3c52c6, URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar to file: /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:24.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220912055052-csar.csar
2022-09-12T05:52:24.445Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:24.446Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:25.098Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13310969291451122342/Definitions/service-Vfw20220912055052-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-12T05:52:27.803Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T05:52:27.807Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ef9ada8b-8c7e 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T05:52:27.815Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.816Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.820Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.821Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T05:52:27.822Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T05:52:27.825Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.825Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.828Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.828Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.828Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T05:52:27.832Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.832Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.832Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d8f6156-0040-48a8-8bef-7eddaddab936
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e20f11a3-e637-4b04-895a-0549b4082a6e
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aec48136-bd58-4ec2-b052-75ae22043a68
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.842Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:27.842Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.842Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-12 05-50-52
Description:catalog service description
Model UUID:7fe18a9a-af57-4427-b17f-f98e1548cf9b
Model Version:NULL
Model InvariantUuid:fffc0329-4fe6-4ec1-bb16-da67a826c33d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ef9ada8b-8c7e
Model UUID:d6ebffa0-c0b7-4b49-851e-411c8adb1776
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5377121f-1616-4d04-90bd-cea214d49acc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:54467dc5-755e-4d37-86a3-9b71003d316c
ModelName:VfwEf9ada8b8c7e..base_vfw..module-0
ModelUuid:69df0ed5-6b61-47f7-a2be-3c6687bd46b2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6d8f6156-0040-48a8-8bef-7eddaddab936
ModelInvariantUuid:6211044a-2a1f-42e6-8eec-4fd67cf19514
ModelName:vFW ef9ada8b-8c7e-nodes.vfwCvfc
ModelUuid:18459e51-4f6a-4b48-809a-06a08b241c8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8170a805-0248-48bc-be4d-e2d2adf9c2b1
ModelInvariantUuid:6ac2bf2e-0c08-4e7d-8c11-be48259f0ba3
ModelName:VfwEf9ada8b8c7e.compute.nodes.heat.vfw
ModelUuid:d2855f1c-c60c-483b-b697-cb046bb8d4e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e20f11a3-e637-4b04-895a-0549b4082a6e
ModelInvariantUuid:8cf5a886-501a-47ac-b6b8-2123c5a60f2e
ModelName:vFW ef9ada8b-8c7e-nodes.vsnCvfc
ModelUuid:ea429b76-aff7-44f6-9bba-531d4602fd5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:24db967b-7646-4302-85b4-7cc743fa5f06
ModelInvariantUuid:ae5a845a-e799-4349-a5cf-c0a4491f7019
ModelName:VfwEf9ada8b8c7e.compute.nodes.heat.vsn
ModelUuid:5790e78d-b175-4907-89ad-57d8e864784d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aec48136-bd58-4ec2-b052-75ae22043a68
ModelInvariantUuid:3ddff6e1-a502-40e5-91ea-dd0f6818ac14
ModelName:vFW ef9ada8b-8c7e-nodes.vpgCvfc
ModelUuid:78fddd82-13e6-4b54-aecd-4455a736b498
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0e1afcf2-a33a-4320-8def-2cc7f9c04818
ModelInvariantUuid:97a4edbc-c39f-4f26-9216-682763a8c1af
ModelName:VfwEf9ada8b8c7e.compute.nodes.heat.vpg
ModelUuid:87776541-ef9e-490e-b6e1-a2391f2ef981
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-09-12T05:52:27.858Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 85a1c32b-4a75-4e9e-8b47-baad9bd993c9
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-09-12T05:52:27.939Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||vFW ef9ada8b-8c7e 0
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85a1c32b-4a75-4e9e-8b47-baad9bd993c9
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3e2a134b-3cad-4b4a-9dbc-38dcd185e301 from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:28.092Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:28.092Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json 3e2a134b-3cad-4b4a-9dbc-38dcd185e301 785
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json ASDC sendASDCNotification
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:28.095Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:28.096Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961948093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:52:28.196Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:28.197Z||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-09-12T05:52:28.197Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:28.219Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:28.219Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:29.097Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEf9ada8b8c7e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "54467dc5-755e-4d37-86a3-9b71003d316c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "69df0ed5-6b61-47f7-a2be-3c6687bd46b2",
"vfModuleModelCustomizationUUID": "e7eca5df-c95b-4e8d-bd11-1ed3b91b691b",
"isBase": true,
"artifacts": [
"5bba4e37-ab26-477f-a91b-17cae992b32a",
"b996391b-291b-4272-8455-751389e17e80"
],
"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-09-12T05:52:29.112Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEf9ada8b8c7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69df0ed5-6b61-47f7-a2be-3c6687bd46b2
VfModuleModelInvariantUUID:54467dc5-755e-4d37-86a3-9b71003d316c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bba4e37-ab26-477f-a91b-17cae992b32a
,
b996391b-291b-4272-8455-751389e17e80
}
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-09-12T05:52:29.115Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEf9ada8b8c7e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "54467dc5-755e-4d37-86a3-9b71003d316c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "69df0ed5-6b61-47f7-a2be-3c6687bd46b2",
"vfModuleModelCustomizationUUID": "e7eca5df-c95b-4e8d-bd11-1ed3b91b691b",
"isBase": true,
"artifacts": [
"5bba4e37-ab26-477f-a91b-17cae992b32a",
"b996391b-291b-4272-8455-751389e17e80"
],
"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-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEf9ada8b8c7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69df0ed5-6b61-47f7-a2be-3c6687bd46b2
VfModuleModelInvariantUUID:54467dc5-755e-4d37-86a3-9b71003d316c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bba4e37-ab26-477f-a91b-17cae992b32a
,
b996391b-291b-4272-8455-751389e17e80
}
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-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5bba4e37-ab26-477f-a91b-17cae992b32a from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:29.247Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml 5bba4e37-ab26-477f-a91b-17cae992b32a 20368
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:29.250Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:29.250Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961949248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:52:29.351Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:29.352Z||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-09-12T05:52:29.352Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:29.376Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:29.377Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:30.251Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b996391b-291b-4272-8455-751389e17e80 from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:30.252Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:30.252Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:30.326Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env b996391b-291b-4272-8455-751389e17e80 2098
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:30.328Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:30.331Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:30.331Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961950327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:52:30.431Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:30.432Z||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-09-12T05:52:30.432Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:30.445Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:30.446Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:31.332Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7fe18a9a-af57-4427-b17f-f98e1548cf9b
2022-09-12T05:52:31.332Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ef9ada8b-8c7e 0 85a1c32b-4a75-4e9e-8b47-baad9bd993c9 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-09-12T05:52:31.363Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b8e6467, org.onap.sdc.toscaparser.api.parameters.Input@5c3caaed, org.onap.sdc.toscaparser.api.parameters.Input@7a692a29, org.onap.sdc.toscaparser.api.parameters.Input@13f397f8, org.onap.sdc.toscaparser.api.parameters.Input@7bb674bd]
2022-09-12T05:52:31.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5377121f-1616-4d04-90bd-cea214d49acc
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5377121f-1616-4d04-90bd-cea214d49acc matches Tosca VF Customization UUID: 5377121f-1616-4d04-90bd-cea214d49acc
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5377121f-1616-4d04-90bd-cea214d49acc 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-09-12T05:52:31.373Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.373Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.374Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5377121f-1616-4d04-90bd-cea214d49acc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-12T05:52:31.374Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50dae696
2022-09-12T05:52:31.375Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.375Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T05:52:31.375Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7eca5df-c95b-4e8d-bd11-1ed3b91b691b
2022-09-12T05:52:31.376Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7eca5df-c95b-4e8d-bd11-1ed3b91b691b
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-09-12T05:52:31.381Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.381Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.381Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.382Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.382Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.383Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.383Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.383Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d8f6156-0040-48a8-8bef-7eddaddab936
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-09-12T05:52:31.392Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e20f11a3-e637-4b04-895a-0549b4082a6e
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-09-12T05:52:31.398Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.398Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.398Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.401Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.401Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aec48136-bd58-4ec2-b052-75ae22043a68
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-09-12T05:52:31.406Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.406Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=5377121f-1616-4d04-90bd-cea214d49acc
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-09-12T05:52:31.409Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.409Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.409Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7fe18a9a-af57-4427-b17f-f98e1548cf9b: vFW ef9ada8b-8c7e
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.412Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T05:52:31.412Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.412Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-12 05-50-52
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-09-12T05:52:31.606Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ef9ada8b-8c7e 85a1c32b-4a75-4e9e-8b47-baad9bd993c9 1 ASDC deployResourceStructure
2022-09-12T05:52:31.607Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json ASDC sendASDCNotification
2022-09-12T05:52:31.607Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:31.607Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:31.608Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:31.609Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:31.610Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961951607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-12T05:52:31.710Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:31.711Z||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-09-12T05:52:31.711Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:31.766Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:31.767Z||pool-14-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:32.615Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-12T05:52:32.616Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:32.616Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:32.616Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:32.618Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:32.618Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961952615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-12T05:52:32.718Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:32.719Z||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-09-12T05:52:32.720Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:32.744Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:32.745Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:33.625Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-12T05:52:33.630Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:33.630Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:33.630Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:33.632Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:33.632Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961953625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-12T05:52:33.732Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:33.733Z||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-09-12T05:52:33.733Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:33.768Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:33.769Z||pool-16-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:34.633Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar ASDC sendASDCNotification
2022-09-12T05:52:34.634Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:34.634Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:34.634Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:34.636Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:34.636Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961954633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T05:52:34.737Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:34.738Z||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-09-12T05:52:34.738Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:34.766Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:52:34.767Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:35.637Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:52:35.662Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:52:35.664Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:52:35.665Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:52:35.665Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:53:05.665Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:53:05.684Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:53:05.687Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:53:05.688Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:53:05.688Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:53:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:53:15.096Z||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-09-12T05:53:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:53:15.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:53:15.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:53:15.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:53:15.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:53:35.688Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:53:35.705Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:53:35.708Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:53:35.709Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:53:35.709Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:54:05.710Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:54:05.725Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:54:05.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:54:05.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:54:05.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:54:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:54:15.097Z||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-09-12T05:54:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:54:15.135Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:54:15.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:54:15.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:54:15.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:54:35.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:54:35.739Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:54:35.741Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:54:35.742Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:54:35.742Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:55:05.742Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:55:05.754Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:55:05.756Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:55:05.756Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:55:05.757Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:55:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:55:15.096Z||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-09-12T05:55:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:55:15.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:55:15.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "ves-openapi-manager",
"timestamp": 1662961929232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961920775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961937453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961931938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961931063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "cds",
"timestamp": 1662961938519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-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-09-12T05:55:15.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:55:15.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961939912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961938907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961941048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961934550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961939917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961934705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961942117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "policy-id",
"timestamp": 1662961940923,
"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-09-12T05:55:15.697Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.698Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:55:15.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961935093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961942602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961943210,
"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-09-12T05:55:15.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.714Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:55:15.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961943345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662961944219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961941138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961948069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961948093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662961949080,
"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-09-12T05:55:15.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:55:15.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961949072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961949248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961950327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961951607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961952615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961953625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662961954633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961956370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961958391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "clamp",
"timestamp": 1662961959398,
"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-09-12T05:55:15.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:55:15.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961963642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "aai-ml",
"timestamp": 1662961964648,
"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-09-12T05:55:15.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:55:35.757Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:55:35.769Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
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-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-09-12T05:55:35.779Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T05:56:05.780Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c 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-09-12T05:56:05.810Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19c284a9-f111-4d00-9c72-211943e9607c and serviceModelVersionId: 7fe18a9a-af57-4427-b17f-f98e1548cf9b
2022-09-12T05:56:05.810Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fffc0329-4fe6-4ec1-bb16-da67a826c33d
2022-09-12T05:56:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:15.097Z||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-09-12T05:56:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:20.655Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0
2022-09-12T05:56:20.766Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T05:56:21.302Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?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-09-12T05:56:21.308Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0|INFO|500||Invoke
2022-09-12T05:56:21.424Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-12T05:56:21.641Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0|INFO|500||InvokeReturn
2022-09-12T05:56:21.642Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220912-05:56:21:792-82766], vertex-id=[159808], Content-Length=[0], Date=[Mon, 12 Sep 2022 05:56:21 GMT], Content-Type=[application/json]}
2022-09-12T05:56:21.643Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T05:56:21.647Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T05:56:21.647Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-09-12T05:56:21.654Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||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-09-12T05:56:21.655Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19c284a9-f111-4d00-9c72-211943e9607c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T05:56:21.656Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T05:56:21.656Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:56:21.659Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:56:21.659Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962181655,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T05:56:21.759Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:56:21.760Z||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-09-12T05:56:21.761Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:56:21.776Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:56:21.776Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:56:22.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:56:22.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:56:22.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962181655,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T05:56:22.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-09-12T05:56:22.679Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:22.680Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:56:22.680Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:32.959Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:56:32.960Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:32.961Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:56:32.962Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:42.527Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:56:42.527Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:42.528Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:56:42.528Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:52.096Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:56:52.097Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:52.098Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:56:52.098Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:57:01.656Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:57:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:57:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:57:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:57:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:57:15.096Z||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-09-12T05:57:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:57:24.671Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:57:24.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:58:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:58:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:58:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:58:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:58:15.096Z||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-09-12T05:58:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:58:24.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:58:24.706Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:59:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:59:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:59:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:59:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:59:15.095Z||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-09-12T05:59:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:59:24.676Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T05:59:24.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:00:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:00:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T06:00:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:00:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:00:15.095Z||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-09-12T06:00:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:00:24.795Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:00:24.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:01:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:01:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T06:01:15.095Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:01:15.096Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:01:15.096Z||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-09-12T06:01:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:01:24.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:01:24.986Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:02:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:02:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T06:02:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:02:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:02:15.095Z||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-09-12T06:02:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:02:24.770Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:02:24.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:03:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:03:15.095Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T06:03:15.095Z||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-09-12T06:03:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:03:15.096Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:03:15.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:15.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-12T06:03:15.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-12T06:03:15.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-12T06:03:15.917Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:15.918Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.919Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb66e581-6f19-4fcb-aaac-2d42d45dda25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4a9f502a-bf1d-460a-898c-abe36a83dbef","serviceDescription":"service","serviceInvariantUUID":"5a15af09-88aa-4738-b624-ffa307f59b8d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71036127-4d0f-4f9a-ac45-eae195ba0131","resourceInvariantUUID":"98513ee8-c606-44d0-8fd0-97066a3fe43c","resourceCustomizationUUID":"a31236df-8828-4a77-b969-0a900498008e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NjA2NDE1ZmE4ZmE4ZTJmM2IzOTNmNDhjZjc3YTYzYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32601e1b-0b96-4cb7-899e-35dc7efe3d13","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDYxMWMxOTI4ZTIxMmY5MzRkNTA3M2IyYWViNDNiYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4cba8362-100e-4f21-9af2-e62ed8fde051","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6cf95912-a33a-4091-96f7-cea18efcd7da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df55bc8e-0b91-4ce1-bb55-710556018cca","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce8bf7a2-68c5-457e-a462-6558a2a50cbd","artifactVersion":"2","generatedFromUUID":"6cf95912-a33a-4091-96f7-cea18efcd7da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjY0OTRkNTU0OTUwYjJhNGEyYWYwODA1ZTE2NGM4NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6547189f-d334-49bd-a83c-765eaea3824b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWZkYmFmZTczY2ExZWU4YzY2ZTdlNjVlYmY3NjYwZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b1d2179-c97a-4f48-9c83-e7eb941914e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:03:15.922Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:15.923Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:15.929Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:15.929Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:16.027Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-12T06:03:16.028Z||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-09-12T06:03:16.029Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:16.133Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:16.134Z||pool-19-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:16.929Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:16.931Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:16.934Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:16.934Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T06:03:17.034Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:17.035Z||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-09-12T06:03:17.035Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:17.125Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:17.125Z||pool-20-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:17.934Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:17.935Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:17.939Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:17.940Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-12T06:03:18.040Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:18.041Z||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-09-12T06:03:18.042Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:18.209Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:18.210Z||pool-21-thread-1|||||INFO|500||cambria reply ok (169 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:18.941Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:18.941Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:18.944Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:18.944Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:19.045Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-12T06:03:19.046Z||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-09-12T06:03:19.046Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:19.234Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:19.234Z||pool-22-thread-1|||||INFO|500||cambria reply ok (189 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:19.947Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:19.949Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:19.951Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:19.952Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-12T06:03:20.052Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:20.053Z||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-09-12T06:03:20.053Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:20.099Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:20.100Z||pool-23-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:20.952Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:20.953Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:20.960Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:20.960Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:03:21.056Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-12T06:03:21.057Z||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-09-12T06:03:21.058Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:21.212Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:21.213Z||pool-24-thread-1|||||INFO|500||cambria reply ok (156 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:21.961Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:21.961Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:21.963Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:21.964Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:03:22.067Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-12T06:03:22.068Z||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-09-12T06:03:22.069Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:22.178Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:22.182Z||pool-25-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:22.966Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "4a9f502a-bf1d-460a-898c-abe36a83dbef",
"serviceDescription": "service",
"serviceInvariantUUID": "5a15af09-88aa-4738-b624-ffa307f59b8d",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "a31236df-8828-4a77-b969-0a900498008e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "71036127-4d0f-4f9a-ac45-eae195ba0131",
"resourceInvariantUUID": "98513ee8-c606-44d0-8fd0-97066a3fe43c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NDYxMWMxOTI4ZTIxMmY5MzRkNTA3M2IyYWViNDNiYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4cba8362-100e-4f21-9af2-e62ed8fde051",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6cf95912-a33a-4091-96f7-cea18efcd7da",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce8bf7a2-68c5-457e-a462-6558a2a50cbd",
"generatedFromUUID": "6cf95912-a33a-4091-96f7-cea18efcd7da"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce8bf7a2-68c5-457e-a462-6558a2a50cbd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OWZkYmFmZTczY2ExZWU4YzY2ZTdlNjVlYmY3NjYwZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b1d2179-c97a-4f48-9c83-e7eb941914e6"
}
],
"workloadContext": "Production"
}
2022-09-12T06:03:22.966Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:03:22.966Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a9f502a-bf1d-460a-898c-abe36a83dbef ASDC
2022-09-12T06:03:22.967Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fb66e581-6f19-4fcb-aaac-2d42d45dda25
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4a9f502a-bf1d-460a-898c-abe36a83dbef
ServiceInvariantUUID:5a15af09-88aa-4738-b624-ffa307f59b8d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:6b1d2179-c97a-4f48-9c83-e7eb941914e6
ArtifactChecksum:OWZkYmFmZTczY2ExZWU4YzY2ZTdlNjVlYmY3NjYwZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a31236df-8828-4a77-b969-0a900498008e
ResourceInvariantUUID:98513ee8-c606-44d0-8fd0-97066a3fe43c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:71036127-4d0f-4f9a-ac45-eae195ba0131
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:4cba8362-100e-4f21-9af2-e62ed8fde051
ArtifactChecksum:NDYxMWMxOTI4ZTIxMmY5MzRkNTA3M2IyYWViNDNiYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6cf95912-a33a-4091-96f7-cea18efcd7da
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:ce8bf7a2-68c5-457e-a462-6558a2a50cbd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:ce8bf7a2-68c5-457e-a462-6558a2a50cbd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-12T06:03:22.968Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a9f502a-bf1d-460a-898c-abe36a83dbef 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-09-12T06:03:23.009Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:03:23.010Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b1d2179-c97a-4f48-9c83-e7eb941914e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:23.222Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:23.226Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6b1d2179-c97a-4f48-9c83-e7eb941914e6 74735
2022-09-12T06:03:23.227Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-12T06:03:23.227Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:23.227Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:23.228Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:23.230Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:23.230Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962603227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:03:23.331Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:03:23.332Z||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-09-12T06:03:23.332Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:23.493Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:23.494Z||pool-26-thread-1|||||INFO|500||cambria reply ok (163 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:24.231Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:03:24.232Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:03:24.232Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6b1d2179-c97a-4f48-9c83-e7eb941914e6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:24.232Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-12T06:03:24.233Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:24.233Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:24.457Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11941099637961934895/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-12T06:03:25.930Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:03:25.930Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:03:25.930Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1fdaf454-02ab-4014-b52e-f9d7864245ab
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.940Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:25.940Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.940Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4a9f502a-bf1d-460a-898c-abe36a83dbef
Model Version:NULL
Model InvariantUuid:5a15af09-88aa-4738-b624-ffa307f59b8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:c8f21225-057f-48b7-9497-e3780d3bddfd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98513ee8-c606-44d0-8fd0-97066a3fe43c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a31236df-8828-4a77-b969-0a900498008e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a4a008a1-ee6c-4e13-8314-d04046fbed09
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:04b5b84d-f08e-4496-aa51-b1ffd5a17deb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1fdaf454-02ab-4014-b52e-f9d7864245ab
ModelInvariantUuid:e2eefc88-ac03-48db-afca-8169b6071d2b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:484d3092-16a6-4757-a34f-1b2eb52cec41
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:11f05921-b140-4d05-92f6-2d55ce35a70c
ModelInvariantUuid:fce2d63b-ad28-481e-a391-43674fe10351
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2dfd0c91-36b4-4985-b976-ccb40d2d0b5a
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-09-12T06:03:25.954Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 71036127-4d0f-4f9a-ac45-eae195ba0131
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-09-12T06:03:25.958Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71036127-4d0f-4f9a-ac45-eae195ba0131
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4cba8362-100e-4f21-9af2-e62ed8fde051 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:26.166Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4cba8362-100e-4f21-9af2-e62ed8fde051 787
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:26.168Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:26.170Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:26.170Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962606167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:03:26.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:26.271Z||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-09-12T06:03:26.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:26.376Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:26.376Z||pool-27-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:27.170Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "a4a008a1-ee6c-4e13-8314-d04046fbed09",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "04b5b84d-f08e-4496-aa51-b1ffd5a17deb",
"vfModuleModelCustomizationUUID": "6298ea7d-ff85-4a8b-aa61-e93026e53405",
"isBase": true,
"artifacts": [
"6cf95912-a33a-4091-96f7-cea18efcd7da",
"ce8bf7a2-68c5-457e-a462-6558a2a50cbd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-12T06:03:27.176Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04b5b84d-f08e-4496-aa51-b1ffd5a17deb
VfModuleModelInvariantUUID:a4a008a1-ee6c-4e13-8314-d04046fbed09
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cf95912-a33a-4091-96f7-cea18efcd7da
,
ce8bf7a2-68c5-457e-a462-6558a2a50cbd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-09-12T06:03:27.178Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "a4a008a1-ee6c-4e13-8314-d04046fbed09",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "04b5b84d-f08e-4496-aa51-b1ffd5a17deb",
"vfModuleModelCustomizationUUID": "6298ea7d-ff85-4a8b-aa61-e93026e53405",
"isBase": true,
"artifacts": [
"6cf95912-a33a-4091-96f7-cea18efcd7da",
"ce8bf7a2-68c5-457e-a462-6558a2a50cbd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-12T06:03:27.178Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04b5b84d-f08e-4496-aa51-b1ffd5a17deb
VfModuleModelInvariantUUID:a4a008a1-ee6c-4e13-8314-d04046fbed09
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cf95912-a33a-4091-96f7-cea18efcd7da
,
ce8bf7a2-68c5-457e-a462-6558a2a50cbd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-09-12T06:03:27.178Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6cf95912-a33a-4091-96f7-cea18efcd7da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:27.179Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:27.179Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:27.256Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6cf95912-a33a-4091-96f7-cea18efcd7da 5033
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:27.260Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:27.260Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962607257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:03:27.360Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:27.361Z||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-09-12T06:03:27.361Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:27.408Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:27.409Z||pool-28-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:28.261Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce8bf7a2-68c5-457e-a462-6558a2a50cbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:28.261Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:28.261Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:28.416Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:28.417Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ce8bf7a2-68c5-457e-a462-6558a2a50cbd 903
2022-09-12T06:03:28.417Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-12T06:03:28.418Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:28.418Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:28.418Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:28.421Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:28.421Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962608417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:03:28.521Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:28.522Z||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-09-12T06:03:28.522Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:28.560Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:28.561Z||pool-29-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:29.421Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4a9f502a-bf1d-460a-898c-abe36a83dbef
2022-09-12T06:03:29.422Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 71036127-4d0f-4f9a-ac45-eae195ba0131 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-09-12T06:03:29.432Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d7f02e8, org.onap.sdc.toscaparser.api.parameters.Input@7990a454, org.onap.sdc.toscaparser.api.parameters.Input@3b212e34, org.onap.sdc.toscaparser.api.parameters.Input@6360ff70, org.onap.sdc.toscaparser.api.parameters.Input@36ddc9b6]
2022-09-12T06:03:29.434Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.434Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.435Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-09-12T06:03:29.435Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a31236df-8828-4a77-b969-0a900498008e
2022-09-12T06:03:29.435Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a31236df-8828-4a77-b969-0a900498008e matches Tosca VF Customization UUID: a31236df-8828-4a77-b969-0a900498008e
2022-09-12T06:03:29.436Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a31236df-8828-4a77-b969-0a900498008e 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-09-12T06:03:29.437Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.438Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.438Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a31236df-8828-4a77-b969-0a900498008e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c8e55d4
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6298ea7d-ff85-4a8b-aa61-e93026e53405
2022-09-12T06:03:29.440Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6298ea7d-ff85-4a8b-aa61-e93026e53405
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-09-12T06:03:29.442Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.442Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.443Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:29.443Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.443Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.444Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:29.444Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.444Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-12T06:03:29.445Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-12T06:03:29.445Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:03:29.445Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1fdaf454-02ab-4014-b52e-f9d7864245ab
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-09-12T06:03:29.447Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.447Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.448Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:29.448Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.448Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.449Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a31236df-8828-4a77-b969-0a900498008e
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-09-12T06:03:29.450Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.450Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.451Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4a9f502a-bf1d-460a-898c-abe36a83dbef: basic_vm
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.453Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.453Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.453Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.454Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.454Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:03:29.454Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.455Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 71036127-4d0f-4f9a-ac45-eae195ba0131 1 ASDC deployResourceStructure
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:29.520Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:29.520Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962609518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-12T06:03:29.621Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:29.621Z||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-09-12T06:03:29.622Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:29.658Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:29.658Z||pool-30-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:30.524Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:30.524Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962610522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-09-12T06:03:30.624Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:30.626Z||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-09-12T06:03:30.626Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:30.684Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:30.685Z||pool-31-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:31.529Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:31.529Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962611525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-09-12T06:03:31.629Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:31.631Z||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-09-12T06:03:31.632Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:31.756Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:31.757Z||pool-32-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:32.530Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-12T06:03:32.530Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:32.530Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:32.531Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:32.533Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:32.533Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962612530,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:03:32.633Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:32.634Z||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-09-12T06:03:32.634Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:32.652Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:03:32.652Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:33.534Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:03:33.545Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:03:33.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:03:33.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:03:33.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:04:03.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:04:03.559Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:04:03.562Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:04:03.562Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:04:03.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:04:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:04:15.096Z||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-09-12T06:04:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:04:15.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:04:15.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:04:15.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:04:15.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-12T06:04:33.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:04:33.572Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:04:33.574Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:04:33.575Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:04:33.575Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:05:03.575Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:05:03.606Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:05:03.612Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:05:03.613Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:05:03.613Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:05:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:05:15.096Z||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-09-12T06:05:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:05:15.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:05:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:05:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:05:15.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-12T06:05:33.613Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:05:33.627Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:05:33.629Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:05:33.629Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:05:33.629Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:06:03.630Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:06:03.639Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:06:03.640Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:06:03.641Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:06:03.641Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:06:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:06:15.096Z||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-09-12T06:06:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:06:15.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:06:15.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962589231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962594550,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962591063,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962591947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962594704,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962595093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962602811,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962601347,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962602724,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962602355,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962595784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962603227,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962604097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "policy-id",
"timestamp": 1662962603360,
"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-09-12T06:06:15.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:06:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962605245,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962604041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962605233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "cds",
"timestamp": 1662962605061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-09-12T06:06:15.241Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:06:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962606295,
"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-09-12T06:06:15.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:06:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962606238,
"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-09-12T06:06:15.266Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.266Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:06:15.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962606167,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962607302,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962607257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962601138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962608417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962608985,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962609518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962610522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962611548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962611525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962612530,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962613547,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "clamp",
"timestamp": 1662962614552,
"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-09-12T06:06:15.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.290Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:06:15.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962618056,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "aai-ml",
"timestamp": 1662962619061,
"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-09-12T06:06:15.312Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.312Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962624550,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962624705,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962634225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962625806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962635078,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962636092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "cds",
"timestamp": 1662962636097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-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-09-12T06:06:15.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 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-09-12T06:06:15.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962637096,
"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-09-12T06:06:15.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 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-09-12T06:06:15.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962629231,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962638143,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962631138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962631938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962639271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962631063,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962640070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962640275,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962639850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962640854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "policy-id",
"timestamp": 1662962641858,
"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-09-12T06:06:15.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 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-09-12T06:06:15.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962643532,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962644855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "aai-ml",
"timestamp": 1662962645859,
"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-09-12T06:06:15.454Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 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-09-12T06:06:15.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962646534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:06:15.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "clamp",
"timestamp": 1662962647540,
"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-09-12T06:06:15.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 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-09-12T06:06:33.641Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:06:33.670Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
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-09-12T06:06:33.672Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:06:33.674Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:06:33.674Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:06:33.674Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-09-12T06:06:33.678Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:07:03.679Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25 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-09-12T06:07:03.689Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25 and serviceModelVersionId: 4a9f502a-bf1d-460a-898c-abe36a83dbef
2022-09-12T06:07:03.689Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a15af09-88aa-4738-b624-ffa307f59b8d
2022-09-12T06:07:03.691Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0
2022-09-12T06:07:03.697Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:07:03.755Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?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-09-12T06:07:03.759Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0|INFO|500||Invoke
2022-09-12T06:07:03.805Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-12T06:07:03.984Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0|INFO|500||InvokeReturn
2022-09-12T06:07:03.985Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220912-06:07:04:181-59398], vertex-id=[409736], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:07:04 GMT], Content-Type=[application/json]}
2022-09-12T06:07:03.986Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:07:03.986Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:07:03.986Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-09-12T06:07:03.990Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-09-12T06:07:03.990Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb66e581-6f19-4fcb-aaac-2d42d45dda25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:07:03.990Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:07:03.991Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:03.993Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:03.993Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962823990,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:07:04.093Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:04.094Z||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-09-12T06:07:04.094Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:04.141Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:04.142Z||pool-34-thread-1|||||INFO|500||cambria reply ok (48 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-09-12T06:07:05.006Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:07:05.007Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-09-12T06:07:05.007Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:07:09.541Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:09.542Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:07:09.542Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd95a4d1-0e3c-4882-9ad1-8384ad206467","serviceName":"Demo_pNF_UjfyyeqMUl0XeNia1nwn","serviceVersion":"1.0","serviceUUID":"37496c68-a74e-481e-bf0d-642b48e195a3","serviceDescription":"catalog service description","serviceInvariantUUID":"099108e3-e75a-4a23-9cad-f72ea3f986db","resources":[{"resourceInstanceName":"pNF 40510921-c323 0","resourceName":"pNF 40510921-c323","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"172c42de-2feb-47f7-994c-faa8e3d9999f","resourceInvariantUUID":"55645fee-ea2e-463f-91d6-daf6fcd34f4c","resourceCustomizationUUID":"cb7f2956-4553-48ef-ad93-b7f035475779","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml","artifactChecksum":"ZmNjMmM5MjQ5MzE3YzRhNmUwYzI3OTVmOWI3OThmN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4e729d0-857d-40cc-a52f-9d80f5f0c5f9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar","artifactChecksum":"NjAyYmY4YjMzMWFmYjkxNWJiOTJhNzhiZjY2N2IwYzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a34d50a5-d97b-4a88-97e0-0f604cc7580e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bec9b3ca-c1d6-406b-bd47-4643420e1e95","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE3MDMzMDY3NDM2M2NiOThiMDI0NTVlYjdhNjExYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc89dfd5-8c83-4414-9f08-82e2dd57db69","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"840b0db9-bb04-4f9b-91cb-5dcb406876c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a495aad-8eae-4584-9b98-0ff2910ab56c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml","artifactChecksum":"MWY3NzEzMDg5NmI3YTBmNmQ4NTBjZThiYjBjMzk4MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a5fa7aa-b13d-4753-8a02-1f52a5125acb","artifactVersion":"1"},{"artifactName":"service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar","artifactChecksum":"YzFmYjg5ZGYyYTY2OTg2ZmMwMDkwZTgwMzczNDFjOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac2f3f8f-9275-4784-9f46-4cbe4e4d86af","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:07:09.545Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:09.546Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:09.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:09.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:09.648Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:09.649Z||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-09-12T06:07:09.649Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:09.742Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:09.743Z||pool-35-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:10.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:10.549Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:10.551Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:10.551Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:10.651Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:10.652Z||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-09-12T06:07:10.653Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:10.761Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:10.762Z||pool-36-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:11.552Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:11.553Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:11.555Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:11.555Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:11.655Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:11.656Z||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-09-12T06:07:11.656Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:11.726Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:11.726Z||pool-37-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:12.556Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:12.557Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:12.559Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:12.559Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:12.659Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:12.660Z||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-09-12T06:07:12.660Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:12.760Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:12.761Z||pool-38-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:13.560Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:13.561Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:13.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:13.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:13.664Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:13.664Z||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-09-12T06:07:13.665Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:13.699Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:13.700Z||pool-39-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:14.564Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:14.564Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:14.566Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:14.566Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:14.667Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:14.668Z||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-09-12T06:07:14.668Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:14.713Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:14.713Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:07:15.096Z||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-09-12T06:07:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:07:15.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962729232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "cds",
"timestamp": 1662962730775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962731939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "policy-id",
"timestamp": 1662962731063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "ves-openapi-manager",
"timestamp": 1662962729232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "cds",
"timestamp": 1662962730775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662962731939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "policy-id",
"timestamp": 1662962731063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "cds",
"timestamp": 1662962734630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "policy-id",
"timestamp": 1662962734463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "cds",
"timestamp": 1662962735652,
"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-09-12T06:07:15.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 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-09-12T06:07:15.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "policy-id",
"timestamp": 1662962735470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "policy-id",
"timestamp": 1662962736477,
"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-09-12T06:07:15.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 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-09-12T06:07:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "clamp",
"timestamp": 1662962744551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962744705,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "clamp",
"timestamp": 1662962744551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962744705,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962747485,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962749066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662962750069,
"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-09-12T06:07:15.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 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-09-12T06:07:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "aai-ml",
"timestamp": 1662962751138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "aai-ml",
"timestamp": 1662962751138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "aai-ml",
"timestamp": 1662962753940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "aai-ml",
"timestamp": 1662962757896,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "clamp",
"timestamp": 1662962758565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "aai-ml",
"timestamp": 1662962758900,
"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-09-12T06:07:15.303Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.303Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 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-09-12T06:07:15.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "clamp",
"timestamp": 1662962761568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:07:15.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "clamp",
"timestamp": 1662962762577,
"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-09-12T06:07:15.319Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.319Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 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-09-12T06:07:15.567Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:15.569Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:15.571Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:15.571Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.671Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:15.672Z||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-09-12T06:07:15.672Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:15.816Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:15.817Z||pool-41-thread-1|||||INFO|500||cambria reply ok (145 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:16.572Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:16.576Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:16.578Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:16.578Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:16.678Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:16.679Z||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-09-12T06:07:16.679Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:16.921Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:16.922Z||pool-42-thread-1|||||INFO|500||cambria reply ok (244 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:17.580Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"serviceName": "Demo_pNF_UjfyyeqMUl0XeNia1nwn",
"serviceVersion": "1.0",
"serviceUUID": "37496c68-a74e-481e-bf0d-642b48e195a3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "099108e3-e75a-4a23-9cad-f72ea3f986db",
"resources": [
{
"resourceInstanceName": "pNF 40510921-c323 0",
"resourceCustomizationUUID": "cb7f2956-4553-48ef-ad93-b7f035475779",
"resourceName": "pNF 40510921-c323",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "172c42de-2feb-47f7-994c-faa8e3d9999f",
"resourceInvariantUUID": "55645fee-ea2e-463f-91d6-daf6fcd34f4c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"artifactChecksum": "YzFmYjg5ZGYyYTY2OTg2ZmMwMDkwZTgwMzczNDFjOWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac2f3f8f-9275-4784-9f46-4cbe4e4d86af"
}
],
"workloadContext": "Production"
}
2022-09-12T06:07:17.581Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:07:17.581Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37496c68-a74e-481e-bf0d-642b48e195a3 ASDC
2022-09-12T06:07:17.582Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cd95a4d1-0e3c-4882-9ad1-8384ad206467
ServiceName:Demo_pNF_UjfyyeqMUl0XeNia1nwn
ServiceVersion:1.0
ServiceUUID:37496c68-a74e-481e-bf0d-642b48e195a3
ServiceInvariantUUID:099108e3-e75a-4a23-9cad-f72ea3f986db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
ArtifactUUID:ac2f3f8f-9275-4784-9f46-4cbe4e4d86af
ArtifactChecksum:YzFmYjg5ZGYyYTY2OTg2ZmMwMDkwZTgwMzczNDFjOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 40510921-c323 0
ResourceCustomizationUUID:cb7f2956-4553-48ef-ad93-b7f035475779
ResourceInvariantUUID:55645fee-ea2e-463f-91d6-daf6fcd34f4c
ResourceName:pNF 40510921-c323
ResourceType:PNF
ResourceUUID:172c42de-2feb-47f7-994c-faa8e3d9999f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-12T06:07:17.582Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37496c68-a74e-481e-bf0d-642b48e195a3 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-09-12T06:07:17.631Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:17.632Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:17.632Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:17.632Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac2f3f8f-9275-4784-9f46-4cbe4e4d86af from URL: /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:17.633Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:07:17.633Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:18.057Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:07:18.061Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar ac2f3f8f-9275-4784-9f46-4cbe4e4d86af 87771
2022-09-12T06:07:18.061Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:18.061Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:18.062Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:07:18.062Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:18.064Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:18.064Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962838061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:18.164Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:18.165Z||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-09-12T06:07:18.165Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:18.275Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:18.275Z||pool-43-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:19.064Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:19.065Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ac2f3f8f-9275-4784-9f46-4cbe4e4d86af, URL: /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar to file: /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.274Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5826407534683057782/Definitions/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml
2022-09-12T06:07:20.084Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:07:20.085Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:20.085Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.086Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-12T06:07:20.086Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.086Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.087Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.087Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.087Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 40510921-c323 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.089Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.089Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Node template pNF 40510921-c323 0 is matching search criteria
2022-09-12T06:07:20.089Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:20.090Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 40510921-c323 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:20.090Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.090Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Node template pNF 40510921-c323 0 is matching search criteria
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 40510921-c323 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.092Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.092Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.092Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.094Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.094Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.094Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_UjfyyeqMUl0XeNia1nwn
Description:catalog service description
Model UUID:37496c68-a74e-481e-bf0d-642b48e195a3
Model Version:NULL
Model InvariantUuid:099108e3-e75a-4a23-9cad-f72ea3f986db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:07:20.100Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 172c42de-2feb-47f7-994c-faa8e3d9999f
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-09-12T06:07:20.102Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||pNF 40510921-c323 0
2022-09-12T06:07:20.103Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 172c42de-2feb-47f7-994c-faa8e3d9999f
2022-09-12T06:07:20.104Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 37496c68-a74e-481e-bf0d-642b48e195a3
2022-09-12T06:07:20.104Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 37496c68-a74e-481e-bf0d-642b48e195a3
2022-09-12T06:07:20.104Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 40510921-c323 0 172c42de-2feb-47f7-994c-faa8e3d9999f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:07:20.108Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d891574, org.onap.sdc.toscaparser.api.parameters.Input@4e5631e9, org.onap.sdc.toscaparser.api.parameters.Input@11f885d1, org.onap.sdc.toscaparser.api.parameters.Input@70323e2a, org.onap.sdc.toscaparser.api.parameters.Input@15f5b7ed]
2022-09-12T06:07:20.108Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.109Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.109Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 37496c68-a74e-481e-bf0d-642b48e195a3: pNF 40510921-c323
2022-09-12T06:07:20.109Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Processing PNF resource: 172c42de-2feb-47f7-994c-faa8e3d9999f
2022-09-12T06:07:20.110Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:20.110Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.110Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Resource customization UUID: cb7f2956-4553-48ef-ad93-b7f035475779 is the same as notified resource customizationUUID: cb7f2956-4553-48ef-ad93-b7f035475779
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-12T06:07:20.158Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 40510921-c323 172c42de-2feb-47f7-994c-faa8e3d9999f 0 ASDC deployResourceStructure
2022-09-12T06:07:20.158Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:20.158Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.159Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:07:20.159Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:20.161Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:20.162Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962840158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-12T06:07:20.262Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:20.263Z||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-09-12T06:07:20.263Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:20.448Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:20.448Z||pool-44-thread-1|||||INFO|500||cambria reply ok (186 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:21.163Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467
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-09-12T06:07:21.182Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467
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-09-12T06:07:21.185Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:07:21.185Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:07:21.185Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||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-09-12T06:07:21.194Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:07:51.195Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467 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-09-12T06:07:51.200Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467 and serviceModelVersionId: 37496c68-a74e-481e-bf0d-642b48e195a3
2022-09-12T06:07:51.201Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 099108e3-e75a-4a23-9cad-f72ea3f986db
2022-09-12T06:07:51.201Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0
2022-09-12T06:07:51.205Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:07:51.250Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|INFO|500||Invoke
2022-09-12T06:07:51.250Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd95a4d1-0e3c-4882-9ad1-8384ad206467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da7abcfa-7f40-47b5-b13e-fbed31819b38], X-ECOMP-RequestID=[cd95a4d1-0e3c-4882-9ad1-8384ad206467], X-TransactionId=[], X-ONAP-RequestID=[cd95a4d1-0e3c-4882-9ad1-8384ad206467], Content-Type=[application/merge-patch+json]}
2022-09-12T06:07:51.275Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-12T06:07:51.382Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?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/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220912-06:07:51:652-40566], vertex-id=[585872], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:07:51 GMT], Content-Type=[application/json]}
2022-09-12T06:07:51.383Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:07:51.383Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|INFO|500||InvokeReturn
2022-09-12T06:07:51.383Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:07:51.384Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||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-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||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-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd95a4d1-0e3c-4882-9ad1-8384ad206467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:51.393Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:51.393Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962871391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:07:51.494Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:51.495Z||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-09-12T06:07:51.495Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:51.517Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:51.518Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 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-09-12T06:07:52.418Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:07:52.418Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d383173-0b98-485f-a00a-d68b1cdc9196","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"65fa5d9f-fbbe-498c-97f7-008b3c9130a7","serviceDescription":"service","serviceInvariantUUID":"9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"01798156-7fb0-46ea-8c59-6b6672e20aa6","resourceInvariantUUID":"885c1071-4d68-4b56-99a7-c7a9e279cdd9","resourceCustomizationUUID":"491367fe-bfc6-4269-814c-34e2f9657782","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":"Mzc1ZDBkZTBiZjY2ODU5ZjBiNzQwYTU2MzE1ZWJkMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e3290da-3a11-4d20-ad3b-dba4e2bc7264","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTAxYzdmY2NmZWI4MTAwNTU5MzM1YjkzMzNlMGUzY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9da1d963-ee32-44e7-bfbd-d6654f9ca9df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:07:52.419Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:52.419Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:52.421Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:52.421Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-12T06:07:52.522Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:52.523Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:52.523Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:52.539Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:52.540Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:53.422Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:53.423Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:53.425Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:53.425Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962825006,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-12T06:07:53.525Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:53.526Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:53.526Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:53.542Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:53.543Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:54.426Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "65fa5d9f-fbbe-498c-97f7-008b3c9130a7",
"serviceDescription": "service",
"serviceInvariantUUID": "9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "491367fe-bfc6-4269-814c-34e2f9657782",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "01798156-7fb0-46ea-8c59-6b6672e20aa6",
"resourceInvariantUUID": "885c1071-4d68-4b56-99a7-c7a9e279cdd9",
"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": "NTAxYzdmY2NmZWI4MTAwNTU5MzM1YjkzMzNlMGUzY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9da1d963-ee32-44e7-bfbd-d6654f9ca9df"
}
],
"workloadContext": "Production"
}
2022-09-12T06:07:54.426Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:07:54.426Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65fa5d9f-fbbe-498c-97f7-008b3c9130a7 ASDC
2022-09-12T06:07:54.427Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6d383173-0b98-485f-a00a-d68b1cdc9196
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:65fa5d9f-fbbe-498c-97f7-008b3c9130a7
ServiceInvariantUUID:9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a
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:9da1d963-ee32-44e7-bfbd-d6654f9ca9df
ArtifactChecksum:NTAxYzdmY2NmZWI4MTAwNTU5MzM1YjkzMzNlMGUzY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:491367fe-bfc6-4269-814c-34e2f9657782
ResourceInvariantUUID:885c1071-4d68-4b56-99a7-c7a9e279cdd9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:01798156-7fb0-46ea-8c59-6b6672e20aa6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-12T06:07:54.427Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65fa5d9f-fbbe-498c-97f7-008b3c9130a7 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-09-12T06:07:54.456Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9da1d963-ee32-44e7-bfbd-d6654f9ca9df from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:54.576Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9da1d963-ee32-44e7-bfbd-d6654f9ca9df 57664
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:07:54.580Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:54.581Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:54.582Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662962874579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-12T06:07:54.682Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:54.683Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:54.683Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:54.698Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-12T06:07:54.698Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:07:55.582Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:55.583Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:55.583Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9da1d963-ee32-44e7-bfbd-d6654f9ca9df, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:55.584Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-12T06:07:55.584Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:55.584Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:55.721Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14379838702080175389/Definitions/service-BasicNetwork-template.yml
2022-09-12T06:07:56.129Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:65fa5d9f-fbbe-498c-97f7-008b3c9130a7
Model Version:NULL
Model InvariantUuid:9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:885c1071-4d68-4b56-99a7-c7a9e279cdd9
Model UUID:b36da734-ea8a-4012-acf7-baac480a71cc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:491367fe-bfc6-4269-814c-34e2f9657782
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-09-12T06:07:56.138Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 01798156-7fb0-46ea-8c59-6b6672e20aa6
2022-09-12T06:07:56.139Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||No resources found for Service: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
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-09-12T06:07:56.141Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||
2022-09-12T06:07:56.141Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-12T06:07:56.141Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
2022-09-12T06:07:56.142Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
2022-09-12T06:07:56.142Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-12T06:07:56.142Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.144Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bf73eee, org.onap.sdc.toscaparser.api.parameters.Input@2d89420e, org.onap.sdc.toscaparser.api.parameters.Input@65b5944e, org.onap.sdc.toscaparser.api.parameters.Input@3af86c64, org.onap.sdc.toscaparser.api.parameters.Input@783a259b]
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 65fa5d9f-fbbe-498c-97f7-008b3c9130a7: Generic NeutronNet
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||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-09-12T06:07:56.168Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery