By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-30T03:17:34.482Z||main|||||INFO|500||The following profiles are active: basic
2022-03-30T03:17:52.505Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-30T03:17:52.507Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-30T03:17:52.705Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-30T03:17:59.051Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-30T03:17:59.659Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-30T03:18:00.572Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-30T03:18:00.593Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-30T03:18:00.843Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-30T03:18:01.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-30T03:18:02.256Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-30T03:18:05.326Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-30T03:18:09.611Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-30T03:18:09.734Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-30T03:18:10.813Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-30T03:18:11.085Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-30T03:18:13.493Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-30T03:18:15.557Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-30T03:18:15.593Z||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$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-30T03:18:15.596Z||main|||||WARN|500||The sdc end point is not alive
2022-03-30T03:18:21.470Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-30T03:18:26.862Z||main|||||WARN|500||---
2022-03-30T03:18:26.863Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-30T03:18:26.864Z||main|||||WARN|500||---
2022-03-30T03:18:27.716Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-30T03:18:36.562Z||main|||||INFO|500||Started Application in 67.156 seconds (JVM running for 70.297)
2022-03-30T03:18:36.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-30T03:18:36.612Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-30T03:18:36.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-30T03:18:36.676Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-30T03:18:36.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5c31940-eb10-414c-9007-c1ba327ecf78 url= /sdc/v1/artifactTypes
2022-03-30T03:18:36.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-30T03:18:37.206Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-30T03:18:37.258Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-30T03:18:37.288Z||scheduling-1|||||DEBUG|500||create keys
2022-03-30T03:18:37.305Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-30T03:18:37.369Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:18:37.395Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d52bea03-ec83-476b-b0c5-4cfeeca4dcda url= /sdc/v1/registerForDistribution
2022-03-30T03:18:37.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d52bea03-ec83-476b-b0c5-4cfeeca4dcda url= /sdc/v1/registerForDistribution
2022-03-30T03:18:37.626Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-30T03:18:37.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:18:37.654Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-30T03:18:37.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:18:37.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:18:37.676Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:18:37.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:18:37.677Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:18:47.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:18:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:19:37.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:19:37.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:19:37.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:19:37.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:19:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:19:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:19:47.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:19:47.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:20:37.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:20:37.644Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:20:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:20:37.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:20:37.648Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:20:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:20:47.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:20:47.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:21:37.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:21:37.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:21:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:21:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:21:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:21:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:21:47.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:21:47.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:22:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:22:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:22:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:22:37.651Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:22:37.652Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:22:37.652Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:22:47.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:22:47.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:23:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:23:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:23:37.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:23:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:23:37.647Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:23:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:23:47.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:23:47.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:24:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:24:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:24:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:24:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:24:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:24:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:24:47.186Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:24:47.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:25:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:25:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:25:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:25:37.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:25:37.650Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:25:37.650Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:25:47.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:25:47.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:26:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:26:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:26:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:26:37.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:26:37.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:26:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:26:47.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:26:47.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:27:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:27:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:27:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:27:37.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:27:37.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:27:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:27:47.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:27:47.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:28:15.046Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-30T03:28:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:28:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:28:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:28:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:28:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:28:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:28:47.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:28:47.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:29:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:29:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:29:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:29:37.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:29:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:29:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:29:47.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:29:47.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:30:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:30:37.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:30:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:30:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:30:37.647Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:30:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:30:47.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:30:47.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:31:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:31:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:31:37.645Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:31:37.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:31:37.647Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:31:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:31:47.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:31:47.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:32:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:32:37.644Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:32:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:32:37.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:32:37.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:32:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:32:47.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:32:47.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:33:37.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:33:37.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:33:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:33:37.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:33:37.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:33:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:33:47.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:33:47.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:34:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:34:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:34:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:34:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:34:37.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:34:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:34:47.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:34:47.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:35:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:35:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:35:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:35:37.645Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:35:37.646Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:35:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:35:47.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:35:47.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:36:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:36:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:36:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:36:37.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:36:37.647Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:36:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:36:47.204Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:36:47.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:37:37.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:37:37.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:37:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:37:37.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:37:37.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:37:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:37:47.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:37:47.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:38:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:38:37.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:38:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:38:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:38:37.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:38:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:38:47.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:38:47.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:39:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:39:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:39:37.644Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:39:37.653Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:39:37.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:39:37.654Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:39:47.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:39:47.253Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:40:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:40:37.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:40:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:40:37.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:40:37.647Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:40:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:40:47.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:40:47.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:41:37.643Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:41:37.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:41:37.645Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:41:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:41:37.647Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:41:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:41:47.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:41:47.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:42:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:42:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:42:37.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:42:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:42:37.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:42:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:42:47.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:42:47.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:43:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:43:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:43:37.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:43:37.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:43:37.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:43:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:43:47.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:43:47.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:44:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:44:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:44:37.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:44:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:44:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:44:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:44:47.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:44:47.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:45:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:45:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:45:37.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:45:37.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:45:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:45:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:45:47.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:45:47.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:46:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:46:37.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:46:37.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:46:37.646Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:46:37.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:46:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:46:47.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:46:47.212Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:47:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:47:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:47:37.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:47:37.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:47:37.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:47:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:47:47.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:47:47.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:48:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:48:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:48:37.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:48:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:48:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:48:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:48:47.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:48:47.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:37.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:49:37.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:49:37.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:49:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:49:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:49:38.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:38.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5342ed3-e2ee-43ca-bae2-e8dafea8803d","serviceName":"vFW 2022-03-30 03-46-14","serviceVersion":"1.0","serviceUUID":"860d343d-db8a-4c3a-bda4-0155834b4bfd","serviceDescription":"catalog service description","serviceInvariantUUID":"0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964","resources":[{"resourceInstanceName":"vFW 90ce2ca8-0b7d 0","resourceName":"vFW 90ce2ca8-0b7d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c113a62-e5cd-4409-8052-29c1c23d940c","resourceInvariantUUID":"e56be354-204b-415d-9828-f095b7c7c32e","resourceCustomizationUUID":"9ce21d09-eb72-4ca3-98da-4d0909e99700","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml","artifactChecksum":"NzU1M2M2MjZhMGU4MTVkYzgwMjc2NTU1NGU4NDg1NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1636ece8-133d-465c-b1cb-dca79c8eca0e","artifactVersion":"1"},{"artifactName":"vfw90ce2ca80b7d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json","artifactChecksum":"NjBlMGMxMDY5NDNmMTk5MzcxNmMwMTkxMzdmZTg3NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb94291d-8322-472a-8945-c5fca2093a24","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"467d4a5a-5308-402d-a46a-69925559bc5c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTBiZjZlMDBkOGY5ZjdmNWI0MWIxZWZjYjE5ZGYyMWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a69f7ac3-0a4e-4567-9048-808465620351","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b75d0a6-3948-401b-ad5f-a4d5123d20b0","artifactVersion":"2","generatedFromUUID":"467d4a5a-5308-402d-a46a-69925559bc5c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330034614-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml","artifactChecksum":"ZGFlNGJlMzBhZDdjMDUwODZmYTFkNTI2MmVmYWFhYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfbb5fb6-88db-4e64-a075-8a78eec0f81a","artifactVersion":"1"},{"artifactName":"service-Vfw20220330034614-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar","artifactChecksum":"ZmI0MTY2MTZkMDkzNzY5YWNiZDc1MjdkNTliMTIyMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a79dac50-cc26-4ea0-83c5-17b78857cf0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T03:49:38.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:38.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:38.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:38.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.344Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:38.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.344Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612131077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612129472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "dcae-sch",
"timestamp": 1648612134169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612142026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "cds",
"timestamp": 1648612143045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-30T03:49:38.444Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.449Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:38.449Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:38.482Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:38.485Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.644Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.689Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612141613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612149687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612149751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612143241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612144553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612144627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612151524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612151224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "clamp",
"timestamp": 1648612152531,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.773Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612152643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.790Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612152843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612152520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612153652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612153585,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.803Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.803Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "policy-id",
"timestamp": 1648612154659,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T03:49:38.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:38.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612154589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:38.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612148365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:38.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:49:38.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612156693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:38.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612160259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:38.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612161264,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.851Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:38.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612175210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:49:38.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "aai-ml",
"timestamp": 1648612176217,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:38.871Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5342ed3-e2ee-43ca-bae2-e8dafea8803d
2022-03-30T03:49:38.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5342ed3-e2ee-43ca-bae2-e8dafea8803d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:39.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:39.356Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:39.359Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:39.359Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:49:39.460Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:39.461Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:39.462Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:39.475Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:39.476Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:40.360Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:40.361Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:40.365Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:40.366Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:49:40.465Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-30T03:49:40.466Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:40.467Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:40.479Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:40.480Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:41.367Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:41.373Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:41.376Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:41.376Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:41.476Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:41.478Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:41.478Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:41.492Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:41.493Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:42.382Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:42.384Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:42.389Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:42.389Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T03:49:42.488Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:49:42.489Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:42.490Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:42.510Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:42.511Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:43.393Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:43.394Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:43.397Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:43.397Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:49:43.500Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-30T03:49:43.502Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:43.502Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:43.517Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:43.518Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:44.404Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:49:44.406Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:44.410Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:44.410Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:49:44.511Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-30T03:49:44.512Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:44.513Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:44.525Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:44.526Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:45.422Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"serviceName": "vFW 2022-03-30 03-46-14",
"serviceVersion": "1.0",
"serviceUUID": "860d343d-db8a-4c3a-bda4-0155834b4bfd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964",
"resources": [
{
"resourceInstanceName": "vFW 90ce2ca8-0b7d 0",
"resourceCustomizationUUID": "9ce21d09-eb72-4ca3-98da-4d0909e99700",
"resourceName": "vFW 90ce2ca8-0b7d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6c113a62-e5cd-4409-8052-29c1c23d940c",
"resourceInvariantUUID": "e56be354-204b-415d-9828-f095b7c7c32e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw90ce2ca80b7d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"artifactChecksum": "NjBlMGMxMDY5NDNmMTk5MzcxNmMwMTkxMzdmZTg3NDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb94291d-8322-472a-8945-c5fca2093a24",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "467d4a5a-5308-402d-a46a-69925559bc5c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b75d0a6-3948-401b-ad5f-a4d5123d20b0",
"generatedFromUUID": "467d4a5a-5308-402d-a46a-69925559bc5c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b75d0a6-3948-401b-ad5f-a4d5123d20b0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220330034614-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"artifactChecksum": "ZmI0MTY2MTZkMDkzNzY5YWNiZDc1MjdkNTliMTIyMjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a79dac50-cc26-4ea0-83c5-17b78857cf0b"
}
],
"workloadContext": "Production"
}
2022-03-30T03:49:45.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T03:49:45.425Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 860d343d-db8a-4c3a-bda4-0155834b4bfd ASDC
2022-03-30T03:49:45.606Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f5342ed3-e2ee-43ca-bae2-e8dafea8803d
ServiceName:vFW 2022-03-30 03-46-14
ServiceVersion:1.0
ServiceUUID:860d343d-db8a-4c3a-bda4-0155834b4bfd
ServiceInvariantUUID:0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220330034614-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
ArtifactUUID:a79dac50-cc26-4ea0-83c5-17b78857cf0b
ArtifactChecksum:ZmI0MTY2MTZkMDkzNzY5YWNiZDc1MjdkNTliMTIyMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 90ce2ca8-0b7d 0
ResourceCustomizationUUID:9ce21d09-eb72-4ca3-98da-4d0909e99700
ResourceInvariantUUID:e56be354-204b-415d-9828-f095b7c7c32e
ResourceName:vFW 90ce2ca8-0b7d
ResourceType:VF
ResourceUUID:6c113a62-e5cd-4409-8052-29c1c23d940c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw90ce2ca80b7d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
ArtifactUUID:fb94291d-8322-472a-8945-c5fca2093a24
ArtifactChecksum:NjBlMGMxMDY5NDNmMTk5MzcxNmMwMTkxMzdmZTg3NDA=
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/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
ArtifactUUID:467d4a5a-5308-402d-a46a-69925559bc5c
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/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
ArtifactUUID:8b75d0a6-3948-401b-ad5f-a4d5123d20b0
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/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
ArtifactUUID:8b75d0a6-3948-401b-ad5f-a4d5123d20b0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-30T03:49:45.606Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 860d343d-db8a-4c3a-bda4-0155834b4bfd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T03:49:45.666Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:49:45.668Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:49:45.669Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:49:45.670Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a79dac50-cc26-4ea0-83c5-17b78857cf0b from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:45.670Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:45.672Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:46.040Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:46.060Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar a79dac50-cc26-4ea0-83c5-17b78857cf0b 98912
2022-03-30T03:49:46.062Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar ASDC sendASDCNotification
2022-03-30T03:49:46.062Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:46.063Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:46.064Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:46.066Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:46.066Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612186060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:46.166Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:46.168Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:46.168Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:46.193Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:46.194Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:47.067Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:49:47.069Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:49:47.069Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a79dac50-cc26-4ea0-83c5-17b78857cf0b, URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar to file: /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:47.070Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330034614-csar.csar
2022-03-30T03:49:47.171Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:47.171Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:48.137Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2072451786686898551/Definitions/service-Vfw20220330034614-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-30T03:49:51.774Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.788Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.789Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.790Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90ce2ca8-0b7d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.790Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||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-Vfw20220330034614-csar.csar
2022-03-30T03:49:51.790Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:49:51.802Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.804Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.812Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.813Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:49:51.815Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:49:51.819Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.819Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.819Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.820Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:49:51.820Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:49:51.821Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.821Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.826Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.826Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:51.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:51.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.830Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:49:51.833Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.834Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.834Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:51.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:51.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.837Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:51.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b96e016-3cdb-4c23-863c-5c0c05a07e83
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.840Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.841Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8eed2fd-955b-43d1-8412-1e75aa237925
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:51.843Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.844Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=18778520-3e5b-4305-9f9b-59c6ceb74b6c
2022-03-30T03:49:51.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:51.847Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:51.847Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-30 03-46-14
Description:catalog service description
Model UUID:860d343d-db8a-4c3a-bda4-0155834b4bfd
Model Version:NULL
Model InvariantUuid:0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 90ce2ca8-0b7d
Model UUID:cf4434d9-fb8f-4c91-b373-e1a14995774d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e56be354-204b-415d-9828-f095b7c7c32e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9ce21d09-eb72-4ca3-98da-4d0909e99700
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1a613f18-b9a6-4174-bff0-eddb508bd8e5
ModelName:Vfw90ce2ca80b7d..base_vfw..module-0
ModelUuid:ba746add-aa3c-4399-a53a-0097427457c0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8b96e016-3cdb-4c23-863c-5c0c05a07e83
ModelInvariantUuid:baba3cb5-6d3e-43df-8fde-e855a4c29c37
ModelName:vFW 90ce2ca8-0b7d-nodes.vfwCvfc
ModelUuid:95ef06fe-4198-4206-be2d-64af19efd7db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6530c5f4-62f1-4e48-92a6-ae7e92603dd9
ModelInvariantUuid:c0db28da-1483-4954-bdaf-19d4355872df
ModelName:Vfw90ce2ca80b7d.compute.nodes.heat.vfw
ModelUuid:724087c2-4da7-46c1-bab3-42d3c9525cbb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e8eed2fd-955b-43d1-8412-1e75aa237925
ModelInvariantUuid:9fba17ba-3e60-4ad4-8ce5-f29cc90191d8
ModelName:vFW 90ce2ca8-0b7d-nodes.vsnCvfc
ModelUuid:c89a03e5-0c31-48cb-9b1c-5aa06b76aae4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:761f450f-c93a-458a-af07-6c900e22ec35
ModelInvariantUuid:447acf8e-ff55-4558-a28e-7fb0c33796c3
ModelName:Vfw90ce2ca80b7d.compute.nodes.heat.vsn
ModelUuid:294fafc5-69cb-4048-817b-6dbc494d8220
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:18778520-3e5b-4305-9f9b-59c6ceb74b6c
ModelInvariantUuid:d8e08474-721c-4dfd-9d39-e88710daecf2
ModelName:vFW 90ce2ca8-0b7d-nodes.vpgCvfc
ModelUuid:516f6e55-3c6b-4d55-8614-980258832036
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c64263d1-54e4-40ed-acc7-82463a50065a
ModelInvariantUuid:1a093fb5-ffc9-4d45-af77-ab0c24bd80c6
ModelName:Vfw90ce2ca80b7d.compute.nodes.heat.vpg
ModelUuid:7c74528d-1cb2-4996-9bd0-e56e84e1b879
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T03:49:51.897Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c113a62-e5cd-4409-8052-29c1c23d940c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:49:52.063Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||vFW 90ce2ca8-0b7d 0
2022-03-30T03:49:52.077Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c113a62-e5cd-4409-8052-29c1c23d940c
2022-03-30T03:49:52.077Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb94291d-8322-472a-8945-c5fca2093a24 from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:52.078Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:52.078Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:52.144Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:52.144Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json fb94291d-8322-472a-8945-c5fca2093a24 785
2022-03-30T03:49:52.145Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json ASDC sendASDCNotification
2022-03-30T03:49:52.145Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:52.145Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:52.146Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:52.149Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:52.150Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612192145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:52.250Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:52.251Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:52.252Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:52.264Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:52.265Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:53.151Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90ce2ca80b7d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1a613f18-b9a6-4174-bff0-eddb508bd8e5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba746add-aa3c-4399-a53a-0097427457c0",
"vfModuleModelCustomizationUUID": "464f2ddf-209e-4468-a79e-aa2c3f4f3a73",
"isBase": true,
"artifacts": [
"467d4a5a-5308-402d-a46a-69925559bc5c",
"8b75d0a6-3948-401b-ad5f-a4d5123d20b0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-30T03:49:53.167Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90ce2ca80b7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba746add-aa3c-4399-a53a-0097427457c0
VfModuleModelInvariantUUID:1a613f18-b9a6-4174-bff0-eddb508bd8e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
467d4a5a-5308-402d-a46a-69925559bc5c
,
8b75d0a6-3948-401b-ad5f-a4d5123d20b0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-30T03:49:53.171Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90ce2ca80b7d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1a613f18-b9a6-4174-bff0-eddb508bd8e5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba746add-aa3c-4399-a53a-0097427457c0",
"vfModuleModelCustomizationUUID": "464f2ddf-209e-4468-a79e-aa2c3f4f3a73",
"isBase": true,
"artifacts": [
"467d4a5a-5308-402d-a46a-69925559bc5c",
"8b75d0a6-3948-401b-ad5f-a4d5123d20b0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90ce2ca80b7d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba746add-aa3c-4399-a53a-0097427457c0
VfModuleModelInvariantUUID:1a613f18-b9a6-4174-bff0-eddb508bd8e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
467d4a5a-5308-402d-a46a-69925559bc5c
,
8b75d0a6-3948-401b-ad5f-a4d5123d20b0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 467d4a5a-5308-402d-a46a-69925559bc5c from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:53.172Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:53.230Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:53.231Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml 467d4a5a-5308-402d-a46a-69925559bc5c 20368
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:53.232Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:53.234Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:53.234Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612193232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:53.335Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:53.336Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:53.336Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:53.364Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:53.364Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:54.239Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b75d0a6-3948-401b-ad5f-a4d5123d20b0 from URL: /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:54.240Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:49:54.240Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:54.291Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env 8b75d0a6-3948-401b-ad5f-a4d5123d20b0 2098
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:54.292Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:49:54.293Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:54.296Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:54.296Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612194292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:49:54.397Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T03:49:54.399Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:54.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:54.423Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:54.424Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-30T03:49:55.297Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 860d343d-db8a-4c3a-bda4-0155834b4bfd
2022-03-30T03:49:55.298Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90ce2ca8-0b7d 0 6c113a62-e5cd-4409-8052-29c1c23d940c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:49:55.361Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b7e8914, org.onap.sdc.toscaparser.api.parameters.Input@227b21b6, org.onap.sdc.toscaparser.api.parameters.Input@692aebef, org.onap.sdc.toscaparser.api.parameters.Input@7c18b732, org.onap.sdc.toscaparser.api.parameters.Input@351b78c]
2022-03-30T03:49:55.367Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.368Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.368Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-30T03:49:55.369Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9ce21d09-eb72-4ca3-98da-4d0909e99700
2022-03-30T03:49:55.369Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ce21d09-eb72-4ca3-98da-4d0909e99700 matches Tosca VF Customization UUID: 9ce21d09-eb72-4ca3-98da-4d0909e99700
2022-03-30T03:49:55.369Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9ce21d09-eb72-4ca3-98da-4d0909e99700 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-30T03:49:55.383Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.384Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.387Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9ce21d09-eb72-4ca3-98da-4d0909e99700: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-30T03:49:55.387Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f716c3f
2022-03-30T03:49:55.387Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.388Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:49:55.389Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 464f2ddf-209e-4468-a79e-aa2c3f4f3a73
2022-03-30T03:49:55.391Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 464f2ddf-209e-4468-a79e-aa2c3f4f3a73
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-30T03:49:55.408Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.409Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.409Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.410Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.410Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.411Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.411Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.411Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:55.412Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.413Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:55.414Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.414Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b96e016-3cdb-4c23-863c-5c0c05a07e83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:49:55.430Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.430Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:55.431Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.432Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:49:55.433Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.434Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8eed2fd-955b-43d1-8412-1e75aa237925
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:49:55.438Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.438Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.438Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.441Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.442Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:49:55.443Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:49:55.444Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:49:55.444Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:49:55.444Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=18778520-3e5b-4305-9f9b-59c6ceb74b6c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:49:55.448Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.449Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.449Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:49:55.449Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.450Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Node template vFW 90ce2ca8-0b7d 0 is matching search criteria
2022-03-30T03:49:55.450Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 90ce2ca8-0b7d 0] matching following query criteria: sdcType=VF, customizationUUID=9ce21d09-eb72-4ca3-98da-4d0909e99700
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:49:55.452Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 860d343d-db8a-4c3a-bda4-0155834b4bfd: vFW 90ce2ca8-0b7d
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.453Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.454Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.455Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:49:55.455Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-46-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:49:55.455Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-30 03-46-14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:49:55.827Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90ce2ca8-0b7d 6c113a62-e5cd-4409-8052-29c1c23d940c 1 ASDC deployResourceStructure
2022-03-30T03:49:55.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json ASDC sendASDCNotification
2022-03-30T03:49:55.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json
2022-03-30T03:49:55.828Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:55.829Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:55.831Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:55.832Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612195828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:55.932Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:49:55.933Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:55.933Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:55.957Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:55.958Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:56.835Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:49:56.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml
2022-03-30T03:49:56.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:56.836Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:56.838Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:56.839Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612196835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:56.939Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:56.940Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:56.940Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:56.951Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:56.951Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:57.842Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:57.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:57.845Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612197841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:57.945Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:57.946Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:57.946Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:57.959Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:57.960Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:58.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar ASDC sendASDCNotification
2022-03-30T03:49:58.846Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar
2022-03-30T03:49:58.847Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:49:58.848Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:49:58.850Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:49:58.850Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612198846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:49:58.950Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:49:58.951Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:49:58.952Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:49:58.963Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:49:58.964Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:49:59.852Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:49:59.882Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:49:59.891Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:49:59.892Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T03:49:59.892Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T03:49:59.893Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T03:49:59.893Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:49:59.894Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:49:59.895Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:49:59.901Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T03:50:29.903Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T03:50:29.917Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5342ed3-e2ee-43ca-bae2-e8dafea8803d and serviceModelVersionId: 860d343d-db8a-4c3a-bda4-0155834b4bfd
2022-03-30T03:50:29.918Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964
2022-03-30T03:50:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:50:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:50:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:50:37.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:50:37.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:50:37.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:50:37.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:50:51.261Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0
2022-03-30T03:50:51.457Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T03:50:52.222Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-30T03:50:52.230Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0|INFO|500||Invoke
2022-03-30T03:50:52.386Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-30T03:50:52.640Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0|INFO|500||InvokeReturn
2022-03-30T03:50:52.647Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cdfd4b9-9d1b-4dc8-8b32-c83d84ca1964/model-vers/model-ver/860d343d-db8a-4c3a-bda4-0155834b4bfd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-03:50:52:397-6381], vertex-id=[417840], Content-Length=[0], Date=[Wed, 30 Mar 2022 03:50:52 GMT], Content-Type=[application/json]}
2022-03-30T03:50:52.653Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-30T03:50:52.659Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T03:50:52.660Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:50:52.666Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T03:50:52.668Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5342ed3-e2ee-43ca-bae2-e8dafea8803d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T03:50:52.669Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T03:50:52.669Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:50:52.672Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:50:52.672Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612252668,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:50:52.772Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:50:52.774Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:50:52.775Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:50:52.790Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:50:52.793Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T03:50:53.684Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:50:53.685Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:50:53.685Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:51:03.228Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:51:37.642Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:51:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:51:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:51:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:51:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:51:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:51:37.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:51:37.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:51:37.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:51:37.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:51:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T03:51:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:51:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612177641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612186060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612192145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612193232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612194292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:51:37.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612195828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/vfw90ce2ca80b7d0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612196835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612197841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/resourceInstances/vfw90ce2ca80b7d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T03:51:37.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612198846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034614/1.0/artifacts/service-Vfw20220330034614-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:51:37.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:51:47.187Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:37.642Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:52:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:52:37.643Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:52:37.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:52:37.648Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:52:37.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:37.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T03:52:37.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5342ed3-e2ee-43ca-bae2-e8dafea8803d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612252668,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:52:37.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:52:38.273Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:38.274Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T03:52:38.275Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4cdce80-f1ef-4299-859f-eea0082d5725","serviceName":"vFW 2022-03-30 03-49-40","serviceVersion":"1.0","serviceUUID":"5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c","serviceDescription":"catalog service description","serviceInvariantUUID":"0fd1436d-cc89-4212-b641-903db424aed8","resources":[{"resourceInstanceName":"vFW 708e9636-f1c4 0","resourceName":"vFW 708e9636-f1c4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22180486-a3a9-475e-bf4d-186298dfcdda","resourceInvariantUUID":"166d2de4-3431-4d0c-9fb7-d15f03a72a5c","resourceCustomizationUUID":"9b4d0528-6a38-4f42-bb95-235f1efd40b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml","artifactChecksum":"YjY2YTIxMmJlOTg3ZWQ1ZGE2ZmY2YjhkZGRhMWZhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcaa5e96-c055-4733-b78b-1fbf699a558f","artifactVersion":"1"},{"artifactName":"vfw708e9636f1c40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json","artifactChecksum":"MTI2YzIyYjNlNTI4OWE2OTk3YjE2ZDcyMmIxNzVmOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36e74404-905a-4cac-843b-ff2d69469864","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"32d9c0e0-2eb8-47d6-9b6c-57ae28474c06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml","artifactChecksum":"YWQxMDBiNzhlMGNhMTc4NjU1NDcxYjY1M2RmZmFhMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa66d9af-e170-401d-9102-931562c5854f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa81dfd1-976e-413e-a896-615bf1a9505e","artifactVersion":"3","generatedFromUUID":"32d9c0e0-2eb8-47d6-9b6c-57ae28474c06"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220330034940-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml","artifactChecksum":"ZmIxMDhkYjMwYzRhZjExNTY5MDIwMTY5Y2M2MzA0MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cf6a7dd-bccd-4c2a-a81d-51d470a0a5e6","artifactVersion":"1"},{"artifactName":"service-Vfw20220330034940-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar","artifactChecksum":"MTUwOTYzYTEzNzRiMDgzYmUzZjlhZDgwMzI0ODA2YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"928d06da-e732-4808-a4db-5ac5c17bfb9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T03:52:38.278Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:38.278Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:38.280Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:38.281Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:52:38.389Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-30T03:52:38.391Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:38.391Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:38.408Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:38.409Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:39.281Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:39.283Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:39.288Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:39.288Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:52:39.388Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:52:39.389Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:39.389Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:39.411Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:39.412Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:40.289Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:40.289Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:40.293Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:40.293Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:52:40.399Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-30T03:52:40.401Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:40.401Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:40.419Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:40.421Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-30T03:52:41.294Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:41.296Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:41.299Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:41.299Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:52:41.400Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:41.401Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:41.402Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:41.415Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:41.415Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:42.301Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:42.302Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:42.307Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:42.308Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T03:52:42.405Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-30T03:52:42.406Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:42.407Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:42.420Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:42.421Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:43.308Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:43.310Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:43.313Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:43.313Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:52:43.413Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:43.415Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:43.415Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:43.428Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:43.429Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:44.314Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T03:52:44.315Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:44.317Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:44.317Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:52:44.418Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:44.420Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:44.420Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:44.432Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:44.433Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:45.326Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"serviceName": "vFW 2022-03-30 03-49-40",
"serviceVersion": "1.0",
"serviceUUID": "5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0fd1436d-cc89-4212-b641-903db424aed8",
"resources": [
{
"resourceInstanceName": "vFW 708e9636-f1c4 0",
"resourceCustomizationUUID": "9b4d0528-6a38-4f42-bb95-235f1efd40b5",
"resourceName": "vFW 708e9636-f1c4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "22180486-a3a9-475e-bf4d-186298dfcdda",
"resourceInvariantUUID": "166d2de4-3431-4d0c-9fb7-d15f03a72a5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw708e9636f1c40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"artifactChecksum": "MTI2YzIyYjNlNTI4OWE2OTk3YjE2ZDcyMmIxNzVmOTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "36e74404-905a-4cac-843b-ff2d69469864",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "32d9c0e0-2eb8-47d6-9b6c-57ae28474c06",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "aa81dfd1-976e-413e-a896-615bf1a9505e",
"generatedFromUUID": "32d9c0e0-2eb8-47d6-9b6c-57ae28474c06"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "aa81dfd1-976e-413e-a896-615bf1a9505e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220330034940-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"artifactChecksum": "MTUwOTYzYTEzNzRiMDgzYmUzZjlhZDgwMzI0ODA2YjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "928d06da-e732-4808-a4db-5ac5c17bfb9d"
}
],
"workloadContext": "Production"
}
2022-03-30T03:52:45.327Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T03:52:45.327Z|f5342ed3-e2ee-43ca-bae2-e8dafea8803d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c ASDC
2022-03-30T03:52:45.328Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e4cdce80-f1ef-4299-859f-eea0082d5725
ServiceName:vFW 2022-03-30 03-49-40
ServiceVersion:1.0
ServiceUUID:5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
ServiceInvariantUUID:0fd1436d-cc89-4212-b641-903db424aed8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220330034940-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
ArtifactUUID:928d06da-e732-4808-a4db-5ac5c17bfb9d
ArtifactChecksum:MTUwOTYzYTEzNzRiMDgzYmUzZjlhZDgwMzI0ODA2YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 708e9636-f1c4 0
ResourceCustomizationUUID:9b4d0528-6a38-4f42-bb95-235f1efd40b5
ResourceInvariantUUID:166d2de4-3431-4d0c-9fb7-d15f03a72a5c
ResourceName:vFW 708e9636-f1c4
ResourceType:VF
ResourceUUID:22180486-a3a9-475e-bf4d-186298dfcdda
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw708e9636f1c40_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
ArtifactUUID:36e74404-905a-4cac-843b-ff2d69469864
ArtifactChecksum:MTI2YzIyYjNlNTI4OWE2OTk3YjE2ZDcyMmIxNzVmOTE=
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/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
ArtifactUUID:32d9c0e0-2eb8-47d6-9b6c-57ae28474c06
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
ArtifactUUID:aa81dfd1-976e-413e-a896-615bf1a9505e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
ArtifactUUID:aa81dfd1-976e-413e-a896-615bf1a9505e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-30T03:52:45.328Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:52:45.374Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:52:45.375Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:52:45.375Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:52:45.376Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 928d06da-e732-4808-a4db-5ac5c17bfb9d from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:45.376Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:45.376Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:45.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:45.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar 928d06da-e732-4808-a4db-5ac5c17bfb9d 98939
2022-03-30T03:52:45.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar ASDC sendASDCNotification
2022-03-30T03:52:45.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:45.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:45.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:45.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:45.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612365631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:52:45.735Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:45.736Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:45.737Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:45.754Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:45.755Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:46.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T03:52:46.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-30T03:52:46.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 928d06da-e732-4808-a4db-5ac5c17bfb9d, URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar to file: /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:46.850Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9041813445292645885/Definitions/service-Vfw20220330034940-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-30T03:52:49.611Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.613Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.614Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 708e9636-f1c4 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||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-Vfw20220330034940-csar.csar
2022-03-30T03:52:49.615Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-30T03:52:49.616Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.616Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.617Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.617Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:52:49.617Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:52:49.618Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.618Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.618Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.619Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-30T03:52:49.619Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T03:52:49.620Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.620Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.620Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:49.623Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.623Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:49.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:49.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:49.625Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.626Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-30T03:52:49.626Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.626Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:52:49.627Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.627Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.627Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:49.628Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.628Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.628Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.629Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.630Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:49.631Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64453a42-5ce3-4967-b864-b14b95de7ba1
2022-03-30T03:52:49.632Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:49.633Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.634Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:49.635Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fab99152-a998-4926-b82b-1c82e2f8cbb8
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:49.636Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.637Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:49.638Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d20073d6-df82-41c8-b08a-6e78a87ba8d6
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.639Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.640Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:49.641Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:49.641Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-30 03-49-40
Description:catalog service description
Model UUID:5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
Model Version:NULL
Model InvariantUuid:0fd1436d-cc89-4212-b641-903db424aed8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 708e9636-f1c4
Model UUID:c6beb339-a97e-4641-be8c-5fb89b5e9946
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:166d2de4-3431-4d0c-9fb7-d15f03a72a5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b4d0528-6a38-4f42-bb95-235f1efd40b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c784b1d2-3dc0-47dd-bae4-8b35c736564b
ModelName:Vfw708e9636F1c4..base_vfw..module-0
ModelUuid:2a982856-ad4b-4512-88d9-ece9bc9cfe83
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64453a42-5ce3-4967-b864-b14b95de7ba1
ModelInvariantUuid:ed064e61-e78c-4be7-973d-7fc13b568ab3
ModelName:vFW 708e9636-f1c4-nodes.vfwCvfc
ModelUuid:c9d6cdfb-efee-4a46-83b6-f8122e178044
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ef8aa152-f753-4407-b7ce-2d2561be993a
ModelInvariantUuid:4dfd5c5e-e5bc-445a-997d-8c2ad6682d89
ModelName:Vfw708e9636F1c4.compute.nodes.heat.vfw
ModelUuid:2e70293b-40d1-442d-9bcb-2edc8f8b0a44
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fab99152-a998-4926-b82b-1c82e2f8cbb8
ModelInvariantUuid:613456c7-8fa1-468a-95ba-13e0b1f55e36
ModelName:vFW 708e9636-f1c4-nodes.vsnCvfc
ModelUuid:e182c109-c2b0-4dd5-b05f-27c8cf254c65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:925b7a86-6531-4aa5-97b5-4f300f75e9fb
ModelInvariantUuid:332b52e8-8013-4ba1-bd5f-47110537d9a8
ModelName:Vfw708e9636F1c4.compute.nodes.heat.vsn
ModelUuid:5fcf202f-e643-483c-9a7a-6d9574a1e517
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d20073d6-df82-41c8-b08a-6e78a87ba8d6
ModelInvariantUuid:05259310-422b-4dcd-beb2-4d028bf51a2b
ModelName:vFW 708e9636-f1c4-nodes.vpgCvfc
ModelUuid:8e8ea24c-393c-47c1-aafe-17f835ce5aa2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b2eaafd1-8aec-464f-ba81-d041627779d6
ModelInvariantUuid:0e0061d2-7c85-4016-9391-3a055f4128bf
ModelName:Vfw708e9636F1c4.compute.nodes.heat.vpg
ModelUuid:c5dba1cd-b94a-447c-91fc-cd8dc0198038
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T03:52:49.648Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 22180486-a3a9-475e-bf4d-186298dfcdda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:52:49.652Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||vFW 708e9636-f1c4 0
2022-03-30T03:52:49.652Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22180486-a3a9-475e-bf4d-186298dfcdda
2022-03-30T03:52:49.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 36e74404-905a-4cac-843b-ff2d69469864 from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:49.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:49.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:49.706Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:49.707Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json 36e74404-905a-4cac-843b-ff2d69469864 785
2022-03-30T03:52:49.707Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json ASDC sendASDCNotification
2022-03-30T03:52:49.708Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:49.708Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:49.708Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:49.710Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:49.710Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612369707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:52:49.812Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T03:52:49.813Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:49.813Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:49.836Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:49.836Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:50.711Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw708e9636F1c4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c784b1d2-3dc0-47dd-bae4-8b35c736564b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2a982856-ad4b-4512-88d9-ece9bc9cfe83",
"vfModuleModelCustomizationUUID": "1a677fa3-06b5-4971-b1be-890239b73592",
"isBase": true,
"artifacts": [
"32d9c0e0-2eb8-47d6-9b6c-57ae28474c06",
"aa81dfd1-976e-413e-a896-615bf1a9505e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-30T03:52:50.716Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw708e9636F1c4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a982856-ad4b-4512-88d9-ece9bc9cfe83
VfModuleModelInvariantUUID:c784b1d2-3dc0-47dd-bae4-8b35c736564b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32d9c0e0-2eb8-47d6-9b6c-57ae28474c06
,
aa81dfd1-976e-413e-a896-615bf1a9505e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw708e9636F1c4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c784b1d2-3dc0-47dd-bae4-8b35c736564b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2a982856-ad4b-4512-88d9-ece9bc9cfe83",
"vfModuleModelCustomizationUUID": "1a677fa3-06b5-4971-b1be-890239b73592",
"isBase": true,
"artifacts": [
"32d9c0e0-2eb8-47d6-9b6c-57ae28474c06",
"aa81dfd1-976e-413e-a896-615bf1a9505e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw708e9636F1c4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a982856-ad4b-4512-88d9-ece9bc9cfe83
VfModuleModelInvariantUUID:c784b1d2-3dc0-47dd-bae4-8b35c736564b
VfModuleModelDescription:NULL
Artifacts UUID List:{
32d9c0e0-2eb8-47d6-9b6c-57ae28474c06
,
aa81dfd1-976e-413e-a896-615bf1a9505e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32d9c0e0-2eb8-47d6-9b6c-57ae28474c06 from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:50.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:50.777Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml 32d9c0e0-2eb8-47d6-9b6c-57ae28474c06 20368
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:50.778Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:50.779Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:50.781Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:50.781Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612370778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:52:50.881Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:50.882Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:50.882Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:50.896Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:50.897Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:51.781Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aa81dfd1-976e-413e-a896-615bf1a9505e from URL: /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:51.782Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-30T03:52:51.782Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:51.834Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-30T03:52:51.835Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env aa81dfd1-976e-413e-a896-615bf1a9505e 2098
2022-03-30T03:52:51.835Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:52:51.836Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:51.836Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T03:52:51.836Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:51.839Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:51.840Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612371835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:52:51.939Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T03:52:51.940Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:51.941Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:51.955Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:51.957Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:52.840Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
2022-03-30T03:52:52.841Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 708e9636-f1c4 0 22180486-a3a9-475e-bf4d-186298dfcdda ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:52:52.858Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4241dddd, org.onap.sdc.toscaparser.api.parameters.Input@6385d5d8, org.onap.sdc.toscaparser.api.parameters.Input@1400c230, org.onap.sdc.toscaparser.api.parameters.Input@6824e58d, org.onap.sdc.toscaparser.api.parameters.Input@24476261]
2022-03-30T03:52:52.859Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9b4d0528-6a38-4f42-bb95-235f1efd40b5
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b4d0528-6a38-4f42-bb95-235f1efd40b5 matches Tosca VF Customization UUID: 9b4d0528-6a38-4f42-bb95-235f1efd40b5
2022-03-30T03:52:52.860Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9b4d0528-6a38-4f42-bb95-235f1efd40b5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-30T03:52:52.862Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.863Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.863Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9b4d0528-6a38-4f42-bb95-235f1efd40b5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-30T03:52:52.863Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34658c16
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a677fa3-06b5-4971-b1be-890239b73592
2022-03-30T03:52:52.864Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a677fa3-06b5-4971-b1be-890239b73592
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-30T03:52:52.867Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.867Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.868Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-30T03:52:52.869Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.870Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:52.871Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.871Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64453a42-5ce3-4967-b864-b14b95de7ba1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:52:52.874Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.874Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.874Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.875Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.875Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:52.875Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.876Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-30T03:52:52.877Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.878Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-30T03:52:52.878Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.878Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fab99152-a998-4926-b82b-1c82e2f8cbb8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:52:52.881Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.881Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.881Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is not matching search criteria
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-30T03:52:52.882Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-30T03:52:52.883Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-30T03:52:52.884Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-30T03:52:52.885Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-30T03:52:52.885Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d20073d6-df82-41c8-b08a-6e78a87ba8d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-30T03:52:52.887Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.888Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Node template vFW 708e9636-f1c4 0 is matching search criteria
2022-03-30T03:52:52.889Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 708e9636-f1c4 0] matching following query criteria: sdcType=VF, customizationUUID=9b4d0528-6a38-4f42-bb95-235f1efd40b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c: vFW 708e9636-f1c4
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.891Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.892Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-30 03-49-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T03:52:52.893Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-30 03-49-40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:52:53.104Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 708e9636-f1c4 22180486-a3a9-475e-bf4d-186298dfcdda 1 ASDC deployResourceStructure
2022-03-30T03:52:53.104Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json ASDC sendASDCNotification
2022-03-30T03:52:53.105Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json
2022-03-30T03:52:53.105Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:53.105Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:53.108Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:53.108Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612373104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T03:52:53.209Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:53.210Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:53.211Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:53.227Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:53.228Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:54.109Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-30T03:52:54.110Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml
2022-03-30T03:52:54.111Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:54.111Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:54.113Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:54.114Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612374109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T03:52:54.214Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:54.215Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:54.215Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:54.228Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:54.229Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:55.117Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-30T03:52:55.117Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env
2022-03-30T03:52:55.117Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:55.118Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:55.123Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:55.124Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612375114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T03:52:55.221Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-30T03:52:55.222Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:55.222Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:55.233Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:55.234Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:56.125Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar ASDC sendASDCNotification
2022-03-30T03:52:56.126Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar
2022-03-30T03:52:56.126Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T03:52:56.126Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:52:56.128Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:52:56.128Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612376125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:52:56.228Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:52:56.229Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:52:56.230Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:52:56.244Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:52:56.245Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-30T03:52:57.129Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:52:57.138Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:52:57.139Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:52:57.139Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T03:52:57.139Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T03:53:27.140Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:27.148Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:27.151Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:53:27.151Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T03:53:27.151Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T03:53:37.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:53:37.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:53:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:53:37.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:53:37.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612311077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612309472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612304553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "ves-openapi-manager",
"timestamp": 1648612303241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612321095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612320179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "dcae-sch",
"timestamp": 1648612314170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612322101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "cds",
"timestamp": 1648612321186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "policy-id",
"timestamp": 1648612323105,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.743Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612327537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612321614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612329552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612329644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "clamp",
"timestamp": 1648612330558,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.772Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.772Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612324656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612331446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612332651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612332624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612333648,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.809Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.810Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T03:53:37.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648612334653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612328365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612336806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612336654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648612337817,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.832Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.832Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:37.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612348401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-30T03:53:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "aai-ml",
"timestamp": 1648612349406,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:37.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4cdce80-f1ef-4299-859f-eea0082d5725
2022-03-30T03:53:37.847Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4cdce80-f1ef-4299-859f-eea0082d5725 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T03:53:57.152Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:57.165Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T03:53:57.168Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T03:53:57.168Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T03:53:57.168Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T03:53:57.169Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T03:53:57.173Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T03:54:27.174Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4cdce80-f1ef-4299-859f-eea0082d5725 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T03:54:27.180Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4cdce80-f1ef-4299-859f-eea0082d5725 and serviceModelVersionId: 5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c
2022-03-30T03:54:27.181Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fd1436d-cc89-4212-b641-903db424aed8
2022-03-30T03:54:27.196Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0
2022-03-30T03:54:27.205Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T03:54:27.311Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|INFO|500||Invoke
2022-03-30T03:54:27.313Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e4cdce80-f1ef-4299-859f-eea0082d5725], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31967a15-4d65-424c-8d39-2d8960660109], X-ECOMP-RequestID=[e4cdce80-f1ef-4299-859f-eea0082d5725], X-TransactionId=[], X-ONAP-RequestID=[e4cdce80-f1ef-4299-859f-eea0082d5725], Content-Type=[application/merge-patch+json]}
2022-03-30T03:54:27.356Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-30T03:54:27.621Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?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/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220330-03:54:27:363-69913], vertex-id=[426032], Content-Length=[0], Date=[Wed, 30 Mar 2022 03:54:27 GMT], Content-Type=[application/json]}
2022-03-30T03:54:27.622Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T03:54:27.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fd1436d-cc89-4212-b641-903db424aed8/model-vers/model-ver/5b3bd0a7-85f8-4232-b7c1-0fdc0b018b0c?depth=0|INFO|500||InvokeReturn
2022-03-30T03:54:27.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T03:54:27.624Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T03:54:27.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T03:54:27.653Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4cdce80-f1ef-4299-859f-eea0082d5725 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T03:54:27.654Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T03:54:27.655Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-30T03:54:27.659Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T03:54:27.660Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612467654,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:54:27.760Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T03:54:27.762Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T03:54:27.762Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T03:54:27.796Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:54:27.797Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T03:54:28.671Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:54:28.672Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:54:28.672Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:54:37.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:54:37.647Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:54:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:54:37.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:54:37.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "NOTIFIED"
}
2022-03-30T03:54:37.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612357642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T03:54:37.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612365631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612369707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612370778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612371835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612373104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/vfw708e9636f1c40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612374109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612375114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/resourceInstances/vfw708e9636f1c40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612376125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220330034940/1.0/artifacts/service-Vfw20220330034940-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T03:54:37.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:54:38.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:54:38.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:54:38.214Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:54:38.214Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:54:47.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:55:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:55:37.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:55:37.645Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:55:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:55:37.646Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:55:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:55:38.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:55:38.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T03:55:38.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4cdce80-f1ef-4299-859f-eea0082d5725",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648612467654,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T03:55:38.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T03:55:47.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:56:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:56:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:56:37.644Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:56:37.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:56:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:56:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:56:47.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:56:47.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:57:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:57:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:57:37.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:57:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:57:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:57:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:57:47.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:57:47.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:58:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:58:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:58:37.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:58:37.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:58:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:58:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T03:58:47.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:58:47.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:59:37.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:59:37.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:59:37.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T03:59:37.645Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T03:59:37.646Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T03:59:37.646Z|e4cdce80-f1ef-4299-859f-eea0082d5725|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 xHcAUZwE4697cTNt) ...
2022-03-30T03:59:47.192Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T03:59:47.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:00:37.642Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:00:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:00:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T04:00:37.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:00:37.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:00:37.649Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:00:47.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:00:47.191Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:01:37.642Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:01:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:01:37.643Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xHcAUZwE4697cTNt) ...
2022-03-30T04:01:37.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:01:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:01:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:01:47.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:01:47.189Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:02:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:02:37.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:02:37.643Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:02:37.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:02:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:02:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:02:47.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:02:47.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:03:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:03:37.644Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:03:37.644Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:03:37.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:03:37.646Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:03:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:03:47.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:03:47.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:37.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:04:37.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:04:37.645Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:04:37.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:04:37.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:04:37.646Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:04:45.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:45.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:04:45.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1be8eb66-3c23-47f8-8f27-42a75a063b96","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cabf0c5f-2442-4421-8be0-10036aaff8f9","serviceDescription":"service","serviceInvariantUUID":"6faa5f2f-891b-4ac3-a259-64e279617599","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2463e6a9-ffdd-4b04-8405-a8e5023a06ea","resourceInvariantUUID":"8c33f799-be00-45c9-a1dd-8172c2c8c8df","resourceCustomizationUUID":"7fb8a9a0-efb0-400d-b44c-b8b5c306a689","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":"NjAwNDBiNDBjZGQ3NmUxYjc3NzdlZGYwNWMyM2U0OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ce77e5d-6d23-4a55-8670-8c8718bab9e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmFlMGFhM2UyZmZhYzAwNTY3MTc1YjhjNDRjNmMyNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65fffbff-0d5a-43a2-a2ff-96ed70d80295","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:04:45.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:04:45.114Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:45.118Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:45.119Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613077642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:04:45.220Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:04:45.225Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:45.225Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:45.247Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:45.248Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-03-30T04:04:45.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:45.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:04:45.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613083242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:04:45.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T04:04:45.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:04:45.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613077642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:04:45.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T04:04:46.119Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:04:46.120Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:46.123Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:46.123Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613077642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:04:46.224Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:04:46.225Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:46.225Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:46.243Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:46.244Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:04:47.124Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cabf0c5f-2442-4421-8be0-10036aaff8f9",
"serviceDescription": "service",
"serviceInvariantUUID": "6faa5f2f-891b-4ac3-a259-64e279617599",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7fb8a9a0-efb0-400d-b44c-b8b5c306a689",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2463e6a9-ffdd-4b04-8405-a8e5023a06ea",
"resourceInvariantUUID": "8c33f799-be00-45c9-a1dd-8172c2c8c8df",
"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": "NmFlMGFhM2UyZmZhYzAwNTY3MTc1YjhjNDRjNmMyNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65fffbff-0d5a-43a2-a2ff-96ed70d80295"
}
],
"workloadContext": "Production"
}
2022-03-30T04:04:47.125Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:04:47.126Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cabf0c5f-2442-4421-8be0-10036aaff8f9 ASDC
2022-03-30T04:04:47.127Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1be8eb66-3c23-47f8-8f27-42a75a063b96
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cabf0c5f-2442-4421-8be0-10036aaff8f9
ServiceInvariantUUID:6faa5f2f-891b-4ac3-a259-64e279617599
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:65fffbff-0d5a-43a2-a2ff-96ed70d80295
ArtifactChecksum:NmFlMGFhM2UyZmZhYzAwNTY3MTc1YjhjNDRjNmMyNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7fb8a9a0-efb0-400d-b44c-b8b5c306a689
ResourceInvariantUUID:8c33f799-be00-45c9-a1dd-8172c2c8c8df
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2463e6a9-ffdd-4b04-8405-a8e5023a06ea
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-30T04:04:47.127Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cabf0c5f-2442-4421-8be0-10036aaff8f9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:04:47.161Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65fffbff-0d5a-43a2-a2ff-96ed70d80295 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:04:47.162Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:47.784Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:04:47.789Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65fffbff-0d5a-43a2-a2ff-96ed70d80295 52484
2022-03-30T04:04:47.790Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-30T04:04:47.790Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:47.791Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:04:47.791Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:47.795Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:47.795Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613087790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:04:47.895Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:04:47.896Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:47.896Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:47.912Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:47.912Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:04:48.797Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:04:48.798Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:04:48.798Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 65fffbff-0d5a-43a2-a2ff-96ed70d80295, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:48.799Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-30T04:04:48.801Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:48.801Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:48.980Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11432114718822130093/Definitions/service-BasicNetwork-template.yml
2022-03-30T04:04:49.716Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.718Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:04:49.719Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.720Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.720Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-30T04:04:49.720Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:04:49.721Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.722Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.723Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.723Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.724Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cabf0c5f-2442-4421-8be0-10036aaff8f9
Model Version:NULL
Model InvariantUuid:6faa5f2f-891b-4ac3-a259-64e279617599
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8c33f799-be00-45c9-a1dd-8172c2c8c8df
Model UUID:1f7dcfd5-5217-4cb4-ba3c-aca8dba7ae85
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7fb8a9a0-efb0-400d-b44c-b8b5c306a689
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-30T04:04:49.733Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 2463e6a9-ffdd-4b04-8405-a8e5023a06ea
2022-03-30T04:04:49.733Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||No resources found for Service: cabf0c5f-2442-4421-8be0-10036aaff8f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:04:49.742Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||
2022-03-30T04:04:49.742Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-30T04:04:49.743Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||No resources found for Service: cabf0c5f-2442-4421-8be0-10036aaff8f9
2022-03-30T04:04:49.743Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cabf0c5f-2442-4421-8be0-10036aaff8f9
2022-03-30T04:04:49.743Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-30T04:04:49.744Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:04:49.752Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78acc5ea, org.onap.sdc.toscaparser.api.parameters.Input@1f268b38, org.onap.sdc.toscaparser.api.parameters.Input@db8b140, org.onap.sdc.toscaparser.api.parameters.Input@20f10a99, org.onap.sdc.toscaparser.api.parameters.Input@3e6c08f8]
2022-03-30T04:04:49.754Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.754Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.755Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cabf0c5f-2442-4421-8be0-10036aaff8f9: Generic NeutronNet
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.756Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.757Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.757Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-30T04:04:49.824Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.824Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.824Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.825Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.825Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:04:49.825Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:04:49.826Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-30T04:04:49.941Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-30T04:04:49.942Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:04:49.944Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:04:49.944Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613089941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:04:50.045Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-30T04:04:50.047Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:04:50.047Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:04:50.069Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:04:50.070Z||pool-38-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:04:50.945Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:04:50.959Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:04:50.961Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:04:50.961Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:04:50.961Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:05:20.962Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:20.974Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:20.977Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:05:20.977Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:05:20.978Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:05:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:05:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:05:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:05:37.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:05:37.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:05:37.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "aai-ml",
"timestamp": 1648613078365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:05:37.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T04:05:37.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:05:37.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "cds",
"timestamp": 1648613076078,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:05:37.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T04:05:50.978Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:50.992Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:05:50.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:05:50.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:05:50.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:06:20.998Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:21.014Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:21.031Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:06:21.032Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:06:21.032Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:06:37.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:06:37.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:06:37.647Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:06:37.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:06:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:06:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613081614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:06:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T04:06:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-30T04:06:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "dcae-sch",
"timestamp": 1648613074169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:06:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-30T04:06:51.032Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:51.053Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:06:51.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:06:51.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:06:51.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:07:21.057Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:21.067Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:21.068Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:07:21.069Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-30T04:07:21.069Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-30T04:07:37.648Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:07:37.649Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:07:37.649Z|e4cdce80-f1ef-4299-859f-eea0082d5725|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:07:37.715Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:07:37.716Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.716Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "policy-id",
"timestamp": 1648613084553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.717Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.717Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.717Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613083242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "aai-ml",
"timestamp": 1648613078365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613077642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "cds",
"timestamp": 1648613076078,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.718Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613081614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "dcae-sch",
"timestamp": 1648613074169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "policy-id",
"timestamp": 1648613084553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.719Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613087790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "cds",
"timestamp": 1648613086791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "policy-id",
"timestamp": 1648613087892,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.720Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "aai-ml",
"timestamp": 1648613086877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.721Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "cds",
"timestamp": 1648613087798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.728Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.729Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.741Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.741Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "policy-id",
"timestamp": 1648613088900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:07:37.741Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613089941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.742Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "policy-id",
"timestamp": 1648613089908,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.746Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.746Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.755Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.755Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "clamp",
"timestamp": 1648613089471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "clamp",
"timestamp": 1648613089471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.756Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "aai-ml",
"timestamp": 1648613092067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:07:37.757Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.757Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.757Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "aai-ml",
"timestamp": 1648613093071,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.761Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.762Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.771Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "clamp",
"timestamp": 1648613102717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "clamp",
"timestamp": 1648613103741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.772Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.773Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "clamp",
"timestamp": 1648613104760,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.779Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.779Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:37.789Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.790Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613104627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:07:37.790Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.790Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.792Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613104627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:07:37.794Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-30T04:07:37.794Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.794Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613107710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:07:37.795Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.796Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.797Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613109643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:07:37.798Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:07:37.798Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-30T04:07:37.799Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613110649,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:37.805Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1be8eb66-3c23-47f8-8f27-42a75a063b96
2022-03-30T04:07:37.805Z|e4cdce80-f1ef-4299-859f-eea0082d5725|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1be8eb66-3c23-47f8-8f27-42a75a063b96 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:07:51.069Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:51.079Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-30T04:07:51.088Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T04:07:51.089Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T04:07:51.090Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T04:07:51.090Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-30T04:07:51.090Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:07:51.097Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-30T04:08:21.097Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-30T04:08:21.105Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1be8eb66-3c23-47f8-8f27-42a75a063b96 and serviceModelVersionId: cabf0c5f-2442-4421-8be0-10036aaff8f9
2022-03-30T04:08:21.106Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6faa5f2f-891b-4ac3-a259-64e279617599
2022-03-30T04:08:21.108Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0
2022-03-30T04:08:21.122Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-30T04:08:21.271Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|INFO|500||Invoke
2022-03-30T04:08:21.273Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1be8eb66-3c23-47f8-8f27-42a75a063b96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f3742b3-93bb-482c-b610-ca6d783a21a9], X-ECOMP-RequestID=[1be8eb66-3c23-47f8-8f27-42a75a063b96], X-TransactionId=[], X-ONAP-RequestID=[1be8eb66-3c23-47f8-8f27-42a75a063b96], Content-Type=[application/merge-patch+json]}
2022-03-30T04:08:21.345Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-30T04:08:21.900Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?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/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220330-04:08:21:358-91958], vertex-id=[159744], Content-Length=[0], Date=[Wed, 30 Mar 2022 04:08:21 GMT], Content-Type=[application/json]}
2022-03-30T04:08:21.901Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-30T04:08:21.902Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6faa5f2f-891b-4ac3-a259-64e279617599/model-vers/model-ver/cabf0c5f-2442-4421-8be0-10036aaff8f9?depth=0|INFO|500||InvokeReturn
2022-03-30T04:08:21.903Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-30T04:08:21.903Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-30T04:08:21.911Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-30T04:08:21.914Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1be8eb66-3c23-47f8-8f27-42a75a063b96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-30T04:08:21.915Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-30T04:08:21.915Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:21.918Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:21.919Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1be8eb66-3c23-47f8-8f27-42a75a063b96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613301915,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-30T04:08:22.019Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:22.020Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:22.020Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:22.038Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:22.038Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-30T04:08:22.929Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:08:22.930Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:08:22.930Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|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 xHcAUZwE4697cTNt) ...
2022-03-30T04:08:27.264Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:27.267Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-30T04:08:27.267Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2c4cf2f-1701-498c-889f-48c05bdc3591","serviceName":"Demo_pNF_709gAINKLgjo5bWaXPzK","serviceVersion":"1.0","serviceUUID":"c57b0a53-d99d-414b-a7a0-ebd7ca23b42e","serviceDescription":"catalog service description","serviceInvariantUUID":"c81dff69-6dc1-46ab-ad0c-11cd3bc3d294","resources":[{"resourceInstanceName":"pNF d0bd8039-8430 0","resourceName":"pNF d0bd8039-8430","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30844f4d-9820-41cf-b766-22d2e6041d94","resourceInvariantUUID":"3a2e4ff3-fcad-4961-851b-65a5370d421e","resourceCustomizationUUID":"b2f942be-ce4f-47ec-aea5-eaa9e2243b8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml","artifactChecksum":"OTM4NWM2YTBjMmJmNzU4MGNiZmI1MTdiOGUxNjZjYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa5b07ec-9adb-4278-a2f4-3ab5e6db7273","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar","artifactChecksum":"YmI5MzE1MDA0MTcyODQ5NDBlNWY3Mzg2YzA2ZDdhMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"575386d4-e290-4e1c-80b8-f3657ab4ce9e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0c00d48-0154-4475-a590-df9ac20e3717","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml","artifactChecksum":"ODVhMDhkNWZhNzExYjc2NWU5OTI1ZWE4NmMxNDNlN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"247d264e-a35e-49ee-a88e-a36294962f24","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9f8e7b5-cd8e-45bf-856c-bf573857842e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e006fd-b029-482e-b920-b86dcade218e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf709gainklgjo5bwaxpzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml","artifactChecksum":"YmRmZmEzNDUyYjY5NGMxODYzZWM1YTQ1MmExYmU2ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96289db5-f235-44dc-a230-37b233c69df0","artifactVersion":"1"},{"artifactName":"service-DemoPnf709gainklgjo5bwaxpzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar","artifactChecksum":"MzdhYmRiNWU4YTFjNWI2ZDY1MTViNmQ2NjliM2I0NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff9a2447-2962-4381-84ea-e7b4231fbe29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-30T04:08:27.272Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:27.273Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:27.275Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:27.275Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:27.379Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-30T04:08:27.380Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:27.380Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:27.395Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:27.396Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:28.276Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:28.277Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:28.280Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:28.281Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:28.380Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:08:28.381Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:28.381Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:28.411Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:28.411Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:29.281Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:29.282Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:29.285Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:29.285Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:29.385Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:29.387Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:29.387Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:29.414Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:29.415Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:30.286Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:30.287Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:30.290Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:30.290Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:30.393Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-30T04:08:30.395Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:30.395Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:30.414Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:30.414Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-30T04:08:31.290Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:31.291Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:31.295Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:31.296Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:31.396Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:08:31.397Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:31.397Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:31.410Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:31.411Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:32.296Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:32.297Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:32.300Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:32.301Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:32.401Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:32.402Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:32.402Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:32.421Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:32.422Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:33.301Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:33.303Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:33.305Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:33.305Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:33.405Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:33.406Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:33.407Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:33.419Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:33.420Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:34.306Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-30T04:08:34.307Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:34.309Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:34.310Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613302929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:34.410Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-30T04:08:34.411Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:34.411Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:34.423Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:34.424Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:35.311Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"serviceName": "Demo_pNF_709gAINKLgjo5bWaXPzK",
"serviceVersion": "1.0",
"serviceUUID": "c57b0a53-d99d-414b-a7a0-ebd7ca23b42e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c81dff69-6dc1-46ab-ad0c-11cd3bc3d294",
"resources": [
{
"resourceInstanceName": "pNF d0bd8039-8430 0",
"resourceCustomizationUUID": "b2f942be-ce4f-47ec-aea5-eaa9e2243b8d",
"resourceName": "pNF d0bd8039-8430",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "30844f4d-9820-41cf-b766-22d2e6041d94",
"resourceInvariantUUID": "3a2e4ff3-fcad-4961-851b-65a5370d421e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"artifactChecksum": "MzdhYmRiNWU4YTFjNWI2ZDY1MTViNmQ2NjliM2I0NGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff9a2447-2962-4381-84ea-e7b4231fbe29"
}
],
"workloadContext": "Production"
}
2022-03-30T04:08:35.313Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-30T04:08:35.313Z|1be8eb66-3c23-47f8-8f27-42a75a063b96|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c57b0a53-d99d-414b-a7a0-ebd7ca23b42e ASDC
2022-03-30T04:08:35.314Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e2c4cf2f-1701-498c-889f-48c05bdc3591
ServiceName:Demo_pNF_709gAINKLgjo5bWaXPzK
ServiceVersion:1.0
ServiceUUID:c57b0a53-d99d-414b-a7a0-ebd7ca23b42e
ServiceInvariantUUID:c81dff69-6dc1-46ab-ad0c-11cd3bc3d294
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
ArtifactUUID:ff9a2447-2962-4381-84ea-e7b4231fbe29
ArtifactChecksum:MzdhYmRiNWU4YTFjNWI2ZDY1MTViNmQ2NjliM2I0NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d0bd8039-8430 0
ResourceCustomizationUUID:b2f942be-ce4f-47ec-aea5-eaa9e2243b8d
ResourceInvariantUUID:3a2e4ff3-fcad-4961-851b-65a5370d421e
ResourceName:pNF d0bd8039-8430
ResourceType:PNF
ResourceUUID:30844f4d-9820-41cf-b766-22d2e6041d94
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-30T04:08:35.314Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c57b0a53-d99d-414b-a7a0-ebd7ca23b42e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:35.353Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff9a2447-2962-4381-84ea-e7b4231fbe29 from URL: /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:35.354Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-30T04:08:35.355Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:35.763Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-30T04:08:35.769Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar ff9a2447-2962-4381-84ea-e7b4231fbe29 82631
2022-03-30T04:08:35.769Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar ASDC sendASDCNotification
2022-03-30T04:08:35.770Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:35.770Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-30T04:08:35.770Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-30T04:08:35.773Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-30T04:08:35.774Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648613315769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:35.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-30T04:08:35.875Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-30T04:08:35.875Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xHcAUZwE4697cTNt) ...
2022-03-30T04:08:35.890Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:35.892Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-30T04:08:36.774Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-30T04:08:36.776Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-30T04:08:36.777Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ff9a2447-2962-4381-84ea-e7b4231fbe29, URL: /sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar to file: /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:36.777Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:36.778Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:36.778Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:37.006Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3317045517269250014/Definitions/service-DemoPnf709gainklgjo5bwaxpzk-template.yml
2022-03-30T04:08:37.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-30T04:08:37.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-30T04:08:37.650Z||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 xHcAUZwE4697cTNt) ...
2022-03-30T04:08:37.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-30T04:08:37.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613198364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "dcae-sch",
"timestamp": 1648613194169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613196079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613194628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613201614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613209790,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613209878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613211118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "cds",
"timestamp": 1648613210887,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.758Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.759Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613203241,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613204554,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613212237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613213390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613213415,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613214395,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.783Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.784Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613214421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613213430,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/resourceInstances/pnfd0bd803984300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "policy-id",
"timestamp": 1648613215424,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.804Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.804Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613214434,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.825Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.825Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613214684,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "aai-ml",
"timestamp": 1648613215688,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.887Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.887Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613209472,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613220753,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613222776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf709gainklgjo5bwaxpzk/1.0/artifacts/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2c4cf2f-1701-498c-889f-48c05bdc3591",
"consumerID": "clamp",
"timestamp": 1648613223781,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.906Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2c4cf2f-1701-498c-889f-48c05bdc3591
2022-03-30T04:08:37.906Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2c4cf2f-1701-498c-889f-48c05bdc3591 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613221613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "dcae-sch",
"timestamp": 1648613214169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613223241,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613224553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613224627,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613234357,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613235697,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613235809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613226077,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613235550,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613236705,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613236272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "policy-id",
"timestamp": 1648613237708,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.960Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:37.960Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613237152,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:37.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:37.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "cds",
"timestamp": 1648613237277,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:37.977Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:37.978Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:37.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:37.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613238837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:37.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613238541,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613238278,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613239846,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:38.008Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613239593,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:38.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-30T04:08:38.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613240597,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "dcae-sch",
"timestamp": 1648613234170,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613245380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "aai-ml",
"timestamp": 1648613246384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81d9b113-9ecb-4fa2-899a-70b48e028902
2022-03-30T04:08:38.062Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81d9b113-9ecb-4fa2-899a-70b48e028902 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81d9b113-9ecb-4fa2-899a-70b48e028902",
"consumerID": "clamp",
"timestamp": 1648613239473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613241077,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648613241613,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613251132,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613244553,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613253335,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613254665,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "cds",
"timestamp": 1648613253682,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.106Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:08:38.107Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613254627,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613254368,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613255671,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
"consumerID": "dcae-sch",
"timestamp": 1648613254170,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613254627,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613255374,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.121Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:08:38.121Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "aai-ml",
"timestamp": 1648613228365,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-03-30T04:08:38.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "policy-id",
"timestamp": 1648613256677,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-30T04:08:38.139Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f14ba6d6-bc50-4716-9922-be7a2eac7ec1
2022-03-30T04:08:38.140Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f14ba6d6-bc50-4716-9922-be7a2eac7ec1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-30T04:08:38.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
"consumerID": "dcae-sch",
"timestamp": 1648613254170,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f14ba6d6-bc50-4716-9922-be7a2eac7ec1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648613254627,
"artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fec5068c-28eb-4ab8-a3c0-1ec663b97b9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648613243241,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-30T04:08:38.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-30T04:08:38.320Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.321Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d0bd8039-8430 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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||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-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf709gainklgjo5bwaxpzk-csar.csar
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-30T04:08:38.322Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:08:38.323Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.323Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Node template pNF d0bd8039-8430 0 is matching search criteria
2022-03-30T04:08:38.324Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:08:38.324Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d0bd8039-8430 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:08:38.324Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_709gAINKLgjo5bWaXPzK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Node template pNF d0bd8039-8430 0 is matching search criteria
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d0bd8039-8430 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-30T04:08:38.325Z|e2c4cf2f-1701-498c-889f-48c05bdc3591|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery