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-30T03:21:36.051Z||main|||||INFO|500||The following profiles are active: basic
2022-10-30T03:21:47.891Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-30T03:21:47.892Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-30T03:21:48.007Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-30T03:21:52.255Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-30T03:21:52.707Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-30T03:21:53.325Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-30T03:21:53.335Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-30T03:21:53.455Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-30T03:21:53.713Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-30T03:21:54.609Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-30T03:21:57.194Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T03:21:59.961Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T03:22:00.031Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-30T03:22:00.819Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T03:22:01.102Z||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-30T03:22:02.479Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T03:22:03.607Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-30T03:22:03.628Z||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-30T03:22:03.630Z||main|||||WARN|500||The sdc end point is not alive
2022-10-30T03:22:06.845Z||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-30T03:22:09.894Z||main|||||WARN|500||---
2022-10-30T03:22:09.895Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-30T03:22:09.896Z||main|||||WARN|500||---
2022-10-30T03:22:10.342Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-30T03:22:15.091Z||main|||||INFO|500||Started Application in 42.766 seconds (JVM running for 45.985)
2022-10-30T03:22:15.105Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-30T03:22:15.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-30T03:22:15.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-30T03:22:15.147Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-30T03:22:15.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d117f621-74f6-453d-aae3-d3cd8444637f url= /sdc/v1/artifactTypes
2022-10-30T03:22:15.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-30T03:22:15.453Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-30T03:22:15.478Z||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-30T03:22:15.502Z||scheduling-1|||||DEBUG|500||create keys
2022-10-30T03:22:15.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-30T03:22:15.557Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:22:15.606Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1bf0a64e-3b5c-4812-a458-3ad6b07164e6 url= /sdc/v1/registerForDistribution
2022-10-30T03:22:15.737Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1bf0a64e-3b5c-4812-a458-3ad6b07164e6 url= /sdc/v1/registerForDistribution
2022-10-30T03:22:15.738Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-30T03:22:15.756Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:22:15.759Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:22:15.760Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-30T03:22:15.772Z||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-30T03:22:15.772Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:22:15.777Z||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-30T03:22:15.778Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:22:26.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:22:26.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:23:15.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:23:15.746Z||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-30T03:23:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:23:15.750Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:23:15.751Z||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-30T03:23:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:23:25.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:23:25.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:24:15.746Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:24:15.748Z||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-30T03:24:15.748Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:24:15.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:24:15.752Z||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-30T03:24:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:24:25.305Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:24:25.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:25:15.745Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:25:15.746Z||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-30T03:25:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:25:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:25:15.750Z||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-30T03:25:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:25:25.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:25:25.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:26:15.744Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:26:15.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:26:15.746Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:26:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:26:15.750Z||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-30T03:26:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:26:25.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:26:25.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:27:15.744Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:27:15.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:27:15.746Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:27:15.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:27:15.750Z||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-30T03:27:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:27:25.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:27:25.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:28:15.747Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:28:15.748Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:28:15.748Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:28:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:28:15.751Z||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-30T03:28:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:28:25.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:28:25.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:29:15.745Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:29:15.746Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:29:15.746Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:29:15.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:29:15.751Z||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-30T03:29:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:29:25.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:29:25.296Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:30:15.746Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:30:15.749Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T03:30:15.749Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:30:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:30:15.750Z||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-30T03:30:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:30:25.309Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:30:25.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:31:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:31:15.746Z||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-30T03:31:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:31:15.750Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:31:15.750Z||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-30T03:31:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:31:25.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:31:25.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:31:52.910Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-30T03:32:15.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:32:15.746Z||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-30T03:32:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:32:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:32:15.750Z||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-30T03:32:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:32:25.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:32:25.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:33:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:33:15.746Z||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-30T03:33:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:33:15.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:33:15.750Z||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-30T03:33:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:33:25.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:33:25.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:34:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:34:15.746Z||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-30T03:34:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:34:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:34:15.750Z||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-30T03:34:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:34:25.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:34:25.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:35:15.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:35:15.746Z||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-30T03:35:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:35:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:35:15.750Z||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-30T03:35:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:35:25.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:35:25.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:36:15.748Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:36:15.749Z||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-30T03:36:15.749Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:36:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:36:15.750Z||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-30T03:36:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:36:25.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:36:25.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:37:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:37:15.746Z||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-30T03:37:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:37:15.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:37:15.750Z||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-30T03:37:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:37:25.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:37:25.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:38:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:38:15.746Z||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-30T03:38:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:38:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:38:15.750Z||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-30T03:38:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:38:25.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:38:25.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:39:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:39:15.746Z||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-30T03:39:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:39:15.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:39:15.750Z||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-30T03:39:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:39:25.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:39:25.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:40:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:40:15.746Z||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-30T03:40:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:40:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:40:15.751Z||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-30T03:40:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:40:25.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:40:25.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:41:15.745Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:41:15.746Z||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-30T03:41:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:41:15.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:41:15.750Z||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-30T03:41:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:41:25.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:41:25.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:42:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:42:15.747Z||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-30T03:42:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:42:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:42:15.751Z||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-30T03:42:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:42:25.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:42:25.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:43:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:43:15.746Z||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-30T03:43:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:43:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:43:15.750Z||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-30T03:43:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:43:25.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:43:25.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:44:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:44:15.751Z||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-30T03:44:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:44:15.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:44:15.753Z||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-30T03:44:15.753Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:44:25.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:44:25.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:45:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:45:15.746Z||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-30T03:45:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:45:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:45:15.750Z||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-30T03:45:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:45:25.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:45:25.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:46:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:46:15.746Z||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-30T03:46:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:46:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:46:15.750Z||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-30T03:46:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:46:25.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:46:25.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:47:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:47:15.745Z||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-30T03:47:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:47:15.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:47:15.750Z||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-30T03:47:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:47:25.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:47:25.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:48:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:48:15.747Z||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-30T03:48:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:48:15.751Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:48:15.752Z||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-30T03:48:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:48:25.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:48:25.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:49:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:49:15.747Z||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-30T03:49:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:49:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:49:15.750Z||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-30T03:49:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:49:25.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:49:25.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:50:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:50:15.746Z||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-30T03:50:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:50:15.751Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:50:15.752Z||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-30T03:50:15.753Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:50:25.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:50:25.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:51:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:51:15.746Z||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-30T03:51:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:51:15.750Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:51:15.750Z||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-30T03:51:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:51:25.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:51:25.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:52:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:52:15.746Z||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-30T03:52:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:52:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:52:15.750Z||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-30T03:52:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:52:25.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:52:25.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:53:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:53:15.745Z||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-30T03:53:15.745Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:53:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:53:15.750Z||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-30T03:53:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:53:25.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:53:25.292Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:54:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:54:15.746Z||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-30T03:54:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:54:15.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:54:15.750Z||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-30T03:54:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:54:25.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:54:25.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:55:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:55:15.745Z||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-30T03:55:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:55:15.749Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:55:15.750Z||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-30T03:55:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:55:25.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:55:25.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:56:15.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:56:15.745Z||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-30T03:56:15.745Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:56:15.749Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:56:15.750Z||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-30T03:56:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:56:25.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:56:25.297Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:57:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:57:15.746Z||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-30T03:57:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:57:15.750Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:57:15.750Z||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-30T03:57:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:57:25.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:57:25.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:58:15.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:58:15.747Z||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-30T03:58:15.747Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:58:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:58:15.750Z||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-30T03:58:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:58:25.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:58:25.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:15.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:59:15.746Z||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-30T03:59:15.746Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T03:59:15.750Z||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-30T03:59:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:15.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:15.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:15.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:15.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:15.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102303804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102299407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102300159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102309079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102316468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102316490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102316609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102316921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "cds",
"timestamp": 1667102317660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-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-30T03:59:16.231Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.251Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T03:59:16.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102317593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102311297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102318666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102319777,
"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-30T03:59:16.292Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102320794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102315039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102321618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102316179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102322892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102322624,
"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-30T03:59:16.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T03:59:16.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102323906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:16.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "policy-id",
"timestamp": 1667102324911,
"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-30T03:59:16.328Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.329Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T03:59:16.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102331586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:16.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102332666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102332676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "clamp",
"timestamp": 1667102333671,
"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-30T03:59:16.344Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.344Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T03:59:16.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "aai-ml",
"timestamp": 1667102333682,
"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-30T03:59:16.359Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82765ca7-5bf4-4f9b-a14a-904c54f43b49
2022-10-30T03:59:16.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T03:59:16.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T03:59:16.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:16.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"82765ca7-5bf4-4f9b-a14a-904c54f43b49","serviceName":"vFW 2022-10-30 03-57-36","serviceVersion":"1.0","serviceUUID":"02eeb7ad-9e3a-40bc-87d9-c1b734adddfb","serviceDescription":"catalog service description","serviceInvariantUUID":"4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f","resources":[{"resourceInstanceName":"vFW 8b90777c-b0dc 0","resourceName":"vFW 8b90777c-b0dc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d3f7ec5-5fa9-4428-b3cb-1f378c169c08","resourceInvariantUUID":"4e77ef4c-29fe-4a7f-b8d7-e86a6afad475","resourceCustomizationUUID":"05c65e80-d002-4de7-af08-e506815146cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2ODkwOTg1MzQ3NzYwY2JhMmQ5NGM0Mjk4Nzg1ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7eec1d74-2b6f-41e8-b5e1-2099c92c0b9c","artifactVersion":"1"},{"artifactName":"vfw8b90777cb0dc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json","artifactChecksum":"OWNkY2FkMWQ4ZTE2N2ExZjBiYmQzYWIzZDI1ODhlZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bc0778c-57ef-41a3-a219-424166c38b0a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c2133d6-1f5a-4816-88df-0e06b1c7e6cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml","artifactChecksum":"NTBiZGQ0ZTQ1MDE1NGI2M2I0YTJmNjNlNzM1N2IzMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71872b82-b6fa-40e4-8b1c-69487a9178c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7799ca6c-a574-4293-9b09-dea4028fbdb6","artifactVersion":"2","generatedFromUUID":"1c2133d6-1f5a-4816-88df-0e06b1c7e6cf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221030035736-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml","artifactChecksum":"YTU2Nzk5MTFmNzMwOTQ2MzdiYjk1NmQ0ODlhNjRhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12e87d5d-e40e-4da1-ae4e-fb063c461c85","artifactVersion":"1"},{"artifactName":"service-Vfw20221030035736-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar","artifactChecksum":"ZDBhZmI1YjY2NWQwNjBmZGNjZGFkZWM1YzM3ZWExODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed034568-1cd2-4aa7-8068-7ca39e538483","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T03:59:16.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T03:59:16.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T03:59:16.392Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:16.398Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:16.409Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:16.409Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:16.509Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-30T03:59:16.513Z||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-30T03:59:16.513Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:16.535Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:16.536Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:17.417Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:17.417Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:17.421Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:17.421Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T03:59:17.522Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T03:59:17.523Z||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-30T03:59:17.523Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:17.539Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:17.539Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:18.422Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:18.422Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:18.425Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:18.425Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T03:59:18.525Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:18.526Z||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-30T03:59:18.526Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:18.541Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:18.542Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T03:59:19.425Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:19.426Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:19.428Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:19.428Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:19.529Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:19.530Z||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-30T03:59:19.530Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:19.545Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:19.546Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:20.429Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:20.431Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:20.435Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:20.435Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T03:59:20.542Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-30T03:59:20.544Z||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-30T03:59:20.544Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:20.562Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:20.563Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:21.436Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:21.437Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:21.439Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:21.439Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T03:59:21.539Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:21.540Z||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-30T03:59:21.541Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:21.555Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:21.556Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:22.439Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T03:59:22.440Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:22.443Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:22.443Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T03:59:22.543Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:22.546Z||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-30T03:59:22.547Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:22.566Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:22.566Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-30T03:59:23.445Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"serviceName": "vFW 2022-10-30 03-57-36",
"serviceVersion": "1.0",
"serviceUUID": "02eeb7ad-9e3a-40bc-87d9-c1b734adddfb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f",
"resources": [
{
"resourceInstanceName": "vFW 8b90777c-b0dc 0",
"resourceCustomizationUUID": "05c65e80-d002-4de7-af08-e506815146cf",
"resourceName": "vFW 8b90777c-b0dc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8d3f7ec5-5fa9-4428-b3cb-1f378c169c08",
"resourceInvariantUUID": "4e77ef4c-29fe-4a7f-b8d7-e86a6afad475",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8b90777cb0dc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"artifactChecksum": "OWNkY2FkMWQ4ZTE2N2ExZjBiYmQzYWIzZDI1ODhlZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1bc0778c-57ef-41a3-a219-424166c38b0a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1c2133d6-1f5a-4816-88df-0e06b1c7e6cf",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7799ca6c-a574-4293-9b09-dea4028fbdb6",
"generatedFromUUID": "1c2133d6-1f5a-4816-88df-0e06b1c7e6cf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7799ca6c-a574-4293-9b09-dea4028fbdb6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221030035736-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"artifactChecksum": "ZDBhZmI1YjY2NWQwNjBmZGNjZGFkZWM1YzM3ZWExODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed034568-1cd2-4aa7-8068-7ca39e538483"
}
],
"workloadContext": "Production"
}
2022-10-30T03:59:23.448Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T03:59:23.448Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb ASDC
2022-10-30T03:59:23.576Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:82765ca7-5bf4-4f9b-a14a-904c54f43b49
ServiceName:vFW 2022-10-30 03-57-36
ServiceVersion:1.0
ServiceUUID:02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
ServiceInvariantUUID:4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221030035736-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
ArtifactUUID:ed034568-1cd2-4aa7-8068-7ca39e538483
ArtifactChecksum:ZDBhZmI1YjY2NWQwNjBmZGNjZGFkZWM1YzM3ZWExODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8b90777c-b0dc 0
ResourceCustomizationUUID:05c65e80-d002-4de7-af08-e506815146cf
ResourceInvariantUUID:4e77ef4c-29fe-4a7f-b8d7-e86a6afad475
ResourceName:vFW 8b90777c-b0dc
ResourceType:VF
ResourceUUID:8d3f7ec5-5fa9-4428-b3cb-1f378c169c08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8b90777cb0dc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
ArtifactUUID:1bc0778c-57ef-41a3-a219-424166c38b0a
ArtifactChecksum:OWNkY2FkMWQ4ZTE2N2ExZjBiYmQzYWIzZDI1ODhlZjA=
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/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
ArtifactUUID:1c2133d6-1f5a-4816-88df-0e06b1c7e6cf
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/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
ArtifactUUID:7799ca6c-a574-4293-9b09-dea4028fbdb6
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/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
ArtifactUUID:7799ca6c-a574-4293-9b09-dea4028fbdb6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T03:59:23.576Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb 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-30T03:59:23.632Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T03:59:23.634Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T03:59:23.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T03:59:23.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed034568-1cd2-4aa7-8068-7ca39e538483 from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:23.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:23.638Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:23.761Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:23.781Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar ed034568-1cd2-4aa7-8068-7ca39e538483 99029
2022-10-30T03:59:23.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar ASDC sendASDCNotification
2022-10-30T03:59:23.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:23.784Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:23.786Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:23.788Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:23.788Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102363781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:23.888Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:23.889Z||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-30T03:59:23.889Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:23.904Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:23.904Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:24.789Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T03:59:24.790Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T03:59:24.791Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ed034568-1cd2-4aa7-8068-7ca39e538483, URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar to file: /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:24.791Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221030035736-csar.csar
2022-10-30T03:59:24.885Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:24.885Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:25.711Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6515628680749822207/Definitions/service-Vfw20221030035736-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-10-30T03:59:28.474Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T03:59:28.480Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T03:59:28.480Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.480Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.481Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b90777c-b0dc 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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.482Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-Vfw20221030035736-csar.csar
2022-10-30T03:59:28.483Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T03:59:28.490Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.492Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.496Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.497Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T03:59:28.498Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T03:59:28.500Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.501Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.501Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.501Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T03:59:28.502Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T03:59:28.502Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.502Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.505Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.506Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.506Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.506Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.507Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:28.507Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.507Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:28.508Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:28.509Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T03:59:28.510Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.511Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T03:59:28.512Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.512Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.512Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:28.513Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.513Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.513Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:28.514Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.515Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.515Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.515Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:28.516Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.517Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8495cbeb-a433-4301-876f-6cfe49d5b336
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.518Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:28.519Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:28.520Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.521Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31b09bcb-0022-4e08-8282-dceded10b902
2022-10-30T03:59:28.522Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.522Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:28.522Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.523Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:28.524Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T03:59:28.525Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3f3b96f-b3b8-4fe0-b7e8-276323b6cf19
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.526Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:28.527Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:28.528Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-30 03-57-36
Description:catalog service description
Model UUID:02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
Model Version:NULL
Model InvariantUuid:4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8b90777c-b0dc
Model UUID:ba82dda1-4a51-4699-804f-31688f6f934d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e77ef4c-29fe-4a7f-b8d7-e86a6afad475
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:05c65e80-d002-4de7-af08-e506815146cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bd38523a-7f3e-4060-870d-eb7573290ba3
ModelName:Vfw8b90777cB0dc..base_vfw..module-0
ModelUuid:bd299bd3-f65a-4d07-bfc5-3b07ea9575ba
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8495cbeb-a433-4301-876f-6cfe49d5b336
ModelInvariantUuid:20ebc433-0b05-4ddf-9ff5-631d2ef57b6d
ModelName:vFW 8b90777c-b0dc-nodes.vfwCvfc
ModelUuid:04ac9c85-3453-4dbd-b95f-3e4d51d19297
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f58133c1-6490-416f-83c0-d27c21a821db
ModelInvariantUuid:c652893f-cf6a-4ff5-beba-085e0d6356e8
ModelName:Vfw8b90777cB0dc.compute.nodes.heat.vfw
ModelUuid:005ba847-d00d-4044-aed4-d0000b0ed091
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:31b09bcb-0022-4e08-8282-dceded10b902
ModelInvariantUuid:2c4f2701-3395-4896-a027-a72c1c8802e9
ModelName:vFW 8b90777c-b0dc-nodes.vsnCvfc
ModelUuid:5290971f-71ed-4a45-9791-e97b3aaf69a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1a7a9750-f4a4-47f1-982d-8df3e33a4a61
ModelInvariantUuid:feaadd94-beca-43d1-81a0-d55bba915efb
ModelName:Vfw8b90777cB0dc.compute.nodes.heat.vsn
ModelUuid:53f02635-e2b0-4ff0-90cc-544241c0b4d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d3f3b96f-b3b8-4fe0-b7e8-276323b6cf19
ModelInvariantUuid:329eef18-d18c-4a6a-9297-5aba6c3af65a
ModelName:vFW 8b90777c-b0dc-nodes.vpgCvfc
ModelUuid:7b891f80-b278-410c-9dbe-f5c0e84b037e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:71285625-5172-46a6-b613-90b945e51864
ModelInvariantUuid:6e968a90-36dd-4a26-a664-7c59a11d5349
ModelName:Vfw8b90777cB0dc.compute.nodes.heat.vpg
ModelUuid:aacb0631-0153-4b17-99a5-61798acc1386
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-30T03:59:28.541Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08
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-30T03:59:28.636Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||vFW 8b90777c-b0dc 0
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bc0778c-57ef-41a3-a219-424166c38b0a from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:28.644Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:28.698Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json 1bc0778c-57ef-41a3-a219-424166c38b0a 785
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json ASDC sendASDCNotification
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:28.699Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:28.700Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:28.702Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:28.702Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102368699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:28.802Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:28.804Z||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-30T03:59:28.804Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:28.821Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:28.821Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:29.704Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8b90777cB0dc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bd38523a-7f3e-4060-870d-eb7573290ba3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd299bd3-f65a-4d07-bfc5-3b07ea9575ba",
"vfModuleModelCustomizationUUID": "0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e",
"isBase": true,
"artifacts": [
"1c2133d6-1f5a-4816-88df-0e06b1c7e6cf",
"7799ca6c-a574-4293-9b09-dea4028fbdb6"
],
"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-30T03:59:29.720Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b90777cB0dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd299bd3-f65a-4d07-bfc5-3b07ea9575ba
VfModuleModelInvariantUUID:bd38523a-7f3e-4060-870d-eb7573290ba3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c2133d6-1f5a-4816-88df-0e06b1c7e6cf
,
7799ca6c-a574-4293-9b09-dea4028fbdb6
}
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-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8b90777cB0dc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bd38523a-7f3e-4060-870d-eb7573290ba3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd299bd3-f65a-4d07-bfc5-3b07ea9575ba",
"vfModuleModelCustomizationUUID": "0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e",
"isBase": true,
"artifacts": [
"1c2133d6-1f5a-4816-88df-0e06b1c7e6cf",
"7799ca6c-a574-4293-9b09-dea4028fbdb6"
],
"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-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b90777cB0dc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd299bd3-f65a-4d07-bfc5-3b07ea9575ba
VfModuleModelInvariantUUID:bd38523a-7f3e-4060-870d-eb7573290ba3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c2133d6-1f5a-4816-88df-0e06b1c7e6cf
,
7799ca6c-a574-4293-9b09-dea4028fbdb6
}
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-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1c2133d6-1f5a-4816-88df-0e06b1c7e6cf from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:29.723Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:29.724Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:29.781Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:29.782Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml 1c2133d6-1f5a-4816-88df-0e06b1c7e6cf 20368
2022-10-30T03:59:29.782Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T03:59:29.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:29.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:29.783Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:29.785Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:29.785Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102369782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:29.885Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:29.886Z||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-30T03:59:29.886Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:29.900Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:29.900Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:30.786Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7799ca6c-a574-4293-9b09-dea4028fbdb6 from URL: /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:30.787Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T03:59:30.787Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:30.834Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T03:59:30.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env 7799ca6c-a574-4293-9b09-dea4028fbdb6 2098
2022-10-30T03:59:30.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T03:59:30.836Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:30.836Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T03:59:30.836Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:30.839Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:30.839Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102370835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T03:59:30.939Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:30.940Z||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-30T03:59:30.940Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:30.955Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:30.956Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:31.840Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
2022-10-30T03:59:31.841Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b90777c-b0dc 0 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08 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-30T03:59:31.878Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6718c17f, org.onap.sdc.toscaparser.api.parameters.Input@476d9adc, org.onap.sdc.toscaparser.api.parameters.Input@5fe41420, org.onap.sdc.toscaparser.api.parameters.Input@691d3b0c, org.onap.sdc.toscaparser.api.parameters.Input@48af0c69]
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-30T03:59:31.882Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 05c65e80-d002-4de7-af08-e506815146cf
2022-10-30T03:59:31.883Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05c65e80-d002-4de7-af08-e506815146cf matches Tosca VF Customization UUID: 05c65e80-d002-4de7-af08-e506815146cf
2022-10-30T03:59:31.883Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 05c65e80-d002-4de7-af08-e506815146cf 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-30T03:59:31.889Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.889Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.890Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 05c65e80-d002-4de7-af08-e506815146cf: {\"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-30T03:59:31.890Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28352582
2022-10-30T03:59:31.890Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.891Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T03:59:31.891Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e
2022-10-30T03:59:31.892Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fa7e3ca-46a1-4e21-a67b-b1e4e3248f4e
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-30T03:59:31.897Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.898Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.898Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.898Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.899Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:31.900Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:31.901Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.902Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8495cbeb-a433-4301-876f-6cfe49d5b336
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-30T03:59:31.910Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:31.911Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.912Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.913Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31b09bcb-0022-4e08-8282-dceded10b902
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-30T03:59:31.915Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.915Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.916Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is not matching search criteria
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T03:59:31.918Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T03:59:31.919Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T03:59:31.920Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3f3b96f-b3b8-4fe0-b7e8-276323b6cf19
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-30T03:59:31.922Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.922Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.922Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T03:59:31.923Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.923Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Node template vFW 8b90777c-b0dc 0 is matching search criteria
2022-10-30T03:59:31.923Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8b90777c-b0dc 0] matching following query criteria: sdcType=VF, customizationUUID=05c65e80-d002-4de7-af08-e506815146cf
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-30T03:59:31.925Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.925Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb: vFW 8b90777c-b0dc
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.926Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T03:59:31.927Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-30 03-57-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T03:59:31.928Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-30 03-57-36
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-30T03:59:32.199Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b90777c-b0dc 8d3f7ec5-5fa9-4428-b3cb-1f378c169c08 1 ASDC deployResourceStructure
2022-10-30T03:59:32.219Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json ASDC sendASDCNotification
2022-10-30T03:59:32.220Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json
2022-10-30T03:59:32.220Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:32.220Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:32.222Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:32.222Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102372219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:32.322Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T03:59:32.323Z||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-30T03:59:32.323Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:32.344Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:32.345Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:33.224Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T03:59:33.224Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml
2022-10-30T03:59:33.225Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:33.225Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:33.227Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:33.227Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102373224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:33.327Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:33.328Z||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-30T03:59:33.329Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:33.345Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:33.346Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:34.228Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T03:59:34.229Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env
2022-10-30T03:59:34.229Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:34.230Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:34.232Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:34.233Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102374228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:34.332Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T03:59:34.333Z||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-30T03:59:34.333Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:34.349Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:34.349Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:35.234Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar ASDC sendASDCNotification
2022-10-30T03:59:35.235Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar
2022-10-30T03:59:35.235Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T03:59:35.235Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T03:59:35.238Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T03:59:35.238Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102375234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T03:59:35.338Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T03:59:35.339Z||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-30T03:59:35.339Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T03:59:35.355Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T03:59:35.356Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T03:59:36.239Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49
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-30T03:59:36.262Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49
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-30T03:59:36.266Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T03:59:36.266Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T03:59:36.267Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T03:59:36.268Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-30T03:59:36.275Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:00:06.276Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49 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-30T04:00:06.293Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82765ca7-5bf4-4f9b-a14a-904c54f43b49 and serviceModelVersionId: 02eeb7ad-9e3a-40bc-87d9-c1b734adddfb
2022-10-30T04:00:06.293Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f
2022-10-30T04:00:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:00:15.751Z||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-30T04:00:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:15.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:15.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:00:15.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:00:15.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:00:22.855Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0
2022-10-30T04:00:22.965Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:00:23.490Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|INFO|500||Invoke
2022-10-30T04:00:23.498Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82765ca7-5bf4-4f9b-a14a-904c54f43b49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcadda29-29df-42f2-ba5b-bfe0121f146d], X-ECOMP-RequestID=[82765ca7-5bf4-4f9b-a14a-904c54f43b49], X-TransactionId=[], X-ONAP-RequestID=[82765ca7-5bf4-4f9b-a14a-904c54f43b49], Content-Type=[application/merge-patch+json]}
2022-10-30T04:00:23.613Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T04:00:23.800Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?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/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:00:23:250-19828], vertex-id=[151784], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:00:23 GMT], Content-Type=[application/json]}
2022-10-30T04:00:23.802Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:00:23.803Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecce7ee-4bc8-4d96-a0f3-47a299bb9e6f/model-vers/model-ver/02eeb7ad-9e3a-40bc-87d9-c1b734adddfb?depth=0|INFO|500||InvokeReturn
2022-10-30T04:00:23.806Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:00:23.806Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-30T04:00:23.813Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|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-30T04:00:23.813Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82765ca7-5bf4-4f9b-a14a-904c54f43b49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:00:23.815Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:00:23.815Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:23.817Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:23.817Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102423814,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:00:23.917Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:23.919Z||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-30T04:00:23.919Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:23.933Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:23.934Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:00:24.831Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T04:00:24.831Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d2e69a3-07b5-410b-aca1-62ee25dfaaab","serviceName":"basic_onboard_DiqzIY","serviceVersion":"1.0","serviceUUID":"45c346f7-4371-4766-97cb-8aed7bc5fe40","serviceDescription":"service","serviceInvariantUUID":"207107b0-b03d-4e67-97ea-b62825e2805b","resources":[{"resourceInstanceName":"basic_onboard_DiqzIY 0","resourceName":"basic_onboard_DiqzIY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8ae33a4-d5d0-4df4-8b3e-650e0697596a","resourceInvariantUUID":"2bcaf0f4-52a5-4978-84f7-34574ac5d630","resourceCustomizationUUID":"a4e4eca7-d243-4727-a73c-48220250df5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml","artifactChecksum":"MjRlNGVmZTE4ZTFjMzI5M2FkZjYyZjEzNjM0ZTg2ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0646742d-5c55-4341-b960-79d41ec84197","artifactVersion":"1"},{"artifactName":"basic_onboard_diqziy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json","artifactChecksum":"MGJiNDRjODY3ZTIyMzBjMDk1N2I2M2QzZmUxOWIyMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"878539db-8c72-498a-a09b-8590ef4ccacf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb370de8-ed09-4f32-a72b-41b862b50d81","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b7ba33c-1775-4ed9-91d9-e50db04e8f40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"858d082f-bf59-4864-970d-c78ebe46371c","artifactVersion":"2","generatedFromUUID":"cb370de8-ed09-4f32-a72b-41b862b50d81"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDiqziy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml","artifactChecksum":"ODk3NGY3Njc2ZjM3NGJlNmEwNzI2YTgwMWY0NDE0NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62a3f067-fb77-466a-b9ae-b5b480f28785","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDiqziy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar","artifactChecksum":"N2M3OGUyMTZjZmU4YjA4NTA1NTJmY2JlZmExYTlkMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73c8583f-cbb4-476d-bf8e-825e46d85860","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:00:24.832Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:24.832Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:24.834Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:24.834Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:00:24.934Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:24.935Z||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-30T04:00:24.935Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:24.950Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:24.950Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:25.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:25.835Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:25.837Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:25.837Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T04:00:25.937Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:25.938Z||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-30T04:00:25.938Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:25.953Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:25.954Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:26.838Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:26.839Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:26.841Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:26.841Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T04:00:26.941Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:26.944Z||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-30T04:00:26.944Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:26.961Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:26.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:27.842Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:27.843Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:27.845Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:27.845Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:00:27.945Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:27.946Z||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-30T04:00:27.946Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:27.961Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:27.962Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:28.846Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:28.847Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:28.849Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:28.849Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T04:00:28.949Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:28.950Z||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-30T04:00:28.950Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:28.965Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:28.965Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:29.849Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:29.850Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:29.853Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:29.853Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:00:29.952Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:29.954Z||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-30T04:00:29.954Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:29.967Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:29.967Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:30.853Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:00:30.854Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:30.856Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:30.857Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:00:30.957Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:30.958Z||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-30T04:00:30.958Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:30.972Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:30.973Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:31.859Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"serviceName": "basic_onboard_DiqzIY",
"serviceVersion": "1.0",
"serviceUUID": "45c346f7-4371-4766-97cb-8aed7bc5fe40",
"serviceDescription": "service",
"serviceInvariantUUID": "207107b0-b03d-4e67-97ea-b62825e2805b",
"resources": [
{
"resourceInstanceName": "basic_onboard_DiqzIY 0",
"resourceCustomizationUUID": "a4e4eca7-d243-4727-a73c-48220250df5c",
"resourceName": "basic_onboard_DiqzIY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f8ae33a4-d5d0-4df4-8b3e-650e0697596a",
"resourceInvariantUUID": "2bcaf0f4-52a5-4978-84f7-34574ac5d630",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_diqziy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"artifactChecksum": "MGJiNDRjODY3ZTIyMzBjMDk1N2I2M2QzZmUxOWIyMjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "878539db-8c72-498a-a09b-8590ef4ccacf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cb370de8-ed09-4f32-a72b-41b862b50d81",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "858d082f-bf59-4864-970d-c78ebe46371c",
"generatedFromUUID": "cb370de8-ed09-4f32-a72b-41b862b50d81"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "858d082f-bf59-4864-970d-c78ebe46371c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDiqziy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"artifactChecksum": "N2M3OGUyMTZjZmU4YjA4NTA1NTJmY2JlZmExYTlkMmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73c8583f-cbb4-476d-bf8e-825e46d85860"
}
],
"workloadContext": "Production"
}
2022-10-30T04:00:31.859Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:00:31.860Z|82765ca7-5bf4-4f9b-a14a-904c54f43b49|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 45c346f7-4371-4766-97cb-8aed7bc5fe40 ASDC
2022-10-30T04:00:31.860Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5d2e69a3-07b5-410b-aca1-62ee25dfaaab
ServiceName:basic_onboard_DiqzIY
ServiceVersion:1.0
ServiceUUID:45c346f7-4371-4766-97cb-8aed7bc5fe40
ServiceInvariantUUID:207107b0-b03d-4e67-97ea-b62825e2805b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDiqziy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
ArtifactUUID:73c8583f-cbb4-476d-bf8e-825e46d85860
ArtifactChecksum:N2M3OGUyMTZjZmU4YjA4NTA1NTJmY2JlZmExYTlkMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DiqzIY 0
ResourceCustomizationUUID:a4e4eca7-d243-4727-a73c-48220250df5c
ResourceInvariantUUID:2bcaf0f4-52a5-4978-84f7-34574ac5d630
ResourceName:basic_onboard_DiqzIY
ResourceType:VF
ResourceUUID:f8ae33a4-d5d0-4df4-8b3e-650e0697596a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_diqziy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
ArtifactUUID:878539db-8c72-498a-a09b-8590ef4ccacf
ArtifactChecksum:MGJiNDRjODY3ZTIyMzBjMDk1N2I2M2QzZmUxOWIyMjQ=
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/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cb370de8-ed09-4f32-a72b-41b862b50d81
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/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
ArtifactUUID:858d082f-bf59-4864-970d-c78ebe46371c
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/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
ArtifactUUID:858d082f-bf59-4864-970d-c78ebe46371c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T04:00:31.861Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45c346f7-4371-4766-97cb-8aed7bc5fe40 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-30T04:00:31.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:00:31.913Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73c8583f-cbb4-476d-bf8e-825e46d85860 from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:31.914Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:31.986Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:31.989Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar 73c8583f-cbb4-476d-bf8e-825e46d85860 71573
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar ASDC sendASDCNotification
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:31.990Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:31.992Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:31.992Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102431990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:00:32.092Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:32.093Z||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-30T04:00:32.093Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:32.108Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:32.109Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:32.993Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:00:32.994Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T04:00:32.994Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 73c8583f-cbb4-476d-bf8e-825e46d85860, URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar to file: /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:32.995Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:32.995Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:32.995Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:33.129Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16494337830815978861/Definitions/service-BasicOnboardDiqziy-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-30T04:00:34.248Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.249Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DiqzIY 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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.250Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.251Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.252Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:00:34.253Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is not matching search criteria
2022-10-30T04:00:34.254Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.255Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:00:34.256Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.256Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.256Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:34.257Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is not matching search criteria
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T04:00:34.258Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eac5f901-a08c-4e7e-9ef0-e5d773ef4407
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.259Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:34.260Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:34.261Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DiqzIY
Description:service
Model UUID:45c346f7-4371-4766-97cb-8aed7bc5fe40
Model Version:NULL
Model InvariantUuid:207107b0-b03d-4e67-97ea-b62825e2805b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DiqzIY
Model UUID:36981a58-671b-4b8b-86d8-172e0932b4bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bcaf0f4-52a5-4978-84f7-34574ac5d630
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a4e4eca7-d243-4727-a73c-48220250df5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:92c79203-8d5b-450e-a4a4-47cd509472c7
ModelName:BasicOnboardDiqziy..base_ubuntu18..module-0
ModelUuid:83b9aca4-0533-4693-9574-8f5ffc56e3a5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eac5f901-a08c-4e7e-9ef0-e5d773ef4407
ModelInvariantUuid:cb7cb799-440d-4c21-869a-d2c7ad0b9d61
ModelName:basic_onboard_DiqzIY-nodes.ubuntu18Cvfc
ModelUuid:1057b074-4860-4d84-9dbc-1754c4337da6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:dc474ae3-246c-44be-82c8-e6e477088860
ModelInvariantUuid:576d01ab-f738-422e-bae2-40d32523a87d
ModelName:BasicOnboardDiqziy.compute.nodes.heat.ubuntu18
ModelUuid:2249da2f-9572-44f7-a6da-7eb6fa135d3c
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-30T04:00:34.269Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f8ae33a4-d5d0-4df4-8b3e-650e0697596a
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-30T04:00:34.272Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||basic_onboard_DiqzIY 0
2022-10-30T04:00:34.272Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8ae33a4-d5d0-4df4-8b3e-650e0697596a
2022-10-30T04:00:34.273Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 878539db-8c72-498a-a09b-8590ef4ccacf from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:34.273Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:34.273Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:34.324Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:34.324Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json 878539db-8c72-498a-a09b-8590ef4ccacf 798
2022-10-30T04:00:34.324Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json ASDC sendASDCNotification
2022-10-30T04:00:34.325Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:34.325Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:34.325Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:34.327Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:34.327Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102434324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:00:34.427Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:34.429Z||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-30T04:00:34.429Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:34.443Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:34.444Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:35.328Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDiqziy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "92c79203-8d5b-450e-a4a4-47cd509472c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83b9aca4-0533-4693-9574-8f5ffc56e3a5",
"vfModuleModelCustomizationUUID": "c6baf9e7-1dbf-4770-8ea4-991bf5356831",
"isBase": true,
"artifacts": [
"cb370de8-ed09-4f32-a72b-41b862b50d81",
"858d082f-bf59-4864-970d-c78ebe46371c"
],
"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-30T04:00:35.332Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDiqziy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83b9aca4-0533-4693-9574-8f5ffc56e3a5
VfModuleModelInvariantUUID:92c79203-8d5b-450e-a4a4-47cd509472c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb370de8-ed09-4f32-a72b-41b862b50d81
,
858d082f-bf59-4864-970d-c78ebe46371c
}
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-30T04:00:35.334Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDiqziy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "92c79203-8d5b-450e-a4a4-47cd509472c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83b9aca4-0533-4693-9574-8f5ffc56e3a5",
"vfModuleModelCustomizationUUID": "c6baf9e7-1dbf-4770-8ea4-991bf5356831",
"isBase": true,
"artifacts": [
"cb370de8-ed09-4f32-a72b-41b862b50d81",
"858d082f-bf59-4864-970d-c78ebe46371c"
],
"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-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDiqziy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83b9aca4-0533-4693-9574-8f5ffc56e3a5
VfModuleModelInvariantUUID:92c79203-8d5b-450e-a4a4-47cd509472c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb370de8-ed09-4f32-a72b-41b862b50d81
,
858d082f-bf59-4864-970d-c78ebe46371c
}
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-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb370de8-ed09-4f32-a72b-41b862b50d81 from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:35.335Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:35.444Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml cb370de8-ed09-4f32-a72b-41b862b50d81 5033
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:35.445Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:35.446Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:35.448Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:35.448Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102435445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:00:35.548Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:35.549Z||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-30T04:00:35.549Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:35.564Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:35.564Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:36.449Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 858d082f-bf59-4864-970d-c78ebe46371c from URL: /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:36.449Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T04:00:36.450Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:36.494Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env 858d082f-bf59-4864-970d-c78ebe46371c 909
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:36.495Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:00:36.496Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:36.498Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:36.498Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102436495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:00:36.598Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:00:36.599Z||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-30T04:00:36.599Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:36.613Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:36.614Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:37.499Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 45c346f7-4371-4766-97cb-8aed7bc5fe40
2022-10-30T04:00:37.499Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DiqzIY 0 f8ae33a4-d5d0-4df4-8b3e-650e0697596a 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-30T04:00:37.515Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3433a7e4, org.onap.sdc.toscaparser.api.parameters.Input@53d57543, org.onap.sdc.toscaparser.api.parameters.Input@3f263fb8, org.onap.sdc.toscaparser.api.parameters.Input@2da5a898, org.onap.sdc.toscaparser.api.parameters.Input@480264f]
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-30T04:00:37.517Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a4e4eca7-d243-4727-a73c-48220250df5c
2022-10-30T04:00:37.518Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4e4eca7-d243-4727-a73c-48220250df5c matches Tosca VF Customization UUID: a4e4eca7-d243-4727-a73c-48220250df5c
2022-10-30T04:00:37.518Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a4e4eca7-d243-4727-a73c-48220250df5c 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-30T04:00:37.520Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.520Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.521Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a4e4eca7-d243-4727-a73c-48220250df5c: {\"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-30T04:00:37.521Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7233888c
2022-10-30T04:00:37.521Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.522Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T04:00:37.522Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6baf9e7-1dbf-4770-8ea4-991bf5356831
2022-10-30T04:00:37.522Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6baf9e7-1dbf-4770-8ea4-991bf5356831
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-30T04:00:37.524Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.524Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.524Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:37.525Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is not matching search criteria
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T04:00:37.526Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eac5f901-a08c-4e7e-9ef0-e5d773ef4407
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-30T04:00:37.528Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.529Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_DiqzIY 0 is matching search criteria
2022-10-30T04:00:37.530Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_DiqzIY 0] matching following query criteria: sdcType=VF, customizationUUID=a4e4eca7-d243-4727-a73c-48220250df5c
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-30T04:00:37.531Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 45c346f7-4371-4766-97cb-8aed7bc5fe40: basic_onboard_DiqzIY
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.532Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.533Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_DiqzIY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:00:37.534Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_DiqzIY
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-30T04:00:37.637Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DiqzIY f8ae33a4-d5d0-4df4-8b3e-650e0697596a 1 ASDC deployResourceStructure
2022-10-30T04:00:37.638Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json ASDC sendASDCNotification
2022-10-30T04:00:37.638Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json
2022-10-30T04:00:37.638Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:37.639Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:37.641Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:37.641Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102437638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T04:00:37.743Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-30T04:00:37.744Z||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-30T04:00:37.744Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:37.759Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:37.759Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:38.652Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:38.656Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:38.656Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102438652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T04:00:38.755Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:38.757Z||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-30T04:00:38.757Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:38.774Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:38.774Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:39.656Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T04:00:39.657Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env
2022-10-30T04:00:39.657Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:39.657Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:39.659Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:39.660Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102439656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-30T04:00:39.761Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T04:00:39.762Z||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-30T04:00:39.763Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:39.779Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:39.780Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:00:40.660Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar ASDC sendASDCNotification
2022-10-30T04:00:40.661Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar
2022-10-30T04:00:40.661Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:00:40.662Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:00:40.664Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:00:40.664Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102440660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:00:40.764Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:00:40.765Z||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-30T04:00:40.765Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:00:40.782Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:00:40.783Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:00:41.665Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:00:41.677Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:00:41.679Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:00:41.679Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:00:41.680Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:01:11.680Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:01:11.691Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:01:11.693Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:01:11.694Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:01:11.694Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:01:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:01:15.750Z||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-30T04:01:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:01:15.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:01:15.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:01:15.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:01:15.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:01:41.694Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:01:41.705Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:01:41.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:01:41.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:01:41.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:02:11.708Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:02:11.720Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:02:11.722Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:02:11.722Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:02:11.723Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:02:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:02:15.751Z||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-30T04:02:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:02:15.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:02:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102346179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102348804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102357173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "ves-openapi-manager",
"timestamp": 1667102351297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "cds",
"timestamp": 1667102358180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-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-30T04:02:15.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:02:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102355039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102362795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102363781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102363800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "policy-id",
"timestamp": 1667102364803,
"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-30T04:02:15.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102365056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102366588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102359407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "clamp",
"timestamp": 1667102367591,
"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-30T04:02:15.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:02:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102360159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102367158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102368699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102367931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102368230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102369782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102369296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102370835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102370324,
"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-30T04:02:15.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.883Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:02:15.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102370351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667102371329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667102371360,
"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-30T04:02:15.898Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.898Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:02:15.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102372219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/vfw8b90777cb0dc0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102373224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102374228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/resourceInstances/vfw8b90777cb0dc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102375234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030035736/1.0/artifacts/service-Vfw20221030035736-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102369079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102376819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102383451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:02:15.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "aai-ml",
"timestamp": 1667102384456,
"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-30T04:02:15.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
2022-10-30T04:02:15.917Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:02:41.723Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:02:41.736Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab
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-30T04:02:41.742Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:02:41.742Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:02:41.743Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:02:41.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:02:41.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:02:41.750Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:03:11.751Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab 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-30T04:03:11.756Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d2e69a3-07b5-410b-aca1-62ee25dfaaab and serviceModelVersionId: 45c346f7-4371-4766-97cb-8aed7bc5fe40
2022-10-30T04:03:11.756Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 207107b0-b03d-4e67-97ea-b62825e2805b
2022-10-30T04:03:11.757Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0
2022-10-30T04:03:11.761Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:03:11.809Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?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-30T04:03:11.810Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0|INFO|500||Invoke
2022-10-30T04:03:11.840Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T04:03:11.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0|INFO|500||InvokeReturn
2022-10-30T04:03:11.957Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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/207107b0-b03d-4e67-97ea-b62825e2805b/model-vers/model-ver/45c346f7-4371-4766-97cb-8aed7bc5fe40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221030-04:03:11:476-1691], vertex-id=[229512], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:03:11 GMT], Content-Type=[application/json]}
2022-10-30T04:03:11.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:03:11.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:03:11.958Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:03:11.964Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:03:11.964Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d2e69a3-07b5-410b-aca1-62ee25dfaaab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:03:11.965Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:03:11.965Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:03:11.967Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:03:11.967Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102591965,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:03:12.067Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:03:12.068Z||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-30T04:03:12.068Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:12.087Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:03:12.087Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:03:12.979Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:12.980Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:03:12.980Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:15.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:15.750Z||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-30T04:03:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:15.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:03:15.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82765ca7-5bf4-4f9b-a14a-904c54f43b49",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102423814,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:03:15.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T04:03:15.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T04:03:15.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102355744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:03:15.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102431990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102434324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102435445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102436495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:03:15.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102437638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/basic_onboard_diqziy0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102438652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102439656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/resourceInstances/basic_onboard_diqziy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102440660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDiqziy/1.0/artifacts/service-BasicOnboardDiqziy-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:03:15.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:03:23.290Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:03:23.291Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:23.292Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:03:23.292Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:32.837Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:03:32.838Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:32.839Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:03:32.839Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:42.389Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:03:42.389Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:03:42.390Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:03:42.390Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:03:51.949Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:04:15.748Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:04:15.748Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:04:15.749Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:04:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:04:15.750Z||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-30T04:04:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:04:16.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:04:16.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-30T04:04:16.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d2e69a3-07b5-410b-aca1-62ee25dfaaab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667102591965,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:04:16.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:04:25.301Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:05:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:05:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:05:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:05:15.750Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:05:15.750Z||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-30T04:05:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:05:25.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:05:25.293Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:06:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:06:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:06:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:06:15.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:06:15.750Z||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-30T04:06:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:06:25.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:06:25.296Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:07:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:07:15.747Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:07:15.747Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:07:15.749Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:07:15.750Z||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-30T04:07:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:07:25.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:07:25.296Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:08:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:08:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:08:15.747Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:08:15.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:08:15.750Z||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-30T04:08:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:08:25.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:08:25.305Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:09:15.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:09:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:09:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:09:15.750Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:09:15.750Z||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-30T04:09:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:09:25.301Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:09:25.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:10:15.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:10:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:10:15.746Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:10:15.749Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:10:15.750Z||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-30T04:10:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:10:25.298Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:10:25.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:11:15.744Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:11:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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-30T04:11:15.745Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:11:15.749Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:11:15.750Z||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-30T04:11:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:11:25.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:11:25.292Z|5d2e69a3-07b5-410b-aca1-62ee25dfaaab|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:12:15.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:12:15.745Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:12:15.746Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:12:15.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:12:15.752Z||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-30T04:12:15.752Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:12:25.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:12:25.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:15.747Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:13:15.748Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:13:15.748Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:15.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:13:15.750Z||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-30T04:13:15.750Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:16.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:16.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:16.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0b57e48-0f5f-4cb8-8b19-b88ea717fee3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3f424e3f-6481-4dfc-b19a-70ffbd523f2d","serviceDescription":"service","serviceInvariantUUID":"c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"929fb2df-a200-423b-9437-26c5a480d9bd","resourceInvariantUUID":"b88ecc78-2f3d-48f1-bd99-cd6f86564e87","resourceCustomizationUUID":"98c5159e-8b60-438b-98db-94467312844d","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":"NDU0MDUyZGJkMzc0N2JmZGExNGI4ZjM2ZDdiNzZmYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39bd0c2c-53ad-4902-ad00-8e6a9f77753c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjJiMmI3OGJjZDdjNGQ5OTdkZTIxNWQ1YmFlZjdjZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aec7cf48-1cd6-4112-bf4f-f208e305e5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:13:16.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103171297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "aai-ml",
"timestamp": 1667103179080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "cds",
"timestamp": 1667103173804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103179407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "policy-id",
"timestamp": 1667103175039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103171297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103179407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:13:16.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "aai-ml",
"timestamp": 1667103179080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "cds",
"timestamp": 1667103173804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:13:16.389Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.390Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "policy-id",
"timestamp": 1667103175039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:13:16.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "aai-ml",
"timestamp": 1667103183411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "cds",
"timestamp": 1667103183432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "policy-id",
"timestamp": 1667103184140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:13:16.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "cds",
"timestamp": 1667103184438,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-30T04:13:16.395Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:16.395Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103195746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-30T04:13:16.425Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:13:16.425Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-30T04:13:16.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "policy-id",
"timestamp": 1667103185146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:13:16.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "policy-id",
"timestamp": 1667103186150,
"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-30T04:13:16.441Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:13:16.441Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-30T04:13:16.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "clamp",
"timestamp": 1667103186179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:13:16.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "clamp",
"timestamp": 1667103186179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "aai-ml",
"timestamp": 1667103187440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:13:16.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "aai-ml",
"timestamp": 1667103188445,
"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-30T04:13:16.458Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:13:16.458Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-30T04:13:16.495Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:13:16.496Z||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-30T04:13:16.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:16.512Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:16.512Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:17.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:13:17.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:17.398Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:17.398Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103195746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:13:17.498Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T04:13:17.499Z||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-30T04:13:17.500Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:17.518Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:17.518Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:18.399Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3f424e3f-6481-4dfc-b19a-70ffbd523f2d",
"serviceDescription": "service",
"serviceInvariantUUID": "c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "98c5159e-8b60-438b-98db-94467312844d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "929fb2df-a200-423b-9437-26c5a480d9bd",
"resourceInvariantUUID": "b88ecc78-2f3d-48f1-bd99-cd6f86564e87",
"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": "YjJiMmI3OGJjZDdjNGQ5OTdkZTIxNWQ1YmFlZjdjZDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aec7cf48-1cd6-4112-bf4f-f208e305e5a2"
}
],
"workloadContext": "Production"
}
2022-10-30T04:13:18.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:13:18.400Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f424e3f-6481-4dfc-b19a-70ffbd523f2d ASDC
2022-10-30T04:13:18.401Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3f424e3f-6481-4dfc-b19a-70ffbd523f2d
ServiceInvariantUUID:c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6
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:aec7cf48-1cd6-4112-bf4f-f208e305e5a2
ArtifactChecksum:YjJiMmI3OGJjZDdjNGQ5OTdkZTIxNWQ1YmFlZjdjZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:98c5159e-8b60-438b-98db-94467312844d
ResourceInvariantUUID:b88ecc78-2f3d-48f1-bd99-cd6f86564e87
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:929fb2df-a200-423b-9437-26c5a480d9bd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-30T04:13:18.401Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f424e3f-6481-4dfc-b19a-70ffbd523f2d 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-30T04:13:18.430Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aec7cf48-1cd6-4112-bf4f-f208e305e5a2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T04:13:18.432Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:13:18.433Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T04:13:18.534Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:13:18.537Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aec7cf48-1cd6-4112-bf4f-f208e305e5a2 52512
2022-10-30T04:13:18.537Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:18.538Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:18.538Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:13:18.538Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:18.540Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:18.540Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103198537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:13:18.643Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T04:13:18.645Z||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-30T04:13:18.645Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:18.668Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:18.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:19.541Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:13:19.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:13:19.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aec7cf48-1cd6-4112-bf4f-f208e305e5a2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:19.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-30T04:13:19.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:19.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:19.708Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9398892888210833860/Definitions/service-BasicNetwork-template.yml
2022-10-30T04:13:20.319Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:13:20.320Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:13:20.320Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T04:13:20.320Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.321Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T04:13:20.322Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:13:20.323Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.324Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.325Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3f424e3f-6481-4dfc-b19a-70ffbd523f2d
Model Version:NULL
Model InvariantUuid:c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b88ecc78-2f3d-48f1-bd99-cd6f86564e87
Model UUID:5a8264cf-0b63-4a2d-8e47-60e829291908
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:98c5159e-8b60-438b-98db-94467312844d
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-30T04:13:20.332Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 929fb2df-a200-423b-9437-26c5a480d9bd
2022-10-30T04:13:20.332Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||No resources found for Service: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
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-30T04:13:20.339Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||
2022-10-30T04:13:20.339Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-30T04:13:20.341Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.347Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@184a9aa2, org.onap.sdc.toscaparser.api.parameters.Input@7b879460, org.onap.sdc.toscaparser.api.parameters.Input@515a48bc, org.onap.sdc.toscaparser.api.parameters.Input@2a0c8bf9, org.onap.sdc.toscaparser.api.parameters.Input@665f9b90]
2022-10-30T04:13:20.349Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.349Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.349Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3f424e3f-6481-4dfc-b19a-70ffbd523f2d: Generic NeutronNet
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.350Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.351Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.351Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.396Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.396Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.396Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:13:20.397Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:13:20.458Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T04:13:20.459Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:13:20.460Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:13:20.461Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103200458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:13:20.561Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:13:20.562Z||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-30T04:13:20.562Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:13:20.580Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:13:20.580Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:13:21.461Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:13:21.473Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:13:21.476Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:13:51.477Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:13:51.488Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:13:51.491Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:14:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:14:15.751Z||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-30T04:14:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:14:15.889Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:14:15.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:14:15.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103195746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:14:15.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:14:21.492Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:14:21.503Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:14:21.506Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:14:51.507Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:14:51.517Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T04:14:51.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T04:15:15.750Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:15:15.751Z||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-30T04:15:15.751Z||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 eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:15.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:15:15.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103195746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103198537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "clamp",
"timestamp": 1667103198635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103200458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103200159,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "clamp",
"timestamp": 1667103201636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103200159,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "clamp",
"timestamp": 1667103202640,
"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-30T04:15:15.799Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:15:15.799Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103202913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103204558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103205562,
"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-30T04:15:15.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
2022-10-30T04:15:15.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-30T04:15:15.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103230159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667103239407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103233805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103235039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103239080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103231297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103248316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103248443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103249080,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103248499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103248610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103250087,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "cds",
"timestamp": 1667103249512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-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-30T04:15:15.849Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103249846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103250142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "policy-id",
"timestamp": 1667103251090,
"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-30T04:15:15.862Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.862Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-30T04:15:15.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103250859,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T04:15:15.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "cds",
"timestamp": 1667103250528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667103251146,
"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-30T04:15:15.887Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.887Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "cds",
"timestamp": 1667103250528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103251866,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103253144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "cds",
"timestamp": 1667103250528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "clamp",
"timestamp": 1667103246179,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103251866,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "aai-ml",
"timestamp": 1667103254148,
"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-30T04:15:15.904Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c402ae0d-2291-4259-96e7-e58c46ac35d4
2022-10-30T04:15:15.904Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c402ae0d-2291-4259-96e7-e58c46ac35d4 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-30T04:15:15.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "cds",
"timestamp": 1667103250528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32f28c55-fe9f-45b7-bb80-7c665b8c0752",
"consumerID": "ves-openapi-manager",
"timestamp": 1667103251866,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:15.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-30T04:15:21.520Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:15:21.536Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3
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-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:15:21.542Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:15:21.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T04:15:21.543Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:15:21.547Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T04:15:51.547Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 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-30T04:15:51.557Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 and serviceModelVersionId: 3f424e3f-6481-4dfc-b19a-70ffbd523f2d
2022-10-30T04:15:51.557Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6
2022-10-30T04:15:51.559Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0
2022-10-30T04:15:51.564Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T04:15:51.629Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|INFO|500||Invoke
2022-10-30T04:15:51.630Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0b57e48-0f5f-4cb8-8b19-b88ea717fee3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35ba289f-3f3d-4dd7-8d79-02e5397bf9c9], X-ECOMP-RequestID=[f0b57e48-0f5f-4cb8-8b19-b88ea717fee3], X-TransactionId=[], X-ONAP-RequestID=[f0b57e48-0f5f-4cb8-8b19-b88ea717fee3], Content-Type=[application/merge-patch+json]}
2022-10-30T04:15:51.653Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T04:15:51.754Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?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/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221030-04:15:51:304-6284], vertex-id=[237704], Content-Length=[0], Date=[Sun, 30 Oct 2022 04:15:51 GMT], Content-Type=[application/json]}
2022-10-30T04:15:51.754Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T04:15:51.755Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9e0f156-b1f5-4218-a9d6-c39a2b7ba7d6/model-vers/model-ver/3f424e3f-6481-4dfc-b19a-70ffbd523f2d?depth=0|INFO|500||InvokeReturn
2022-10-30T04:15:51.755Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T04:15:51.756Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:15:51.761Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||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-30T04:15:51.761Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0b57e48-0f5f-4cb8-8b19-b88ea717fee3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T04:15:51.762Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T04:15:51.762Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:51.764Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:51.764Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f0b57e48-0f5f-4cb8-8b19-b88ea717fee3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103351762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T04:15:51.864Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:51.865Z||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-30T04:15:51.865Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:51.884Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:15:51.885Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T04:15:52.776Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T04:15:52.777Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T04:15:52.777Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:57.221Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:15:57.223Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-30T04:15:57.224Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c402ae0d-2291-4259-96e7-e58c46ac35d4","serviceName":"Demo_pNF_r5ZKD0wVztDq81WMnIZF","serviceVersion":"1.0","serviceUUID":"50f5b625-876c-42e8-8acc-c96ba41456d6","serviceDescription":"catalog service description","serviceInvariantUUID":"473b6339-558f-42ef-83df-6668a1fd6e43","resources":[{"resourceInstanceName":"pNF 6683e570-dc92 0","resourceName":"pNF 6683e570-dc92","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1a40b0cb-0d76-4c1c-9395-9d4c8d45f471","resourceInvariantUUID":"bbbd4eec-2dd0-4e97-9c7e-b467b0fee814","resourceCustomizationUUID":"f1d15764-3ac1-4077-ae26-b9a82dd8e16f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml","artifactChecksum":"NGFhYTQzMDc2YmIwZWE5MmM4ZmI0OTU3ZjExY2EzODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73d47c63-4f9e-47a4-9b05-c8dc2595af93","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar","artifactChecksum":"ZTcwZTU3MDRhYjg2YzI1NWE3MDg3ZDczNTQ3MjRhNjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11bca7d2-56bd-4340-bf86-fa79a5350d6e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2481460-ecc1-4ed7-97f2-aa76fe6100d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml","artifactChecksum":"MmRiYjQ0ZDMyZDI4OTM1YTI0MWIwNDg0YjRkYTIyNmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75e6902b-2c4f-4212-a1cd-940f46f748e2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58411ab9-592a-46ed-817d-6d3cacb169f3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2bd8077-75fe-484f-b497-eadaf3cdbfb3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml","artifactChecksum":"NjIxMWVkZjQ5YjZmN2MwMzIzYWI1NTQzOWM3NTZjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ccee2d2-05eb-42c6-a4ba-ffa78eb270c0","artifactVersion":"1"},{"artifactName":"service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar","artifactChecksum":"Mjg5Njg2YzFhZDI0MmNiZmIyZjNhM2VkMGRlN2VkNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7af91e63-c125-48bc-8ba2-f16838f85726","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T04:15:57.226Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:15:57.226Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:57.228Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:57.228Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:57.329Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:57.330Z||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-30T04:15:57.330Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:57.345Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:15:57.345Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:15:58.229Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:15:58.229Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:58.231Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:58.232Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:58.332Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:58.333Z||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-30T04:15:58.333Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:58.351Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:15:58.351Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:15:59.232Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:15:59.233Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:15:59.236Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:15:59.236Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:15:59.336Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:15:59.336Z||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-30T04:15:59.336Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:15:59.350Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:15:59.350Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:00.236Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:00.237Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:00.239Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:00.239Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:16:00.339Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:00.340Z||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-30T04:16:00.340Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:00.353Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:16:00.354Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:01.239Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:01.240Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:01.242Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:01.242Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:16:01.342Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:01.343Z||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-30T04:16:01.343Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:01.358Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:16:01.359Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:02.242Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:02.243Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:02.245Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:02.245Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/resourceInstances/pnf6683e570dc920/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:16:02.349Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T04:16:02.350Z||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-30T04:16:02.350Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:02.365Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:16:02.366Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T04:16:03.246Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:03.247Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:03.249Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:03.249Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T04:16:03.349Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:03.349Z||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-30T04:16:03.349Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:03.374Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:16:03.374Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:04.249Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T04:16:04.250Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:04.252Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:04.252Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103352776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T04:16:04.352Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:04.353Z||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-30T04:16:04.353Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:04.368Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:16:04.369Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:05.254Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"serviceName": "Demo_pNF_r5ZKD0wVztDq81WMnIZF",
"serviceVersion": "1.0",
"serviceUUID": "50f5b625-876c-42e8-8acc-c96ba41456d6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "473b6339-558f-42ef-83df-6668a1fd6e43",
"resources": [
{
"resourceInstanceName": "pNF 6683e570-dc92 0",
"resourceCustomizationUUID": "f1d15764-3ac1-4077-ae26-b9a82dd8e16f",
"resourceName": "pNF 6683e570-dc92",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1a40b0cb-0d76-4c1c-9395-9d4c8d45f471",
"resourceInvariantUUID": "bbbd4eec-2dd0-4e97-9c7e-b467b0fee814",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"artifactChecksum": "Mjg5Njg2YzFhZDI0MmNiZmIyZjNhM2VkMGRlN2VkNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7af91e63-c125-48bc-8ba2-f16838f85726"
}
],
"workloadContext": "Production"
}
2022-10-30T04:16:05.255Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T04:16:05.255Z|f0b57e48-0f5f-4cb8-8b19-b88ea717fee3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50f5b625-876c-42e8-8acc-c96ba41456d6 ASDC
2022-10-30T04:16:05.256Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c402ae0d-2291-4259-96e7-e58c46ac35d4
ServiceName:Demo_pNF_r5ZKD0wVztDq81WMnIZF
ServiceVersion:1.0
ServiceUUID:50f5b625-876c-42e8-8acc-c96ba41456d6
ServiceInvariantUUID:473b6339-558f-42ef-83df-6668a1fd6e43
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
ArtifactUUID:7af91e63-c125-48bc-8ba2-f16838f85726
ArtifactChecksum:Mjg5Njg2YzFhZDI0MmNiZmIyZjNhM2VkMGRlN2VkNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6683e570-dc92 0
ResourceCustomizationUUID:f1d15764-3ac1-4077-ae26-b9a82dd8e16f
ResourceInvariantUUID:bbbd4eec-2dd0-4e97-9c7e-b467b0fee814
ResourceName:pNF 6683e570-dc92
ResourceType:PNF
ResourceUUID:1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-30T04:16:05.256Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50f5b625-876c-42e8-8acc-c96ba41456d6 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-30T04:16:05.287Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:16:05.288Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7af91e63-c125-48bc-8ba2-f16838f85726 from URL: /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-30T04:16:05.289Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:05.357Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-30T04:16:05.360Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar 7af91e63-c125-48bc-8ba2-f16838f85726 82659
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar ASDC sendASDCNotification
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T04:16:05.361Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-30T04:16:05.364Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T04:16:05.364Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c402ae0d-2291-4259-96e7-e58c46ac35d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667103365361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T04:16:05.464Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T04:16:05.465Z||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-30T04:16:05.465Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eKd7JzXPBvt5ZboO) ...
2022-10-30T04:16:05.485Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T04:16:05.485Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T04:16:06.365Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T04:16:06.366Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-30T04:16:06.366Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7af91e63-c125-48bc-8ba2-f16838f85726, URL: /sdc/v1/catalog/services/DemoPnfR5zkd0wvztdq81wmnizf/1.0/artifacts/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar to file: /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.367Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.367Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.367Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:06.472Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9162335549889104820/Definitions/service-DemoPnfR5zkd0wvztdq81wmnizf-template.yml
2022-10-30T04:16:07.232Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T04:16:07.233Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:16:07.233Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.233Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6683e570-dc92 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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.234Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||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-DemoPnfR5zkd0wvztdq81wmnizf-csar.csar
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Node template pNF 6683e570-dc92 0 is matching search criteria
2022-10-30T04:16:07.235Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6683e570-dc92 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Node template pNF 6683e570-dc92 0 is matching search criteria
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-30T04:16:07.236Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 6683e570-dc92 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.237Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.238Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_r5ZKD0wVztDq81WMnIZF
Description:catalog service description
Model UUID:50f5b625-876c-42e8-8acc-c96ba41456d6
Model Version:NULL
Model InvariantUuid:473b6339-558f-42ef-83df-6668a1fd6e43
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-30T04:16:07.246Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
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-30T04:16:07.249Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||pNF 6683e570-dc92 0
2022-10-30T04:16:07.249Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
2022-10-30T04:16:07.249Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 50f5b625-876c-42e8-8acc-c96ba41456d6
2022-10-30T04:16:07.250Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 50f5b625-876c-42e8-8acc-c96ba41456d6
2022-10-30T04:16:07.250Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6683e570-dc92 0 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471 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-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d9f62b4, org.onap.sdc.toscaparser.api.parameters.Input@7c607c9a, org.onap.sdc.toscaparser.api.parameters.Input@32355a1e, org.onap.sdc.toscaparser.api.parameters.Input@5987e0f4, org.onap.sdc.toscaparser.api.parameters.Input@2ffbb3b2]
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_r5ZKD0wVztDq81WMnIZF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 50f5b625-876c-42e8-8acc-c96ba41456d6: pNF 6683e570-dc92
2022-10-30T04:16:07.254Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||INFO|500||Processing PNF resource: 1a40b0cb-0d76-4c1c-9395-9d4c8d45f471
2022-10-30T04:16:07.255Z|c402ae0d-2291-4259-96e7-e58c46ac35d4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery