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-10-26T03:22:20.741Z||main|||||INFO|500||The following profiles are active: basic
2022-10-26T03:22:35.664Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-26T03:22:35.665Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-26T03:22:35.852Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-26T03:22:41.941Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-26T03:22:42.561Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-26T03:22:43.297Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-26T03:22:43.325Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-26T03:22:43.514Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-26T03:22:44.071Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-26T03:22:45.052Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-26T03:22:48.083Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-26T03:22:51.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-26T03:22:51.642Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-26T03:22:52.665Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-26T03:22:53.066Z||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-10-26T03:22:55.038Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-26T03:22:56.823Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-26T03:22:56.858Z||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$$7b5c92.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-10-26T03:22:56.863Z||main|||||WARN|500||The sdc end point is not alive
2022-10-26T03:23:00.813Z||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-10-26T03:23:04.838Z||main|||||WARN|500||---
2022-10-26T03:23:04.839Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-26T03:23:04.840Z||main|||||WARN|500||---
2022-10-26T03:23:05.671Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-26T03:23:13.676Z||main|||||INFO|500||Started Application in 57.431 seconds (JVM running for 60.067)
2022-10-26T03:23:13.696Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-26T03:23:13.705Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-26T03:23:13.721Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-26T03:23:13.750Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-26T03:23:13.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06a0c8e2-758d-40cf-b376-dcb1408b2f44 url= /sdc/v1/artifactTypes
2022-10-26T03:23:13.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-26T03:23:14.238Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-26T03:23:14.297Z||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-10-26T03:23:14.325Z||scheduling-1|||||DEBUG|500||create keys
2022-10-26T03:23:14.341Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-26T03:23:14.380Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:23:14.425Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f8988986-8cb5-4b9e-b2a2-a2958ff293e9 url= /sdc/v1/registerForDistribution
2022-10-26T03:23:14.564Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f8988986-8cb5-4b9e-b2a2-a2958ff293e9 url= /sdc/v1/registerForDistribution
2022-10-26T03:23:14.568Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-26T03:23:14.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:23:14.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:23:14.633Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-26T03:23:14.730Z||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-10-26T03:23:14.731Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:23:14.730Z||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-10-26T03:23:14.733Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:23:25.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:23:25.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:24:14.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:24:14.594Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:24:14.595Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:24:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:24:14.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:24:14.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:24:24.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:24:24.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:25:14.593Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:25:14.594Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:25:14.594Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:25:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:25:14.601Z||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-10-26T03:25:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:25:24.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:25:24.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:26:14.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:26:14.594Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:26:14.594Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:26:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:26:14.601Z||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-10-26T03:26:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:26:24.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:26:24.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:27:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:27:14.593Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:27:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:27:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:27:14.601Z||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-10-26T03:27:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:27:24.148Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:27:24.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:28:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:28:14.592Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:28:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:28:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:28:14.601Z||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-10-26T03:28:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:28:24.153Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:28:24.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:29:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:29:14.593Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:29:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:29:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:29:14.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:29:14.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:29:24.148Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:29:24.148Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:30:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:30:14.593Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:30:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:30:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:30:14.602Z||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-10-26T03:30:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:30:24.144Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:30:24.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:31:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:31:14.592Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:31:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:31:14.601Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:31:14.602Z||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-10-26T03:31:14.603Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:31:24.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:31:24.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:32:14.593Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:32:14.595Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:32:14.595Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:32:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:32:14.601Z||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-10-26T03:32:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:32:24.151Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:32:24.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:32:28.794Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-26T03:33:14.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:33:14.594Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:33:14.594Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:33:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:33:14.601Z||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-10-26T03:33:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:33:24.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:33:24.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:34:14.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:34:14.592Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:34:14.592Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:34:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:34:14.600Z||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-10-26T03:34:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:34:24.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:34:24.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:35:14.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:35:14.592Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:35:14.592Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:35:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:35:14.601Z||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-10-26T03:35:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:35:24.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:35:24.138Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:36:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:36:14.592Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:36:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:36:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:36:14.601Z||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-10-26T03:36:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:36:24.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:36:24.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:37:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:37:14.592Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:37:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:37:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:37:14.601Z||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-10-26T03:37:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:37:24.143Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:37:24.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:38:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:38:14.593Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:38:14.593Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:38:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:38:14.601Z||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-10-26T03:38:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:38:24.143Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:38:24.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:39:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:39:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:39:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:39:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:39:14.602Z||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-10-26T03:39:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:39:24.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:39:24.146Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:40:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:40:14.592Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:40:14.592Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:40:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:40:14.602Z||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-10-26T03:40:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:40:24.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:40:24.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:41:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:41:14.594Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:41:14.594Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:41:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:41:14.601Z||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-10-26T03:41:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:41:24.138Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:41:24.142Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:42:14.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:42:14.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:42:14.597Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:42:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:42:14.601Z||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-10-26T03:42:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:42:24.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:42:24.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:43:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:43:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:43:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:43:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:43:14.600Z||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-10-26T03:43:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:43:24.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:43:24.145Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:44:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:44:14.592Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:44:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:44:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:44:14.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:44:14.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:44:24.148Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:44:24.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:45:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:45:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:45:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:45:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:45:14.601Z||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-10-26T03:45:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:45:24.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:45:24.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:46:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:46:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:46:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:46:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:46:14.601Z||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-10-26T03:46:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:46:24.135Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:46:24.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:47:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:47:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:47:14.594Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:47:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:47:14.601Z||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-10-26T03:47:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:47:24.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:47:24.147Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:48:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:48:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:48:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:48:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:48:14.601Z||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-10-26T03:48:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:48:24.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:48:24.144Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:49:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:49:14.592Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:49:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:49:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:49:14.601Z||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-10-26T03:49:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:49:24.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:49:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:50:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:50:14.592Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:50:14.592Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:50:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:50:14.601Z||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-10-26T03:50:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:50:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:50:24.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:51:14.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:51:14.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:51:14.597Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:51:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:51:14.601Z||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-10-26T03:51:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:51:24.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:51:24.155Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:52:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:52:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:52:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:52:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:52:14.601Z||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-10-26T03:52:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:52:24.138Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:52:24.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:53:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:53:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:53:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:53:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:53:14.601Z||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-10-26T03:53:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:53:24.153Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:53:24.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:54:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:54:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:54:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:54:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:54:14.602Z||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-10-26T03:54:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:54:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:54:24.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:55:14.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:55:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:55:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:55:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:55:14.601Z||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-10-26T03:55:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:55:24.141Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:55:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:56:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:56:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:56:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:56:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:56:14.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:56:14.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:56:24.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:56:24.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:57:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:57:14.593Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:57:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:57:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:57:14.600Z||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-10-26T03:57:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:57:24.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:57:24.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:58:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:58:14.592Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:58:14.592Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:58:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:58:14.600Z||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-10-26T03:58:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:58:24.138Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:58:24.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:59:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:59:14.592Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T03:59:14.593Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T03:59:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:59:14.600Z||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-10-26T03:59:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:59:24.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T03:59:24.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:00:14.594Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:00:14.595Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:00:14.601Z||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-10-26T04:00:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:14.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:14.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756768280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756771457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756781107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "cds",
"timestamp": 1666756782124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-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-10-26T04:00:15.045Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.069Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756774900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756780009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756782492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756787858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756782972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756790360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756788971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756790797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756790058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756791809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756785315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756791138,
"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-10-26T04:00:15.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.150Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "policy-id",
"timestamp": 1666756792815,
"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-10-26T04:00:15.169Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.170Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756793222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756792145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756795670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756797682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:15.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "clamp",
"timestamp": 1666756798687,
"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-10-26T04:00:15.192Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.192Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756799057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:15.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756800065,
"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-10-26T04:00:15.207Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.208Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756804576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "aai-ml",
"timestamp": 1666756805583,
"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-10-26T04:00:15.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:15.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 and ComponentName AAI
2022-10-26T04:00:15.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0025fcad-4795-472b-b307-4535bce9b951","serviceName":"vFW 2022-10-26 03-58-39","serviceVersion":"1.0","serviceUUID":"c8b82f0a-8c24-44a3-a302-7b6954c88e90","serviceDescription":"catalog service description","serviceInvariantUUID":"436f4e4e-0046-4868-aeb3-149dd04cc19c","resources":[{"resourceInstanceName":"vFW 9819969a-f0b9 0","resourceName":"vFW 9819969a-f0b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67a5421e-308a-4d78-8777-c688e6131808","resourceInvariantUUID":"692586cf-dfc5-4444-9ffd-ede16aea8de1","resourceCustomizationUUID":"d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml","artifactChecksum":"Y2YzM2IxM2JmYTY2MDhjZjk0ZmYxMWQxNDMyNDhiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ba94b86-5ce7-4c61-9298-3ce55143dfe9","artifactVersion":"1"},{"artifactName":"vfw9819969af0b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json","artifactChecksum":"ZmI2ZmZmYTQxNjBiYTAxMjk2YzVkZDc4NDg3NzUyM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e282a4dc-505d-4af9-abd1-cfe1484f82d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml","artifactChecksum":"OTNjZGQ3NDY5OGJiMzJmMWRiYzZlY2U3YzBiMTIzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1104d4c7-3690-463a-9432-07a7243dc673","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1117a913-667b-4b59-82ab-4755781edacd","artifactVersion":"2","generatedFromUUID":"7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221026035839-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml","artifactChecksum":"MDRkYmYzMDM2MjMyMGI1ZDMyYTg4Yjc0MmE4N2RhYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5870cbb4-867f-4c6d-9004-02883d75d2d1","artifactVersion":"1"},{"artifactName":"service-Vfw20221026035839-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar","artifactChecksum":"NTcxODI1Zjc0MDViYzlmYjVjMzQwYzNhMjJmMDU0ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abe242f5-8543-4a15-994a-c1d3a3ef89dd","artifactVersion":"1"}],"workloadContext":"Production"}
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-10-26T04:00:15.235Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:15.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:15.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756800009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756798280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756802972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756801457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.256Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.256Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756812335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756812948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756813419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:00:15.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "cds",
"timestamp": 1666756813953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-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-10-26T04:00:15.275Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:00:15.276Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:00:15.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756814425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:15.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756813399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.357Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-26T04:00:15.363Z||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-10-26T04:00:15.363Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:15.380Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:15.382Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:16.266Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:16.267Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:16.269Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:16.270Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:00:16.370Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:16.371Z||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-10-26T04:00:16.371Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:16.384Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:16.385Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:17.271Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:17.272Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:17.275Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:17.275Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:00:17.375Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:17.377Z||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-10-26T04:00:17.378Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:17.393Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:17.394Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:18.276Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:18.277Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:18.280Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:18.280Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:18.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:00:18.382Z||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-10-26T04:00:18.383Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:18.396Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:18.397Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:19.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:19.283Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:19.286Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:19.286Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-26T04:00:19.387Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:00:19.388Z||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-10-26T04:00:19.388Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:19.404Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:19.404Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:20.287Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:20.288Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:20.291Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:20.291Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:00:20.391Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:20.393Z||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-10-26T04:00:20.394Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:20.409Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:20.410Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:21.291Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:21.293Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:21.295Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:21.295Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:00:21.396Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:21.398Z||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-10-26T04:00:21.399Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:21.416Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:21.417Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:22.297Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"serviceName": "vFW 2022-10-26 03-58-39",
"serviceVersion": "1.0",
"serviceUUID": "c8b82f0a-8c24-44a3-a302-7b6954c88e90",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "436f4e4e-0046-4868-aeb3-149dd04cc19c",
"resources": [
{
"resourceInstanceName": "vFW 9819969a-f0b9 0",
"resourceCustomizationUUID": "d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec",
"resourceName": "vFW 9819969a-f0b9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "67a5421e-308a-4d78-8777-c688e6131808",
"resourceInvariantUUID": "692586cf-dfc5-4444-9ffd-ede16aea8de1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9819969af0b90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"artifactChecksum": "ZmI2ZmZmYTQxNjBiYTAxMjk2YzVkZDc4NDg3NzUyM2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e282a4dc-505d-4af9-abd1-cfe1484f82d6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1117a913-667b-4b59-82ab-4755781edacd",
"generatedFromUUID": "7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1117a913-667b-4b59-82ab-4755781edacd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221026035839-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"artifactChecksum": "NTcxODI1Zjc0MDViYzlmYjVjMzQwYzNhMjJmMDU0ZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "abe242f5-8543-4a15-994a-c1d3a3ef89dd"
}
],
"workloadContext": "Production"
}
2022-10-26T04:00:22.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:00:22.299Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8b82f0a-8c24-44a3-a302-7b6954c88e90 ASDC
2022-10-26T04:00:22.544Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0025fcad-4795-472b-b307-4535bce9b951
ServiceName:vFW 2022-10-26 03-58-39
ServiceVersion:1.0
ServiceUUID:c8b82f0a-8c24-44a3-a302-7b6954c88e90
ServiceInvariantUUID:436f4e4e-0046-4868-aeb3-149dd04cc19c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221026035839-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
ArtifactUUID:abe242f5-8543-4a15-994a-c1d3a3ef89dd
ArtifactChecksum:NTcxODI1Zjc0MDViYzlmYjVjMzQwYzNhMjJmMDU0ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9819969a-f0b9 0
ResourceCustomizationUUID:d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
ResourceInvariantUUID:692586cf-dfc5-4444-9ffd-ede16aea8de1
ResourceName:vFW 9819969a-f0b9
ResourceType:VF
ResourceUUID:67a5421e-308a-4d78-8777-c688e6131808
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9819969af0b90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
ArtifactUUID:e282a4dc-505d-4af9-abd1-cfe1484f82d6
ArtifactChecksum:ZmI2ZmZmYTQxNjBiYTAxMjk2YzVkZDc4NDg3NzUyM2U=
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/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
ArtifactUUID:7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c
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/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
ArtifactUUID:1117a913-667b-4b59-82ab-4755781edacd
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/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
ArtifactUUID:1117a913-667b-4b59-82ab-4755781edacd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-26T04:00:22.545Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8b82f0a-8c24-44a3-a302-7b6954c88e90 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-10-26T04:00:22.608Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:00:22.610Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:00:22.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:00:22.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: abe242f5-8543-4a15-994a-c1d3a3ef89dd from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:22.614Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:22.616Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:22.767Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:22.798Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar abe242f5-8543-4a15-994a-c1d3a3ef89dd 99074
2022-10-26T04:00:22.801Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar ASDC sendASDCNotification
2022-10-26T04:00:22.801Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:22.803Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:22.805Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:22.808Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:22.808Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756822799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:22.908Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:00:22.910Z||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-10-26T04:00:22.910Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:22.924Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:22.924Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:23.809Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:00:23.813Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:00:23.814Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: abe242f5-8543-4a15-994a-c1d3a3ef89dd, URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar to file: /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:23.815Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221026035839-csar.csar
2022-10-26T04:00:23.970Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:23.971Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:25.083Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17757176842160278970/Definitions/service-Vfw20221026035839-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-10-26T04:00:28.290Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:00:28.300Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:00:28.300Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.300Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9819969a-f0b9 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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:00:28.314Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.317Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.325Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.326Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:00:28.329Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:00:28.333Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:00:28.333Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.334Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.342Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.342Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:28.343Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:28.343Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.343Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.345Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:00:28.345Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.345Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:00:28.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:28.349Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.349Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.349Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:28.350Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.350Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.350Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:28.351Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.351Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.351Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.352Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-26T04:00:28.352Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.352Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:28.354Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.354Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:28.354Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.355Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e313e081-e856-4412-804d-24f506ecfd89
2022-10-26T04:00:28.355Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.355Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.356Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.356Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:28.356Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:28.359Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.359Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3d50f673-cef2-4c32-beb8-58e19ba9b40e
2022-10-26T04:00:28.359Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.360Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.360Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:28.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-26T04:00:28.364Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54bbc114-d732-486c-86d6-9d1323cce5ec
2022-10-26T04:00:28.364Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.364Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.365Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.365Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.365Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.366Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.366Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:28.366Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.367Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-26 03-58-39
Description:catalog service description
Model UUID:c8b82f0a-8c24-44a3-a302-7b6954c88e90
Model Version:NULL
Model InvariantUuid:436f4e4e-0046-4868-aeb3-149dd04cc19c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9819969a-f0b9
Model UUID:1d1093bd-7009-4a8c-93b0-09c3a45fcfb7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:692586cf-dfc5-4444-9ffd-ede16aea8de1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9d32605f-a562-4212-bdc5-57b97036fedc
ModelName:Vfw9819969aF0b9..base_vfw..module-0
ModelUuid:487e7ce0-4b33-4bd2-85cc-fa76a0317f71
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e313e081-e856-4412-804d-24f506ecfd89
ModelInvariantUuid:6c1e3222-d22d-494b-a11e-42d356914031
ModelName:vFW 9819969a-f0b9-nodes.vfwCvfc
ModelUuid:a645822a-309f-41b7-9621-c7d25d261c80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d58599c9-1016-4457-9f95-aaa59e1661b1
ModelInvariantUuid:98d870ec-45b9-462f-8c67-344b5cb90bb9
ModelName:Vfw9819969aF0b9.compute.nodes.heat.vfw
ModelUuid:7e6f1311-725b-4777-bdb2-c8dfe34cdbcf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3d50f673-cef2-4c32-beb8-58e19ba9b40e
ModelInvariantUuid:239a646e-631c-4e0e-802c-d40bb9145077
ModelName:vFW 9819969a-f0b9-nodes.vsnCvfc
ModelUuid:84e9922f-6a03-482b-8c1f-5f765b450643
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:593a6397-6ffa-4d31-949b-7e602408c9d8
ModelInvariantUuid:3727a5aa-4912-413d-88e6-c4b6d29a1bed
ModelName:Vfw9819969aF0b9.compute.nodes.heat.vsn
ModelUuid:0d521192-b4b4-47fa-96c4-ca91664bfbbe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:54bbc114-d732-486c-86d6-9d1323cce5ec
ModelInvariantUuid:145b630b-da7d-4a30-a571-5d03956a2b82
ModelName:vFW 9819969a-f0b9-nodes.vpgCvfc
ModelUuid:34fd1bd9-c771-4471-adb9-5f2ec0a5cf73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:30dac363-ca7e-4ebe-b18e-078f92e8fc1c
ModelInvariantUuid:49aad93d-3c7b-43c0-a2ee-baa9413a945a
ModelName:Vfw9819969aF0b9.compute.nodes.heat.vpg
ModelUuid:03ef84f2-f4a7-4cd2-9d9f-20e8faafd375
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-10-26T04:00:28.383Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 67a5421e-308a-4d78-8777-c688e6131808
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-10-26T04:00:28.543Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||vFW 9819969a-f0b9 0
2022-10-26T04:00:28.553Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67a5421e-308a-4d78-8777-c688e6131808
2022-10-26T04:00:28.553Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e282a4dc-505d-4af9-abd1-cfe1484f82d6 from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:28.554Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:28.554Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:28.611Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:28.612Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json e282a4dc-505d-4af9-abd1-cfe1484f82d6 785
2022-10-26T04:00:28.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json ASDC sendASDCNotification
2022-10-26T04:00:28.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:28.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:28.614Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:28.618Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:28.618Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756828613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:28.718Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:00:28.720Z||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-10-26T04:00:28.720Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:28.734Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:28.734Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:29.620Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9819969aF0b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d32605f-a562-4212-bdc5-57b97036fedc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "487e7ce0-4b33-4bd2-85cc-fa76a0317f71",
"vfModuleModelCustomizationUUID": "9fa84224-dd60-4a59-8e33-9bf290a4d698",
"isBase": true,
"artifacts": [
"7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c",
"1117a913-667b-4b59-82ab-4755781edacd"
],
"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-10-26T04:00:29.639Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9819969aF0b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:487e7ce0-4b33-4bd2-85cc-fa76a0317f71
VfModuleModelInvariantUUID:9d32605f-a562-4212-bdc5-57b97036fedc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c
,
1117a913-667b-4b59-82ab-4755781edacd
}
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-10-26T04:00:29.644Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9819969aF0b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d32605f-a562-4212-bdc5-57b97036fedc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "487e7ce0-4b33-4bd2-85cc-fa76a0317f71",
"vfModuleModelCustomizationUUID": "9fa84224-dd60-4a59-8e33-9bf290a4d698",
"isBase": true,
"artifacts": [
"7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c",
"1117a913-667b-4b59-82ab-4755781edacd"
],
"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-10-26T04:00:29.644Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9819969aF0b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:487e7ce0-4b33-4bd2-85cc-fa76a0317f71
VfModuleModelInvariantUUID:9d32605f-a562-4212-bdc5-57b97036fedc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c
,
1117a913-667b-4b59-82ab-4755781edacd
}
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-10-26T04:00:29.645Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:29.645Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:29.646Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:29.704Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:29.706Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml 7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c 20368
2022-10-26T04:00:29.706Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-26T04:00:29.707Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:29.707Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:29.707Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:29.710Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:29.710Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756829706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:29.810Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:29.811Z||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-10-26T04:00:29.812Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:29.825Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:29.826Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:30.711Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1117a913-667b-4b59-82ab-4755781edacd from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:30.712Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:30.712Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:30.826Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:30.827Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env 1117a913-667b-4b59-82ab-4755781edacd 2098
2022-10-26T04:00:30.827Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-26T04:00:30.827Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:30.828Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:30.828Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:30.831Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:30.831Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756830827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:00:30.931Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:30.933Z||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-10-26T04:00:30.933Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:31.060Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:31.061Z||pool-13-thread-1|||||INFO|500||cambria reply ok (129 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:31.833Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c8b82f0a-8c24-44a3-a302-7b6954c88e90
2022-10-26T04:00:31.834Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9819969a-f0b9 0 67a5421e-308a-4d78-8777-c688e6131808 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-10-26T04:00:31.874Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d00c99d, org.onap.sdc.toscaparser.api.parameters.Input@15a71721, org.onap.sdc.toscaparser.api.parameters.Input@6bf38f72, org.onap.sdc.toscaparser.api.parameters.Input@5ae477ed, org.onap.sdc.toscaparser.api.parameters.Input@31c3010d]
2022-10-26T04:00:31.880Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.880Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.881Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-26T04:00:31.881Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
2022-10-26T04:00:31.881Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec matches Tosca VF Customization UUID: d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
2022-10-26T04:00:31.882Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec 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-10-26T04:00:31.894Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.894Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.896Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec: {\"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-10-26T04:00:31.897Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@352db13e
2022-10-26T04:00:31.897Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.897Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:00:31.898Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9fa84224-dd60-4a59-8e33-9bf290a4d698
2022-10-26T04:00:31.900Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9fa84224-dd60-4a59-8e33-9bf290a4d698
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-10-26T04:00:31.908Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.908Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.908Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.909Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.909Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.909Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:31.912Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.912Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:31.912Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.913Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e313e081-e856-4412-804d-24f506ecfd89
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-10-26T04:00:31.922Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.922Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.926Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3d50f673-cef2-4c32-beb8-58e19ba9b40e
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-10-26T04:00:31.928Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.929Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.929Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.932Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.932Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.935Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-26T04:00:31.935Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54bbc114-d732-486c-86d6-9d1323cce5ec
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-10-26T04:00:31.937Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.937Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.938Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.938Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.938Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.939Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
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-10-26T04:00:31.940Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.941Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.941Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c8b82f0a-8c24-44a3-a302-7b6954c88e90: vFW 9819969a-f0b9
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.943Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.943Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.943Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.944Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.944Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:00:31.944Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.945Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-26 03-58-39
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-10-26T04:00:32.291Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9819969a-f0b9 67a5421e-308a-4d78-8777-c688e6131808 1 ASDC deployResourceStructure
2022-10-26T04:00:32.292Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json ASDC sendASDCNotification
2022-10-26T04:00:32.292Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:32.292Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:32.293Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:32.295Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:32.296Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756832292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:32.396Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:32.397Z||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-10-26T04:00:32.397Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:32.411Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:32.412Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:33.297Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-26T04:00:33.298Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:33.298Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:33.299Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:33.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:33.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756833297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:33.401Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:33.402Z||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-10-26T04:00:33.402Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:33.415Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:33.416Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:34.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-26T04:00:34.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:34.304Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:34.304Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:34.307Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:34.307Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756834303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:34.407Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:34.408Z||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-10-26T04:00:34.409Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:34.422Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:34.423Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar ASDC sendASDCNotification
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:35.312Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:35.312Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756835308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:00:35.412Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:35.413Z||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-10-26T04:00:35.414Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:35.430Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:00:35.430Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:36.313Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0025fcad-4795-472b-b307-4535bce9b951
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-10-26T04:00:36.333Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0025fcad-4795-472b-b307-4535bce9b951
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-10-26T04:00:36.338Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:00:36.338Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:00:36.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:00:36.347Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:01:06.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:01:06.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0025fcad-4795-472b-b307-4535bce9b951 and serviceModelVersionId: c8b82f0a-8c24-44a3-a302-7b6954c88e90
2022-10-26T04:01:06.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 436f4e4e-0046-4868-aeb3-149dd04cc19c
2022-10-26T04:01:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:01:14.601Z||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-10-26T04:01:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:14.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:14.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:01:14.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:01:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:01:24.057Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0
2022-10-26T04:01:24.200Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:01:24.845Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?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-10-26T04:01:24.850Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0|INFO|500||Invoke
2022-10-26T04:01:24.979Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-26T04:01:25.172Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0|INFO|500||InvokeReturn
2022-10-26T04:01:25.172Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:01:25:362-26012], vertex-id=[159856], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:01:25 GMT], Content-Type=[application/json]}
2022-10-26T04:01:25.173Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:01:25.176Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:01:25.177Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:01:25.185Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:01:25.186Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0025fcad-4795-472b-b307-4535bce9b951 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:01:25.187Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:01:25.188Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:25.190Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:25.190Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756885186,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:01:25.290Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:25.292Z||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-10-26T04:01:25.293Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:25.310Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:25.311Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-10-26T04:01:26.204Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T04:01:26.205Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f","serviceName":"basic_onboard_EGBVvD","serviceVersion":"1.0","serviceUUID":"5bcb37a3-f9c7-4d92-a26f-9661dac641a8","serviceDescription":"service","serviceInvariantUUID":"d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea","resources":[{"resourceInstanceName":"basic_onboard_EGBVvD 0","resourceName":"basic_onboard_EGBVvD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d414374f-ccf9-4f6d-9dd8-7f8030c52b3e","resourceInvariantUUID":"cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7","resourceCustomizationUUID":"b3a13577-f975-407d-87b5-3e4eaac80373","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY5MTc0YzEwZTdlZWI3OGNlODZiNjg2M2Q1NjYyZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a6d08c3-a50d-431b-9880-75f73c59c21d","artifactVersion":"1"},{"artifactName":"basic_onboard_egbvvd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json","artifactChecksum":"MWJiNzM2Mzk3N2JhNzE3OWVjMDUyZmFjNDc2YzE2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91656e6c-5716-4dbb-84d5-e8e4510dd88f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ad8a946-773e-4742-8678-94f20e252a1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54a03b02-f209-4919-824e-040db9c24c71","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004","artifactVersion":"2","generatedFromUUID":"0ad8a946-773e-4742-8678-94f20e252a1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEgbvvd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml","artifactChecksum":"OWQxYzA1ZGZjZDQxZThiMWUxNjc2M2E4ODViOTg5M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec526b2b-a61b-4a37-baa4-45482d935f68","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEgbvvd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar","artifactChecksum":"MTEzOWE0ODQxOTNhYzNkNjdhOTZiYTQ2ZjE1ZmZkZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e84291b0-d759-477b-9ed0-6994d20bd657","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:01:26.206Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:26.206Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:26.208Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:26.208Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:01:26.308Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:26.310Z||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-10-26T04:01:26.310Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:26.327Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:26.328Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:27.213Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:27.214Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:27.217Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:27.218Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:01:27.318Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:01:27.319Z||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-10-26T04:01:27.319Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:27.336Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:27.337Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:28.219Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:28.220Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:28.223Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:28.223Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:01:28.324Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:28.327Z||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-10-26T04:01:28.328Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:28.354Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:28.355Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:29.224Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:29.225Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:29.227Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:29.227Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:01:29.328Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:01:29.329Z||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-10-26T04:01:29.329Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:29.344Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:29.345Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:30.228Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:30.229Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:30.233Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:30.233Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-26T04:01:30.333Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:01:30.334Z||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-10-26T04:01:30.335Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:30.352Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:30.352Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:31.234Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:31.235Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:31.238Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:31.238Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:01:31.339Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:31.340Z||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-10-26T04:01:31.340Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:31.358Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:31.358Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:32.239Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:32.240Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:32.242Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:32.242Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:01:32.342Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:32.343Z||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-10-26T04:01:32.344Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:32.358Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:32.359Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:33.244Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"serviceName": "basic_onboard_EGBVvD",
"serviceVersion": "1.0",
"serviceUUID": "5bcb37a3-f9c7-4d92-a26f-9661dac641a8",
"serviceDescription": "service",
"serviceInvariantUUID": "d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea",
"resources": [
{
"resourceInstanceName": "basic_onboard_EGBVvD 0",
"resourceCustomizationUUID": "b3a13577-f975-407d-87b5-3e4eaac80373",
"resourceName": "basic_onboard_EGBVvD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d414374f-ccf9-4f6d-9dd8-7f8030c52b3e",
"resourceInvariantUUID": "cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_egbvvd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"artifactChecksum": "MWJiNzM2Mzk3N2JhNzE3OWVjMDUyZmFjNDc2YzE2NjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91656e6c-5716-4dbb-84d5-e8e4510dd88f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0ad8a946-773e-4742-8678-94f20e252a1c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004",
"generatedFromUUID": "0ad8a946-773e-4742-8678-94f20e252a1c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEgbvvd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"artifactChecksum": "MTEzOWE0ODQxOTNhYzNkNjdhOTZiYTQ2ZjE1ZmZkZGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e84291b0-d759-477b-9ed0-6994d20bd657"
}
],
"workloadContext": "Production"
}
2022-10-26T04:01:33.244Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:01:33.245Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bcb37a3-f9c7-4d92-a26f-9661dac641a8 ASDC
2022-10-26T04:01:33.245Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
ServiceName:basic_onboard_EGBVvD
ServiceVersion:1.0
ServiceUUID:5bcb37a3-f9c7-4d92-a26f-9661dac641a8
ServiceInvariantUUID:d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEgbvvd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
ArtifactUUID:e84291b0-d759-477b-9ed0-6994d20bd657
ArtifactChecksum:MTEzOWE0ODQxOTNhYzNkNjdhOTZiYTQ2ZjE1ZmZkZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_EGBVvD 0
ResourceCustomizationUUID:b3a13577-f975-407d-87b5-3e4eaac80373
ResourceInvariantUUID:cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7
ResourceName:basic_onboard_EGBVvD
ResourceType:VF
ResourceUUID:d414374f-ccf9-4f6d-9dd8-7f8030c52b3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_egbvvd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
ArtifactUUID:91656e6c-5716-4dbb-84d5-e8e4510dd88f
ArtifactChecksum:MWJiNzM2Mzk3N2JhNzE3OWVjMDUyZmFjNDc2YzE2NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0ad8a946-773e-4742-8678-94f20e252a1c
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
ArtifactUUID:a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
ArtifactUUID:a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-26T04:01:33.246Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bcb37a3-f9c7-4d92-a26f-9661dac641a8 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-10-26T04:01:33.286Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:01:33.287Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:01:33.287Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:01:33.287Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e84291b0-d759-477b-9ed0-6994d20bd657 from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:33.288Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:33.288Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:33.374Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:33.379Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar e84291b0-d759-477b-9ed0-6994d20bd657 71588
2022-10-26T04:01:33.380Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar ASDC sendASDCNotification
2022-10-26T04:01:33.380Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:33.380Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:33.381Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:33.384Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:33.384Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756893380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:01:33.484Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:33.485Z||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-10-26T04:01:33.485Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:33.502Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:33.503Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:34.385Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:01:34.386Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:01:34.386Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e84291b0-d759-477b-9ed0-6994d20bd657, URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar to file: /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.387Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.387Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.387Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.522Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4068500002351622648/Definitions/service-BasicOnboardEgbvvd-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-26T04:01:35.787Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:01:35.787Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:01:35.787Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_EGBVvD 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:01:35.794Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.794Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:01:35.794Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.796Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:35.796Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.796Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is not matching search criteria
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6be6bd11-0097-4050-8609-69ada93505a7
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.800Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:35.800Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.800Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_EGBVvD
Description:service
Model UUID:5bcb37a3-f9c7-4d92-a26f-9661dac641a8
Model Version:NULL
Model InvariantUuid:d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_EGBVvD
Model UUID:57b9e230-04e4-41ee-b9bd-0b327992d22c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b3a13577-f975-407d-87b5-3e4eaac80373
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f7d1f100-7392-4873-b314-5afea7ec893e
ModelName:BasicOnboardEgbvvd..base_ubuntu18..module-0
ModelUuid:7d026836-2f3e-4fcf-a188-a836f12d8317
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6be6bd11-0097-4050-8609-69ada93505a7
ModelInvariantUuid:94828b13-4002-48f4-991a-9f6550a69d3f
ModelName:basic_onboard_EGBVvD-nodes.ubuntu18Cvfc
ModelUuid:7a433272-d9c8-4527-bfff-3f4169a2ef69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f10b66a7-b666-4597-9988-c3a7a3e53704
ModelInvariantUuid:3b10a994-4b3c-43e0-98a6-00b4df6982d2
ModelName:BasicOnboardEgbvvd.compute.nodes.heat.ubuntu18
ModelUuid:8882728e-f1a4-40f2-8c65-7f9800106d4a
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-10-26T04:01:35.808Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d414374f-ccf9-4f6d-9dd8-7f8030c52b3e
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-10-26T04:01:35.811Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||basic_onboard_EGBVvD 0
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d414374f-ccf9-4f6d-9dd8-7f8030c52b3e
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 91656e6c-5716-4dbb-84d5-e8e4510dd88f from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:35.906Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:35.906Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json 91656e6c-5716-4dbb-84d5-e8e4510dd88f 798
2022-10-26T04:01:35.907Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json ASDC sendASDCNotification
2022-10-26T04:01:35.907Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:35.907Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:35.908Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:35.910Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:35.910Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756895907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:01:36.010Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:36.011Z||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-10-26T04:01:36.012Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:36.044Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:36.044Z||pool-27-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:36.911Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEgbvvd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f7d1f100-7392-4873-b314-5afea7ec893e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d026836-2f3e-4fcf-a188-a836f12d8317",
"vfModuleModelCustomizationUUID": "0d97cb67-1c9f-4cdc-8bd2-62b256d73c36",
"isBase": true,
"artifacts": [
"0ad8a946-773e-4742-8678-94f20e252a1c",
"a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-26T04:01:36.916Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEgbvvd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d026836-2f3e-4fcf-a188-a836f12d8317
VfModuleModelInvariantUUID:f7d1f100-7392-4873-b314-5afea7ec893e
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ad8a946-773e-4742-8678-94f20e252a1c
,
a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEgbvvd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f7d1f100-7392-4873-b314-5afea7ec893e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d026836-2f3e-4fcf-a188-a836f12d8317",
"vfModuleModelCustomizationUUID": "0d97cb67-1c9f-4cdc-8bd2-62b256d73c36",
"isBase": true,
"artifacts": [
"0ad8a946-773e-4742-8678-94f20e252a1c",
"a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEgbvvd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d026836-2f3e-4fcf-a188-a836f12d8317
VfModuleModelInvariantUUID:f7d1f100-7392-4873-b314-5afea7ec893e
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ad8a946-773e-4742-8678-94f20e252a1c
,
a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0ad8a946-773e-4742-8678-94f20e252a1c from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:36.920Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:36.972Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml 0ad8a946-773e-4742-8678-94f20e252a1c 5033
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:36.974Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:36.976Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:36.976Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756896973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:01:37.076Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:37.077Z||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-10-26T04:01:37.078Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:37.091Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:37.092Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:37.977Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004 from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:37.977Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:37.978Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:38.031Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004 909
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:38.033Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:38.036Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:38.036Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756898032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:01:38.136Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:38.137Z||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-10-26T04:01:38.137Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:38.156Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:38.156Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:39.037Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5bcb37a3-f9c7-4d92-a26f-9661dac641a8
2022-10-26T04:01:39.037Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_EGBVvD 0 d414374f-ccf9-4f6d-9dd8-7f8030c52b3e 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-10-26T04:01:39.053Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eda8dd, org.onap.sdc.toscaparser.api.parameters.Input@11ab8a77, org.onap.sdc.toscaparser.api.parameters.Input@1a823d1e, org.onap.sdc.toscaparser.api.parameters.Input@4e8a0dd5, org.onap.sdc.toscaparser.api.parameters.Input@24cbef99]
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b3a13577-f975-407d-87b5-3e4eaac80373
2022-10-26T04:01:39.056Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3a13577-f975-407d-87b5-3e4eaac80373 matches Tosca VF Customization UUID: b3a13577-f975-407d-87b5-3e4eaac80373
2022-10-26T04:01:39.056Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b3a13577-f975-407d-87b5-3e4eaac80373 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-10-26T04:01:39.058Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.059Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b3a13577-f975-407d-87b5-3e4eaac80373: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ce5d68a
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d97cb67-1c9f-4cdc-8bd2-62b256d73c36
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d97cb67-1c9f-4cdc-8bd2-62b256d73c36
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-10-26T04:01:39.063Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.063Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.063Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:39.064Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.064Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.064Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:39.065Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.065Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is not matching search criteria
2022-10-26T04:01:39.065Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-26T04:01:39.066Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T04:01:39.066Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6be6bd11-0097-4050-8609-69ada93505a7
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-10-26T04:01:39.068Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=b3a13577-f975-407d-87b5-3e4eaac80373
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-10-26T04:01:39.072Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.072Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.072Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5bcb37a3-f9c7-4d92-a26f-9661dac641a8: basic_onboard_EGBVvD
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.075Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:01:39.075Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.075Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_EGBVvD
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T04:01:39.167Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_EGBVvD d414374f-ccf9-4f6d-9dd8-7f8030c52b3e 1 ASDC deployResourceStructure
2022-10-26T04:01:39.167Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json ASDC sendASDCNotification
2022-10-26T04:01:39.168Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:39.168Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:39.168Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:39.171Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:39.171Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756899167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-26T04:01:39.271Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:39.273Z||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-10-26T04:01:39.273Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:39.288Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:39.289Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:40.172Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-26T04:01:40.173Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:40.173Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:40.173Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:40.175Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:40.176Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756900172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-26T04:01:40.276Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:40.277Z||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-10-26T04:01:40.278Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:40.309Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:40.310Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":2,"count":1}
2022-10-26T04:01:41.177Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-26T04:01:41.177Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:41.178Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:41.178Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:41.181Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:41.181Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756901176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-26T04:01:41.281Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:41.283Z||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-10-26T04:01:41.283Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:41.297Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:41.298Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:42.182Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar ASDC sendASDCNotification
2022-10-26T04:01:42.183Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:42.183Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:42.183Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:42.186Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:42.187Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756902182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:01:42.287Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:01:42.288Z||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-10-26T04:01:42.288Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:42.301Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:01:42.302Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:43.187Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:01:43.200Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:01:43.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:01:43.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:01:43.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:02:13.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:02:13.218Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:02:13.221Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:02:13.221Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:02:13.222Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:02:14.602Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:02:14.603Z||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-10-26T04:02:14.604Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:02:14.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:02:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "policy-id",
"timestamp": 1666756815428,
"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-10-26T04:02:14.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.645Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756814450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756815472,
"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-10-26T04:02:14.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666756816476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756812491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756820212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756815319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "ves-openapi-manager",
"timestamp": 1666756814900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756822799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756823084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756824665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756825702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756825823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756826971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "clamp",
"timestamp": 1666756826709,
"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-10-26T04:02:14.690Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.691Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666756826830,
"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-10-26T04:02:14.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.709Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "aai-ml",
"timestamp": 1666756827976,
"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-10-26T04:02:14.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756828613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756829706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756830827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756832292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756833297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756834303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756835308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:43.222Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:02:43.238Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:02:43.251Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:03:13.252Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:03:13.260Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f and serviceModelVersionId: 5bcb37a3-f9c7-4d92-a26f-9661dac641a8
2022-10-26T04:03:13.260Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea
2022-10-26T04:03:13.262Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0
2022-10-26T04:03:13.269Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:03:13.327Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?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-10-26T04:03:13.329Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0|INFO|500||Invoke
2022-10-26T04:03:13.363Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-26T04:03:13.506Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0|INFO|500||InvokeReturn
2022-10-26T04:03:13.507Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:03:13:747-22317], vertex-id=[163952], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:03:13 GMT], Content-Type=[application/json]}
2022-10-26T04:03:13.508Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:03:13.508Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:03:13.509Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:03:13.514Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:03:13.515Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:03:13.515Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:03:13.515Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:03:13.518Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:03:13.518Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756993515,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:03:13.618Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:03:13.619Z||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-10-26T04:03:13.620Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:13.638Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:03:13.639Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-10-26T04:03:14.531Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:14.532Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:03:14.533Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:14.601Z||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-10-26T04:03:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:14.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:03:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756885186,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "NOTIFIED"
}
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:03:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756814591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:03:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756893380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756895907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756896973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756898032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756899167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756900172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756901176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-26T04:03:14.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756902182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:03:14.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:24.829Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:03:24.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:24.831Z||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-10-26T04:03:24.831Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:34.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:03:34.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:34.378Z||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-10-26T04:03:34.378Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:43.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:04:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:04:14.592Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:04:14.592Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:04:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:04:14.600Z||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-10-26T04:04:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:04:15.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:04:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:04:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666756993515,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:04:15.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:04:24.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:05:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:05:14.593Z||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-10-26T04:05:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:05:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:05:14.601Z||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-10-26T04:05:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:05:24.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:05:24.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:06:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:06:14.593Z||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-10-26T04:06:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:06:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:06:14.601Z||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-10-26T04:06:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:06:24.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:06:24.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:07:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:07:14.592Z||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-10-26T04:07:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:07:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:07:14.600Z||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-10-26T04:07:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:07:24.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:07:24.152Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:08:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:08:14.593Z||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-10-26T04:08:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:08:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:08:14.601Z||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-10-26T04:08:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:08:24.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:08:24.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:09:14.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:09:14.594Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:09:14.594Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:09:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:09:14.601Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:09:14.601Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:09:24.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:09:24.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:10:14.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:10:14.592Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:10:14.593Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:10:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:10:14.600Z||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-10-26T04:10:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:10:24.135Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:10:24.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:11:14.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:11:14.592Z||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-10-26T04:11:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:11:14.601Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:11:14.602Z||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-10-26T04:11:14.603Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:11:24.137Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:11:24.145Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:12:14.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:12:14.592Z||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-10-26T04:12:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:12:14.600Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:12:14.601Z||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-10-26T04:12:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:12:24.141Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:12:24.141Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:14.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:13:14.592Z||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-10-26T04:13:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:13:14.601Z||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-10-26T04:13:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:20.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:20.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"67d3a241-9cb3-49bf-9331-d96cf42a4788","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7d4bb0ad-5ccd-437f-8608-a84d18c740e1","serviceDescription":"service","serviceInvariantUUID":"39f89e9e-0c6a-44ca-9f64-afdc363d5b37","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b7635c53-3dfd-4203-bd27-57e444a03a39","resourceInvariantUUID":"2b35f259-968d-4de1-bab6-221ca42448b5","resourceCustomizationUUID":"14c1e21a-9564-43d8-86c0-6d6b9e8481e8","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":"YzU5MDRiY2ExZTAzODRlZWIwOGQxOWZkOTdjY2VmODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33eb66b0-ac50-40ba-ac28-f3775c54ad11","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGQ3N2MzZjE2YzMyZDcyMzc0YTNmMGQwNDk1ZTQxODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c20fa23-3c73-4abb-841a-9c0636544bc8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:13:20.047Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:13:20.048Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:20.054Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:20.054Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757594591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.154Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:13:20.156Z||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-10-26T04:13:20.156Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:20.172Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:20.174Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:20.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:20.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "cds",
"timestamp": 1666757593280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:13:20.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "aai-ml",
"timestamp": 1666757592491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757594900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:13:21.055Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:13:21.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:21.069Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:21.069Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757594591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:13:21.173Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-26T04:13:21.175Z||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-10-26T04:13:21.177Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:21.192Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:21.192Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:22.070Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7d4bb0ad-5ccd-437f-8608-a84d18c740e1",
"serviceDescription": "service",
"serviceInvariantUUID": "39f89e9e-0c6a-44ca-9f64-afdc363d5b37",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "14c1e21a-9564-43d8-86c0-6d6b9e8481e8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b7635c53-3dfd-4203-bd27-57e444a03a39",
"resourceInvariantUUID": "2b35f259-968d-4de1-bab6-221ca42448b5",
"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": "NGQ3N2MzZjE2YzMyZDcyMzc0YTNmMGQwNDk1ZTQxODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c20fa23-3c73-4abb-841a-9c0636544bc8"
}
],
"workloadContext": "Production"
}
2022-10-26T04:13:22.071Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:13:22.071Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d4bb0ad-5ccd-437f-8608-a84d18c740e1 ASDC
2022-10-26T04:13:22.072Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:67d3a241-9cb3-49bf-9331-d96cf42a4788
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7d4bb0ad-5ccd-437f-8608-a84d18c740e1
ServiceInvariantUUID:39f89e9e-0c6a-44ca-9f64-afdc363d5b37
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:1c20fa23-3c73-4abb-841a-9c0636544bc8
ArtifactChecksum:NGQ3N2MzZjE2YzMyZDcyMzc0YTNmMGQwNDk1ZTQxODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:14c1e21a-9564-43d8-86c0-6d6b9e8481e8
ResourceInvariantUUID:2b35f259-968d-4de1-bab6-221ca42448b5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b7635c53-3dfd-4203-bd27-57e444a03a39
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-26T04:13:22.073Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d4bb0ad-5ccd-437f-8608-a84d18c740e1 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-10-26T04:13:22.118Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1c20fa23-3c73-4abb-841a-9c0636544bc8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:13:22.121Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:22.206Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1c20fa23-3c73-4abb-841a-9c0636544bc8 52510
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:13:22.212Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:22.220Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:22.221Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757602211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:13:22.319Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-26T04:13:22.320Z||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-10-26T04:13:22.320Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:22.340Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:22.341Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:23.223Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:13:23.224Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:13:23.224Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1c20fa23-3c73-4abb-841a-9c0636544bc8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:23.225Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-26T04:13:23.226Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:23.226Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:23.443Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17965665162795653684/Definitions/service-BasicNetwork-template.yml
2022-10-26T04:13:24.463Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:13:24.463Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:13:24.463Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.465Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:13:24.465Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.465Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.468Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.468Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.468Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.469Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.469Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7d4bb0ad-5ccd-437f-8608-a84d18c740e1
Model Version:NULL
Model InvariantUuid:39f89e9e-0c6a-44ca-9f64-afdc363d5b37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2b35f259-968d-4de1-bab6-221ca42448b5
Model UUID:5b706c1d-cc3f-437b-abd8-2babb37adf31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:14c1e21a-9564-43d8-86c0-6d6b9e8481e8
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-10-26T04:13:24.481Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b7635c53-3dfd-4203-bd27-57e444a03a39
2022-10-26T04:13:24.481Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||No resources found for Service: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
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-10-26T04:13:24.489Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||
2022-10-26T04:13:24.489Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.501Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19e44c77, org.onap.sdc.toscaparser.api.parameters.Input@598fe7e2, org.onap.sdc.toscaparser.api.parameters.Input@5df970f5, org.onap.sdc.toscaparser.api.parameters.Input@201f125f, org.onap.sdc.toscaparser.api.parameters.Input@1b2365df]
2022-10-26T04:13:24.503Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7d4bb0ad-5ccd-437f-8608-a84d18c740e1: Generic NeutronNet
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.549Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.550Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.550Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.550Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.551Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:13:24.551Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.551Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.607Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-26T04:13:24.607Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-26T04:13:24.608Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:24.608Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:13:24.608Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:24.610Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:24.611Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757604607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:13:24.711Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:13:24.712Z||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-10-26T04:13:24.712Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:24.725Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:13:24.725Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:25.612Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:13:25.626Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:13:25.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:13:25.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:13:25.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:13:55.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:13:55.643Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:13:55.646Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:13:55.646Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:13:55.646Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:14:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:14:14.601Z||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-10-26T04:14:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:14:14.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:14:14.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:14:14.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666757595316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:14:14.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:14:25.647Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:14:25.659Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:14:25.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:14:25.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:14:25.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:14:55.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:14:55.678Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:14:55.682Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:14:55.683Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:14:55.683Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:15:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:15:14.601Z||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-10-26T04:15:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:15:14.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:15:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:15:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757594591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:15:14.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:15:25.683Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:15:25.696Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:15:25.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:15:25.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:15:25.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:15:55.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:15:55.714Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:15:55.717Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:15:55.718Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:15:55.718Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:16:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:16:14.602Z||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-10-26T04:16:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:16:14.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:16:14.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "aai-ml",
"timestamp": 1666757592491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "cds",
"timestamp": 1666757593280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757594900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666757595316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757594591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757600010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "cds",
"timestamp": 1666757601642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "aai-ml",
"timestamp": 1666757602672,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666757602128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757602211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757600010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "cds",
"timestamp": 1666757602648,
"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-10-26T04:16:14.654Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.654Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "policy-id",
"timestamp": 1666757602972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666757604161,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757604607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "policy-id",
"timestamp": 1666757602972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666757605176,
"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-10-26T04:16:14.674Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "policy-id",
"timestamp": 1666757605720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "aai-ml",
"timestamp": 1666757606735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "policy-id",
"timestamp": 1666757606726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:16:14.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "aai-ml",
"timestamp": 1666757607740,
"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-10-26T04:16:14.689Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.690Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "policy-id",
"timestamp": 1666757607730,
"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-10-26T04:16:14.704Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.704Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "clamp",
"timestamp": 1666757611457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "clamp",
"timestamp": 1666757611457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "clamp",
"timestamp": 1666757623791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "clamp",
"timestamp": 1666757626791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "clamp",
"timestamp": 1666757627796,
"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-10-26T04:16:14.721Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.721Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "aai-ml",
"timestamp": 1666757652491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757638280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757634900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666757640009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757642972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "clamp",
"timestamp": 1666757641457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "aai-ml",
"timestamp": 1666757652491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "cds",
"timestamp": 1666757653255,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "policy-id",
"timestamp": 1666757653743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "ves-openapi-manager",
"timestamp": 1666757652767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:25.719Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:16:25.733Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:16:25.744Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:16:25.744Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-26T04:16:25.744Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:16:25.750Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:16:55.751Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:55.761Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788 and serviceModelVersionId: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
2022-10-26T04:16:55.761Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39f89e9e-0c6a-44ca-9f64-afdc363d5b37
2022-10-26T04:16:55.763Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0
2022-10-26T04:16:55.773Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:16:55.845Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|INFO|500||Invoke
2022-10-26T04:16:55.846Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67d3a241-9cb3-49bf-9331-d96cf42a4788], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a603d3de-3fd0-43cf-891a-9a846979cb3b], X-ECOMP-RequestID=[67d3a241-9cb3-49bf-9331-d96cf42a4788], X-TransactionId=[], X-ONAP-RequestID=[67d3a241-9cb3-49bf-9331-d96cf42a4788], Content-Type=[application/merge-patch+json]}
2022-10-26T04:16:55.874Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-26T04:16:56.071Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?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/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221026-04:16:56:273-90265], vertex-id=[655592], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:16:56 GMT], Content-Type=[application/json]}
2022-10-26T04:16:56.072Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:16:56.072Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|INFO|500||InvokeReturn
2022-10-26T04:16:56.073Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:16:56.074Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:16:56.081Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:16:56.082Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67d3a241-9cb3-49bf-9331-d96cf42a4788 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:16:56.082Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:16:56.083Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:16:56.087Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:16:56.087Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757816082,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:16:56.187Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:16:56.188Z||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-10-26T04:16:56.189Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:16:56.245Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:16:56.246Z||pool-39-thread-1|||||INFO|500||cambria reply ok (58 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-10-26T04:16:57.103Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:16:57.104Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|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-10-26T04:16:57.104Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:01.522Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:01.524Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:17:01.524Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e2566d5-1550-4841-a8fe-074c790cb99a","serviceName":"Demo_pNF_gvzo4168aMpI8UEll2UX","serviceVersion":"1.0","serviceUUID":"1aa8d6cf-4cb4-47a2-b4a7-f062081c0363","serviceDescription":"catalog service description","serviceInvariantUUID":"f2c46036-bb6a-4e0b-b258-3f11aa7be5bc","resources":[{"resourceInstanceName":"pNF 506ef928-15dd 0","resourceName":"pNF 506ef928-15dd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"92812232-15c6-4e06-8ca1-3741d13e3b5f","resourceInvariantUUID":"31e309a3-cb64-4a1e-a038-2fe72963c21d","resourceCustomizationUUID":"b4ba00aa-b4ee-411d-bd75-5d7b73848f2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml","artifactChecksum":"YTZjZGE2NDY1N2NjMmJmMzNiZGM1MGE3ZWE1YjI2ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4bdd582-3747-4960-9f83-8156948d7f2d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar","artifactChecksum":"MTBlMmQ4ZjJjYTBmMWQ2OWZmYzZlMzZjOGQ4MmVkMzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e7fb0c3-cd62-4d36-96bf-c03d999ae065","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"698e8421-bbff-44c8-b163-8487c0c10270","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml","artifactChecksum":"MjBiYzk0OWNiNWUyMWIxMGI0ODljN2I0NDI0ZDUwMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46fe4d81-511b-4eff-8b7a-bf6e47996573","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb29a6d4-8a55-490f-86ee-cbdfb3c44d30","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16e1954d-564c-49cb-894e-3dc52819d4b6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGvzo4168ampi8uell2ux-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml","artifactChecksum":"YzJjZDM3N2IwMjExMjQwY2YwNjhlMzdjYWY4N2VhMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5d90a03-5963-44c6-9bf7-b3ebb75d7959","artifactVersion":"1"},{"artifactName":"service-DemoPnfGvzo4168ampi8uell2ux-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar","artifactChecksum":"OTBiZTQxOTQ1YjVlYjMwMzVjN2ZhM2Q2M2ZhM2JhYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"708f5aee-7960-443e-b54f-06f85acc77ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:17:01.527Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:01.527Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:01.553Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:01.554Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:01.630Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-10-26T04:17:01.632Z||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-10-26T04:17:01.632Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:01.673Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:01.674Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:02.554Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:02.555Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:02.558Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:02.558Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:02.658Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:02.659Z||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-10-26T04:17:02.660Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:02.697Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:02.697Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:03.559Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:03.560Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:03.562Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:03.562Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:03.663Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:03.664Z||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-10-26T04:17:03.664Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:03.680Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:03.681Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:04.563Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:04.564Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:04.567Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:04.567Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:04.669Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:17:04.671Z||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-10-26T04:17:04.671Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:04.685Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:04.686Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:05.568Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:05.570Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:05.572Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:05.573Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:05.673Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:05.675Z||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-10-26T04:17:05.676Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:05.700Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:05.701Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:06.573Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:06.574Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:06.577Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:06.578Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:06.678Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:06.679Z||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-10-26T04:17:06.679Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:06.694Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:06.695Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:07.579Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:07.580Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:07.582Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:07.582Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-26T04:17:07.683Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:17:07.684Z||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-10-26T04:17:07.684Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:07.698Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:07.699Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:08.583Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:08.585Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:08.587Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:08.588Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757817103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "NOTIFIED"
}
2022-10-26T04:17:08.688Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:08.689Z||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-10-26T04:17:08.689Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:08.707Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:08.708Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:09.589Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"serviceName": "Demo_pNF_gvzo4168aMpI8UEll2UX",
"serviceVersion": "1.0",
"serviceUUID": "1aa8d6cf-4cb4-47a2-b4a7-f062081c0363",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f2c46036-bb6a-4e0b-b258-3f11aa7be5bc",
"resources": [
{
"resourceInstanceName": "pNF 506ef928-15dd 0",
"resourceCustomizationUUID": "b4ba00aa-b4ee-411d-bd75-5d7b73848f2b",
"resourceName": "pNF 506ef928-15dd",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "92812232-15c6-4e06-8ca1-3741d13e3b5f",
"resourceInvariantUUID": "31e309a3-cb64-4a1e-a038-2fe72963c21d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"artifactChecksum": "OTBiZTQxOTQ1YjVlYjMwMzVjN2ZhM2Q2M2ZhM2JhYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "708f5aee-7960-443e-b54f-06f85acc77ec"
}
],
"workloadContext": "Production"
}
2022-10-26T04:17:09.590Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:17:09.590Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363 ASDC
2022-10-26T04:17:09.591Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5e2566d5-1550-4841-a8fe-074c790cb99a
ServiceName:Demo_pNF_gvzo4168aMpI8UEll2UX
ServiceVersion:1.0
ServiceUUID:1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
ServiceInvariantUUID:f2c46036-bb6a-4e0b-b258-3f11aa7be5bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
ArtifactUUID:708f5aee-7960-443e-b54f-06f85acc77ec
ArtifactChecksum:OTBiZTQxOTQ1YjVlYjMwMzVjN2ZhM2Q2M2ZhM2JhYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 506ef928-15dd 0
ResourceCustomizationUUID:b4ba00aa-b4ee-411d-bd75-5d7b73848f2b
ResourceInvariantUUID:31e309a3-cb64-4a1e-a038-2fe72963c21d
ResourceName:pNF 506ef928-15dd
ResourceType:PNF
ResourceUUID:92812232-15c6-4e06-8ca1-3741d13e3b5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-26T04:17:09.592Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363 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-10-26T04:17:09.624Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:17:09.625Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:17:09.625Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:17:09.626Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 708f5aee-7960-443e-b54f-06f85acc77ec from URL: /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:09.626Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:17:09.627Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:09.778Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:17:09.783Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar 708f5aee-7960-443e-b54f-06f85acc77ec 82639
2022-10-26T04:17:09.784Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar ASDC sendASDCNotification
2022-10-26T04:17:09.784Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:09.784Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:17:09.785Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:09.787Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:09.787Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666757829784,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-26T04:17:09.887Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:09.888Z||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-10-26T04:17:09.889Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:09.907Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-26T04:17:09.908Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:10.787Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:17:10.789Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:17:10.789Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 708f5aee-7960-443e-b54f-06f85acc77ec, URL: /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar to file: /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.790Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.790Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.791Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.969Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13141663730075657559/Definitions/service-DemoPnfGvzo4168ampi8uell2ux-template.yml
2022-10-26T04:17:12.014Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:17:12.015Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:17:12.016Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.016Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T04:17:12.016Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.017Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.017Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.018Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.018Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.018Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.019Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 506ef928-15dd 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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.019Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:17:12.019Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.020Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.020Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Node template pNF 506ef928-15dd 0 is matching search criteria
2022-10-26T04:17:12.021Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:17:12.021Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 506ef928-15dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:17:12.021Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.022Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.023Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Node template pNF 506ef928-15dd 0 is matching search criteria
2022-10-26T04:17:12.023Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:17:12.023Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 506ef928-15dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:17:12.024Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.024Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.025Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.025Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.025Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.026Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.026Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.027Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.027Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.027Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.028Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_gvzo4168aMpI8UEll2UX
Description:catalog service description
Model UUID:1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
Model Version:NULL
Model InvariantUuid:f2c46036-bb6a-4e0b-b258-3f11aa7be5bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-26T04:17:12.037Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 92812232-15c6-4e06-8ca1-3741d13e3b5f
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-10-26T04:17:12.042Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||pNF 506ef928-15dd 0
2022-10-26T04:17:12.042Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 92812232-15c6-4e06-8ca1-3741d13e3b5f
2022-10-26T04:17:12.043Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
2022-10-26T04:17:12.043Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
2022-10-26T04:17:12.043Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 506ef928-15dd 0 92812232-15c6-4e06-8ca1-3741d13e3b5f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:17:12.050Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e15cf33, org.onap.sdc.toscaparser.api.parameters.Input@26568ee9, org.onap.sdc.toscaparser.api.parameters.Input@3c0d4016, org.onap.sdc.toscaparser.api.parameters.Input@188c3908, org.onap.sdc.toscaparser.api.parameters.Input@1860017d]
2022-10-26T04:17:12.050Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-26T04:17:12.051Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.051Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363: pNF 506ef928-15dd
2022-10-26T04:17:12.051Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Processing PNF resource: 92812232-15c6-4e06-8ca1-3741d13e3b5f
2022-10-26T04:17:12.052Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery