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)
2023-01-08T05:28:34.740Z||main|||||INFO|500||The following profiles are active: basic
2023-01-08T05:28:55.841Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-08T05:28:55.842Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-08T05:28:56.069Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-08T05:29:03.198Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-08T05:29:04.027Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-08T05:29:05.136Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-08T05:29:05.150Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-08T05:29:05.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-08T05:29:05.743Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-08T05:29:06.670Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-08T05:29:09.166Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-08T05:29:13.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-08T05:29:13.162Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-08T05:29:14.110Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-08T05:29:14.666Z||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.
2023-01-08T05:29:17.285Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-08T05:29:19.532Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-08T05:29:19.569Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-08T05:29:19.571Z||main|||||WARN|500||The sdc end point is not alive
2023-01-08T05:29:25.544Z||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
2023-01-08T05:29:30.102Z||main|||||WARN|500||---
2023-01-08T05:29:30.103Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-08T05:29:30.104Z||main|||||WARN|500||---
2023-01-08T05:29:30.942Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-08T05:29:39.100Z||main|||||INFO|500||Started Application in 71.341 seconds (JVM running for 75.255)
2023-01-08T05:29:39.130Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-08T05:29:39.132Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-08T05:29:39.162Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-08T05:29:39.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-08T05:29:39.240Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e34f173-3d0f-4fc9-a478-2fb48253ce39 url= /sdc/v1/artifactTypes
2023-01-08T05:29:39.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-08T05:29:39.576Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-08T05:29:39.649Z||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
2023-01-08T05:29:39.674Z||scheduling-1|||||DEBUG|500||create keys
2023-01-08T05:29:39.685Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-08T05:29:39.732Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:29:39.752Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 68dd065f-d659-4e89-a7fa-71ce3bdfcd99 url= /sdc/v1/registerForDistribution
2023-01-08T05:29:39.872Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 68dd065f-d659-4e89-a7fa-71ce3bdfcd99 url= /sdc/v1/registerForDistribution
2023-01-08T05:29:39.872Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-08T05:29:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:29:39.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:29:39.893Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-08T05:29:39.902Z||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.
2023-01-08T05:29:39.903Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:29:39.905Z||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.
2023-01-08T05:29:39.906Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:29:50.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:29:50.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:30:39.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:30:39.883Z||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.
2023-01-08T05:30:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:30:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:30:39.884Z||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.
2023-01-08T05:30:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:30:49.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:30:49.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:31:39.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:31:39.882Z||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.
2023-01-08T05:31:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:31:39.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:31:39.892Z||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.
2023-01-08T05:31:39.892Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:31:49.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:31:49.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:32:39.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:32:39.882Z||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.
2023-01-08T05:32:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:32:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:32:39.887Z||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.
2023-01-08T05:32:39.888Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:32:49.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:32:49.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:33:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:33:39.881Z||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.
2023-01-08T05:33:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:33:39.884Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:33:39.886Z||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.
2023-01-08T05:33:39.887Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:33:49.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:33:49.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:34:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:34:39.882Z||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.
2023-01-08T05:34:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:34:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:34:39.884Z||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.
2023-01-08T05:34:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:34:49.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:34:49.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:35:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:35:39.882Z||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.
2023-01-08T05:35:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:35:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:35:39.884Z||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.
2023-01-08T05:35:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:35:49.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:35:49.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:36:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:36:39.882Z||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.
2023-01-08T05:36:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:36:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:36:39.884Z||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.
2023-01-08T05:36:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:36:49.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:36:49.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:37:39.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:37:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:37:39.884Z||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.
2023-01-08T05:37:39.884Z||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.
2023-01-08T05:37:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:37:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:37:49.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:37:49.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:38:28.040Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-08T05:38:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:38:39.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:38:39.883Z||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.
2023-01-08T05:38:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:38:39.885Z||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.
2023-01-08T05:38:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:38:49.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:38:49.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:39:39.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:39:39.882Z||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.
2023-01-08T05:39:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:39:39.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:39:39.884Z||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.
2023-01-08T05:39:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:39:49.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:39:49.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:40:39.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:40:39.882Z||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.
2023-01-08T05:40:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:40:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:40:39.884Z||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.
2023-01-08T05:40:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:40:49.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:40:49.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:41:39.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:41:39.882Z||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.
2023-01-08T05:41:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:41:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:41:39.884Z||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.
2023-01-08T05:41:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:41:49.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:41:49.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:42:39.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:42:39.881Z||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.
2023-01-08T05:42:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:42:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:42:39.884Z||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.
2023-01-08T05:42:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:42:49.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:42:49.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:43:39.881Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:43:39.882Z||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.
2023-01-08T05:43:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:43:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:43:39.884Z||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.
2023-01-08T05:43:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:43:49.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:43:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:44:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:44:39.882Z||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.
2023-01-08T05:44:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:44:39.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:44:39.884Z||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.
2023-01-08T05:44:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:44:49.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:44:49.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:45:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:45:39.882Z||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.
2023-01-08T05:45:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:45:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:45:39.884Z||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.
2023-01-08T05:45:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:45:49.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:45:49.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:46:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:46:39.882Z||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.
2023-01-08T05:46:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:46:39.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:46:39.884Z||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.
2023-01-08T05:46:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:46:49.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:46:49.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:47:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:47:39.883Z||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.
2023-01-08T05:47:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:47:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:47:39.884Z||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.
2023-01-08T05:47:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:47:49.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:47:49.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:48:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:48:39.882Z||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.
2023-01-08T05:48:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:48:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:48:39.884Z||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.
2023-01-08T05:48:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:48:49.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:48:49.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:49:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:49:39.882Z||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.
2023-01-08T05:49:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:49:39.884Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:49:39.885Z||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.
2023-01-08T05:49:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:49:49.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:49:49.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:50:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:50:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:50:39.884Z||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.
2023-01-08T05:50:39.884Z||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.
2023-01-08T05:50:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:50:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:50:49.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:50:49.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:51:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:51:39.881Z||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.
2023-01-08T05:51:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:51:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:51:39.884Z||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.
2023-01-08T05:51:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:51:49.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:51:49.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:52:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:52:39.883Z||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.
2023-01-08T05:52:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:52:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:52:39.884Z||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.
2023-01-08T05:52:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:52:49.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:52:49.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:53:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:53:39.882Z||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.
2023-01-08T05:53:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:53:39.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:53:39.887Z||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.
2023-01-08T05:53:39.888Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:53:49.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:53:49.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:54:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:54:39.883Z||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.
2023-01-08T05:54:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:54:39.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:54:39.885Z||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.
2023-01-08T05:54:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:54:49.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:54:49.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:55:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:55:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:55:39.882Z||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.
2023-01-08T05:55:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:55:39.886Z||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.
2023-01-08T05:55:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:55:49.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:55:49.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:56:39.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:56:39.882Z||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.
2023-01-08T05:56:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:56:39.884Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:56:39.884Z||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.
2023-01-08T05:56:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:56:49.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:56:49.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:57:39.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:57:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:57:39.884Z||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.
2023-01-08T05:57:39.884Z||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.
2023-01-08T05:57:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:57:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:57:49.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:57:49.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:58:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:58:39.883Z||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.
2023-01-08T05:58:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:58:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:58:39.884Z||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.
2023-01-08T05:58:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:58:49.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:58:49.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:59:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:59:39.882Z||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.
2023-01-08T05:59:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:59:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T05:59:39.884Z||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.
2023-01-08T05:59:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T05:59:49.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T05:59:49.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:00:39.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:00:39.882Z||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.
2023-01-08T06:00:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:00:39.885Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:00:39.886Z||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.
2023-01-08T06:00:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:00:49.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:00:49.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:01:39.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:01:39.884Z||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.
2023-01-08T06:01:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:01:39.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:01:39.888Z||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.
2023-01-08T06:01:39.888Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:01:49.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:01:49.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:02:39.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:02:39.882Z||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.
2023-01-08T06:02:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:02:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:02:39.884Z||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.
2023-01-08T06:02:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:02:49.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:02:49.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:03:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:03:39.882Z||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.
2023-01-08T06:03:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:03:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:03:39.884Z||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.
2023-01-08T06:03:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:03:49.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:03:49.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:04:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:04:39.881Z||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.
2023-01-08T06:04:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:04:39.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:04:39.884Z||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.
2023-01-08T06:04:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:04:49.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:04:49.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:05:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:05:39.881Z||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.
2023-01-08T06:05:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:05:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:05:39.884Z||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.
2023-01-08T06:05:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:05:49.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:05:49.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:06:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:06:39.881Z||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.
2023-01-08T06:06:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:06:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:06:39.884Z||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.
2023-01-08T06:06:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:06:49.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:06:49.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:07:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:07:39.882Z||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.
2023-01-08T06:07:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:07:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:07:39.884Z||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.
2023-01-08T06:07:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:07:49.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:07:49.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:08:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:08:39.883Z||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.
2023-01-08T06:08:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:08:39.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:08:39.886Z||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.
2023-01-08T06:08:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:08:49.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:08:49.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:09:39.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:09:39.881Z||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.
2023-01-08T06:09:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:09:39.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:09:39.885Z||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.
2023-01-08T06:09:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:09:49.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:09:49.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:10:39.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:10:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:10:39.884Z||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.
2023-01-08T06:10:39.884Z||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.
2023-01-08T06:10:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:10:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:10:49.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:10:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:11:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:11:39.883Z||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.
2023-01-08T06:11:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:11:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:11:39.885Z||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.
2023-01-08T06:11:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:11:49.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:11:49.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:12:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:12:39.881Z||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.
2023-01-08T06:12:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:12:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:12:39.884Z||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.
2023-01-08T06:12:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:12:49.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:12:49.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:13:39.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:13:39.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:13:39.895Z||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.
2023-01-08T06:13:39.895Z||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.
2023-01-08T06:13:39.895Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:13:39.895Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:13:49.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:13:49.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:14:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:14:39.883Z||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.
2023-01-08T06:14:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:14:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:14:39.884Z||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.
2023-01-08T06:14:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:14:49.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:14:49.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:15:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:15:39.881Z||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.
2023-01-08T06:15:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:15:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:15:39.884Z||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.
2023-01-08T06:15:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:15:49.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:15:49.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:16:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:16:39.881Z||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.
2023-01-08T06:16:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:16:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:16:39.884Z||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.
2023-01-08T06:16:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:16:49.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:16:49.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:17:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:17:39.881Z||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.
2023-01-08T06:17:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:17:39.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:17:39.884Z||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.
2023-01-08T06:17:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:17:49.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:17:49.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:18:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:18:39.883Z||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.
2023-01-08T06:18:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:18:39.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:18:39.885Z||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.
2023-01-08T06:18:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:18:49.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:18:49.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:19:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:19:39.883Z||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.
2023-01-08T06:19:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:19:39.884Z||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.
2023-01-08T06:19:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:19:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:19:49.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:19:49.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:20:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:20:39.881Z||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.
2023-01-08T06:20:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:20:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:20:39.884Z||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.
2023-01-08T06:20:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:20:49.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:20:49.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:21:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:21:39.881Z||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.
2023-01-08T06:21:39.881Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:21:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:21:39.884Z||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.
2023-01-08T06:21:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:21:49.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:21:49.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:22:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:22:39.882Z||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.
2023-01-08T06:22:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:22:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:22:39.884Z||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.
2023-01-08T06:22:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:22:49.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:22:49.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:23:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:23:39.882Z||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.
2023-01-08T06:23:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:23:39.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:23:39.884Z||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.
2023-01-08T06:23:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:23:49.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:23:49.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:24:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:24:39.882Z||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.
2023-01-08T06:24:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:24:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:24:39.884Z||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.
2023-01-08T06:24:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:24:49.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:24:49.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:25:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:25:39.883Z||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.
2023-01-08T06:25:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:25:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:25:39.884Z||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.
2023-01-08T06:25:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:25:49.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:25:49.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:26:39.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:26:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:26:39.884Z||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.
2023-01-08T06:26:39.884Z||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.
2023-01-08T06:26:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:26:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:26:49.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:26:49.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:27:39.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:27:39.882Z||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.
2023-01-08T06:27:39.882Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:27:39.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:27:39.885Z||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.
2023-01-08T06:27:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:27:49.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:27:49.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:28:39.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:28:39.886Z||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.
2023-01-08T06:28:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:28:39.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:28:39.886Z||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.
2023-01-08T06:28:39.887Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:28:49.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:28:49.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:29:39.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:29:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:29:39.883Z||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.
2023-01-08T06:29:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:29:39.884Z||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.
2023-01-08T06:29:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:29:49.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:29:49.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:30:39.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:30:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:30:39.884Z||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.
2023-01-08T06:30:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:30:39.884Z||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.
2023-01-08T06:30:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:30:49.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:30:49.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:39.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:31:39.883Z||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.
2023-01-08T06:31:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:31:39.884Z||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.
2023-01-08T06:31:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:39.883Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:40.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:40.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:40.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"41f32536-455d-4d8f-bead-b1e7e59e0c4f","serviceName":"basic_onboard_dtgZDk","serviceVersion":"1.0","serviceUUID":"c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4","serviceDescription":"service","serviceInvariantUUID":"101de430-1329-4bc2-8eae-0e2369c6a61a","resources":[{"resourceInstanceName":"basic_onboard_dtgZDk 0","resourceName":"basic_onboard_dtgZDk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"037eb2aa-51df-46b3-8297-3345167ad788","resourceInvariantUUID":"84e32add-2c54-483c-af01-02bbe689f5fc","resourceCustomizationUUID":"62a04941-7f44-4159-9857-bd40e581e132","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml","artifactChecksum":"Mjg0YTgwMDkxOWMwNWExNTg5MmQyNGNjMTJlMDQxNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44a9f6f2-11a6-4468-bcef-6b91651b9dbe","artifactVersion":"1"},{"artifactName":"basic_onboard_dtgzdk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json","artifactChecksum":"YzE5NDgzNTJkYmQzYmM3NTdjNTdkMjY1ZWRjNzkwOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0c30f54-95f3-4508-984c-a091078e2d72","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b4c6139-12e9-4dd6-b693-46e867422223","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e911507-5826-4b7b-a161-cee65fd3f973","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26b86461-1d03-4650-8c7c-947c906ef667","artifactVersion":"2","generatedFromUUID":"2b4c6139-12e9-4dd6-b693-46e867422223"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDtgzdk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml","artifactChecksum":"NTk0NjYxZTY4N2VmZGNhN2QwOTExMDExNGQ0YjgwYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93547fe8-06da-4237-9f66-8eba53236a0d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDtgzdk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar","artifactChecksum":"MDgyYmU2MGUxNTVlYTA5MGNiNWFhNzZiMGU1MzhlYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33fd4aba-0d80-4877-954e-3db133516647","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-08T06:31:40.554Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:40.566Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:40.583Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:40.584Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159437940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159423791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159439447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:40.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159435111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159442432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:31:40.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:31:40.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159456182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:40.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:40.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159455905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:40.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:40.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159455806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:40.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:40.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159456412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:40.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:40.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:40.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159456922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-08T06:31:40.683Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2023-01-08T06:31:40.695Z||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.
2023-01-08T06:31:40.696Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:40.713Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:40.714Z||pool-3-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: 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 (?, ?, ?, ?, ?)
2023-01-08T06:31:40.987Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f
2023-01-08T06:31:41.024Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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 (?, ?, ?, ?, ?)
2023-01-08T06:31:41.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159457291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:41.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:41.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159458482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:41.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:41.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159459625,
"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=?
2023-01-08T06:31:41.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f
2023-01-08T06:31:41.082Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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 (?, ?, ?, ?, ?)
2023-01-08T06:31:41.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "multicloud-k8s",
"timestamp": 1673159460631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:41.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:41.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159460887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:41.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:41.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159461893,
"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=?
2023-01-08T06:31:41.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f
2023-01-08T06:31:41.105Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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 (?, ?, ?, ?, ?)
2023-01-08T06:31:41.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159470227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:41.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:31:41.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:31:41.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "aai-model-loader",
"timestamp": 1673159471231,
"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=?
2023-01-08T06:31:41.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41f32536-455d-4d8f-bead-b1e7e59e0c4f
2023-01-08T06:31:41.128Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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 (?, ?, ?, ?, ?)
2023-01-08T06:31:41.594Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:41.594Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:41.597Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:41.597Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:31:41.705Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-01-08T06:31:41.707Z||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.
2023-01-08T06:31:41.707Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:41.719Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:41.720Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:42.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:42.599Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:42.601Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:42.601Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:31:42.701Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:31:42.703Z||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.
2023-01-08T06:31:42.703Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:42.719Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:42.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:43.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:43.603Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:43.606Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:43.607Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:43.707Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:43.708Z||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.
2023-01-08T06:31:43.708Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:43.725Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:43.726Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:44.608Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:44.609Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:44.612Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:44.613Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-08T06:31:44.713Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:44.714Z||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.
2023-01-08T06:31:44.715Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:44.727Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:44.729Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:31:45.614Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:45.615Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:45.618Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:45.620Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:31:45.718Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-08T06:31:45.720Z||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.
2023-01-08T06:31:45.720Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:45.731Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:45.732Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:46.621Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:31:46.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:46.627Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:46.627Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:31:46.727Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:31:46.728Z||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.
2023-01-08T06:31:46.728Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:46.739Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:46.740Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:47.630Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"serviceName": "basic_onboard_dtgZDk",
"serviceVersion": "1.0",
"serviceUUID": "c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4",
"serviceDescription": "service",
"serviceInvariantUUID": "101de430-1329-4bc2-8eae-0e2369c6a61a",
"resources": [
{
"resourceInstanceName": "basic_onboard_dtgZDk 0",
"resourceCustomizationUUID": "62a04941-7f44-4159-9857-bd40e581e132",
"resourceName": "basic_onboard_dtgZDk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "037eb2aa-51df-46b3-8297-3345167ad788",
"resourceInvariantUUID": "84e32add-2c54-483c-af01-02bbe689f5fc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dtgzdk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"artifactChecksum": "YzE5NDgzNTJkYmQzYmM3NTdjNTdkMjY1ZWRjNzkwOWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a0c30f54-95f3-4508-984c-a091078e2d72",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2b4c6139-12e9-4dd6-b693-46e867422223",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26b86461-1d03-4650-8c7c-947c906ef667",
"generatedFromUUID": "2b4c6139-12e9-4dd6-b693-46e867422223"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26b86461-1d03-4650-8c7c-947c906ef667",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDtgzdk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"artifactChecksum": "MDgyYmU2MGUxNTVlYTA5MGNiNWFhNzZiMGU1MzhlYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "33fd4aba-0d80-4877-954e-3db133516647"
}
],
"workloadContext": "Production"
}
2023-01-08T06:31:47.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-08T06:31:47.632Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 ASDC
2023-01-08T06:31:47.768Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:41f32536-455d-4d8f-bead-b1e7e59e0c4f
ServiceName:basic_onboard_dtgZDk
ServiceVersion:1.0
ServiceUUID:c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4
ServiceInvariantUUID:101de430-1329-4bc2-8eae-0e2369c6a61a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDtgzdk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar
ArtifactUUID:33fd4aba-0d80-4877-954e-3db133516647
ArtifactChecksum:MDgyYmU2MGUxNTVlYTA5MGNiNWFhNzZiMGU1MzhlYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dtgZDk 0
ResourceCustomizationUUID:62a04941-7f44-4159-9857-bd40e581e132
ResourceInvariantUUID:84e32add-2c54-483c-af01-02bbe689f5fc
ResourceName:basic_onboard_dtgZDk
ResourceType:VF
ResourceUUID:037eb2aa-51df-46b3-8297-3345167ad788
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dtgzdk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json
ArtifactUUID:a0c30f54-95f3-4508-984c-a091078e2d72
ArtifactChecksum:YzE5NDgzNTJkYmQzYmM3NTdjNTdkMjY1ZWRjNzkwOWI=
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/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b4c6139-12e9-4dd6-b693-46e867422223
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/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env
ArtifactUUID:26b86461-1d03-4650-8c7c-947c906ef667
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/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env
ArtifactUUID:26b86461-1d03-4650-8c7c-947c906ef667
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-08T06:31:47.769Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4 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=?
2023-01-08T06:31:47.837Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:31:47.840Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-08T06:31:47.843Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-08T06:31:47.844Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33fd4aba-0d80-4877-954e-3db133516647 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:47.844Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-08T06:31:47.846Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:47.982Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-08T06:31:48.002Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar 33fd4aba-0d80-4877-954e-3db133516647 75674
2023-01-08T06:31:48.005Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar ASDC sendASDCNotification
2023-01-08T06:31:48.005Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:48.007Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:31:48.009Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:48.012Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:48.012Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159508003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:48.112Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:31:48.113Z||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.
2023-01-08T06:31:48.113Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:48.125Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:48.126Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:49.013Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:31:49.014Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-08T06:31:49.016Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 33fd4aba-0d80-4877-954e-3db133516647, URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar to file: /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:49.017Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:49.130Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:49.130Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:49.976Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP901077447756577839/Definitions/service-BasicOnboardDtgzdk-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-08T06:31:52.509Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-08T06:31:52.515Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-08T06:31:52.515Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dtgZDk 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.516Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.517Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.517Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:52.517Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-08T06:31:52.524Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.525Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.530Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:52.530Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-08T06:31:52.532Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:31:52.533Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-08T06:31:52.534Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:31:52.535Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.535Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.539Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.539Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is not matching search criteria
2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-08T06:31:52.540Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-08T06:31:52.541Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-08T06:31:52.541Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.541Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-08T06:31:52.542Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.543Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:31:52.544Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is not matching search criteria
2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e0f90fb-ef47-441c-9e89-0ec2665cbc03
2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.545Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:52.546Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:52.547Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dtgZDk
Description:service
Model UUID:c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4
Model Version:NULL
Model InvariantUuid:101de430-1329-4bc2-8eae-0e2369c6a61a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dtgZDk
Model UUID:a8a13858-3e86-4cfa-ac35-6865d543ba6a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84e32add-2c54-483c-af01-02bbe689f5fc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:62a04941-7f44-4159-9857-bd40e581e132
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9859588a-b109-4bd5-844f-be72bc1723a7
ModelName:BasicOnboardDtgzdk..base_ubuntu18..module-0
ModelUuid:1e186c33-94a9-4def-b8d2-c32506ebe2a8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6e0f90fb-ef47-441c-9e89-0ec2665cbc03
ModelInvariantUuid:ecd2ce93-7129-4bc0-ad96-73993268bdd6
ModelName:basic_onboard_dtgZDk-nodes.ubuntu18Cvfc
ModelUuid:69a0a205-84ac-4caf-bba4-5d88d906372f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2bda8c26-e01c-4ac6-80d7-dcd87aec00d9
ModelInvariantUuid:26c2cdd1-2997-46b7-b201-ac9f8cfbd37c
ModelName:BasicOnboardDtgzdk.compute.nodes.heat.ubuntu18
ModelUuid:0c19e825-074f-48aa-b6e9-c8a36dcfdc3f
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=?
2023-01-08T06:31:52.561Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 037eb2aa-51df-46b3-8297-3345167ad788
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=?
2023-01-08T06:31:52.673Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||basic_onboard_dtgZDk 0
2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 037eb2aa-51df-46b3-8297-3345167ad788
2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a0c30f54-95f3-4508-984c-a091078e2d72 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json
2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-08T06:31:52.681Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json
2023-01-08T06:31:52.771Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-08T06:31:52.772Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json a0c30f54-95f3-4508-984c-a091078e2d72 798
2023-01-08T06:31:52.772Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json ASDC sendASDCNotification
2023-01-08T06:31:52.773Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json
2023-01-08T06:31:52.773Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:31:52.774Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:52.777Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:52.777Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159512772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:52.877Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:52.878Z||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.
2023-01-08T06:31:52.878Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:52.889Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:52.890Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:53.778Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDtgzdk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9859588a-b109-4bd5-844f-be72bc1723a7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e186c33-94a9-4def-b8d2-c32506ebe2a8",
"vfModuleModelCustomizationUUID": "845fa9c9-a542-41f0-9755-57349254638e",
"isBase": true,
"artifacts": [
"2b4c6139-12e9-4dd6-b693-46e867422223",
"26b86461-1d03-4650-8c7c-947c906ef667"
],
"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": ""
}
}
]
2023-01-08T06:31:53.794Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDtgzdk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e186c33-94a9-4def-b8d2-c32506ebe2a8
VfModuleModelInvariantUUID:9859588a-b109-4bd5-844f-be72bc1723a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b4c6139-12e9-4dd6-b693-46e867422223
,
26b86461-1d03-4650-8c7c-947c906ef667
}
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
}
2023-01-08T06:31:53.797Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDtgzdk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9859588a-b109-4bd5-844f-be72bc1723a7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e186c33-94a9-4def-b8d2-c32506ebe2a8",
"vfModuleModelCustomizationUUID": "845fa9c9-a542-41f0-9755-57349254638e",
"isBase": true,
"artifacts": [
"2b4c6139-12e9-4dd6-b693-46e867422223",
"26b86461-1d03-4650-8c7c-947c906ef667"
],
"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": ""
}
}
]
2023-01-08T06:31:53.798Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDtgzdk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e186c33-94a9-4def-b8d2-c32506ebe2a8
VfModuleModelInvariantUUID:9859588a-b109-4bd5-844f-be72bc1723a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b4c6139-12e9-4dd6-b693-46e867422223
,
26b86461-1d03-4650-8c7c-947c906ef667
}
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
}
2023-01-08T06:31:53.798Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b4c6139-12e9-4dd6-b693-46e867422223 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml
2023-01-08T06:31:53.798Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-08T06:31:53.799Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml
2023-01-08T06:31:53.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml 2b4c6139-12e9-4dd6-b693-46e867422223 5033
2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml
2023-01-08T06:31:53.885Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:31:53.886Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:53.888Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:53.888Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159513885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:53.989Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-08T06:31:53.990Z||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.
2023-01-08T06:31:53.990Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:54.005Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:54.006Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:54.889Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 26b86461-1d03-4650-8c7c-947c906ef667 from URL: /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env
2023-01-08T06:31:54.891Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-08T06:31:54.891Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env
2023-01-08T06:31:54.951Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-08T06:31:54.951Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env 26b86461-1d03-4650-8c7c-947c906ef667 909
2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env
2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:31:54.952Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:54.955Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:54.955Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159514951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:31:55.055Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:55.056Z||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.
2023-01-08T06:31:55.056Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:55.070Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:55.071Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:55.956Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4
2023-01-08T06:31:55.956Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dtgZDk 0 037eb2aa-51df-46b3-8297-3345167ad788 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=?
2023-01-08T06:31:56.012Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d805c73, org.onap.sdc.toscaparser.api.parameters.Input@203a6120, org.onap.sdc.toscaparser.api.parameters.Input@5f3aed21, org.onap.sdc.toscaparser.api.parameters.Input@240b0ba2, org.onap.sdc.toscaparser.api.parameters.Input@7bb7a894]
2023-01-08T06:31:56.019Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.020Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.020Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-01-08T06:31:56.020Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 62a04941-7f44-4159-9857-bd40e581e132
2023-01-08T06:31:56.021Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62a04941-7f44-4159-9857-bd40e581e132 matches Tosca VF Customization UUID: 62a04941-7f44-4159-9857-bd40e581e132
2023-01-08T06:31:56.021Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 62a04941-7f44-4159-9857-bd40e581e132 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=?
2023-01-08T06:31:56.033Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.034Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 62a04941-7f44-4159-9857-bd40e581e132: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b0d8cb0
2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.036Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-08T06:31:56.039Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 845fa9c9-a542-41f0-9755-57349254638e
2023-01-08T06:31:56.040Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 845fa9c9-a542-41f0-9755-57349254638e
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=?
2023-01-08T06:31:56.053Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.053Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:56.054Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:31:56.055Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.055Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is not matching search criteria
2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-08T06:31:56.056Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-08T06:31:56.057Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e0f90fb-ef47-441c-9e89-0ec2665cbc03
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=?
2023-01-08T06:31:56.069Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.070Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:56.070Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:31:56.070Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.071Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dtgZDk 0 is matching search criteria
2023-01-08T06:31:56.071Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dtgZDk 0] matching following query criteria: sdcType=VF, customizationUUID=62a04941-7f44-4159-9857-bd40e581e132
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=?
2023-01-08T06:31:56.075Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.075Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.076Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4: basic_onboard_dtgZDk
2023-01-08T06:31:56.076Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.076Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.077Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.077Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.077Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.079Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.079Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.079Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.080Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:31:56.080Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dtgZDk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:31:56.080Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_dtgZDk
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 (?, ?, ?, ?, ?)
2023-01-08T06:31:56.315Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dtgZDk 037eb2aa-51df-46b3-8297-3345167ad788 1 ASDC deployResourceStructure
2023-01-08T06:31:56.316Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json ASDC sendASDCNotification
2023-01-08T06:31:56.316Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json
2023-01-08T06:31:56.317Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:31:56.317Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:56.320Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:56.320Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159516316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:56.420Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:56.421Z||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.
2023-01-08T06:31:56.422Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:56.434Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:56.435Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:57.322Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-08T06:31:57.323Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml
2023-01-08T06:31:57.323Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:31:57.323Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:57.325Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:57.325Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159517321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:57.425Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:57.426Z||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.
2023-01-08T06:31:57.426Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:57.436Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:57.437Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:58.328Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-08T06:31:58.329Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env
2023-01-08T06:31:58.329Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:31:58.330Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:58.332Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:58.332Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159518328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:58.432Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:58.433Z||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.
2023-01-08T06:31:58.433Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:58.444Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:58.444Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:31:59.333Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar ASDC sendASDCNotification
2023-01-08T06:31:59.333Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar
2023-01-08T06:31:59.334Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:31:59.334Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:31:59.336Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:31:59.336Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159519333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:31:59.436Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:31:59.437Z||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.
2023-01-08T06:31:59.438Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:31:59.450Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:31:59.450Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:32:00.341Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f
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=?
2023-01-08T06:32:00.372Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f
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=?
2023-01-08T06:32:00.377Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:32:00.377Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:32:00.378Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:32:00.379Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:32:00.379Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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=?
2023-01-08T06:32:00.384Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-08T06:32:30.385Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f 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=?
2023-01-08T06:32:30.396Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41f32536-455d-4d8f-bead-b1e7e59e0c4f and serviceModelVersionId: c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4
2023-01-08T06:32:30.396Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 101de430-1329-4bc2-8eae-0e2369c6a61a
2023-01-08T06:32:39.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:32:39.889Z||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.
2023-01-08T06:32:39.889Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:32:40.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:32:40.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-08T06:32:40.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:32:40.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-08T06:32:49.063Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0
2023-01-08T06:32:49.226Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-08T06:32:49.874Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?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]}
2023-01-08T06:32:49.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0|INFO|500||Invoke
2023-01-08T06:32:50.025Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-08T06:32:50.300Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0|INFO|500||InvokeReturn
2023-01-08T06:32:50.302Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/101de430-1329-4bc2-8eae-0e2369c6a61a/model-vers/model-ver/c186fcaa-5f7c-46f4-af8a-e5f8fc2cb9a4?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:32:49 GMT], content-length=[0], vertex-id=[200944], x-aai-txid=[1-aai-resources-230108-06:32:49:124-11949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-08T06:32:50.302Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-08T06:32:50.307Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-08T06:32:50.308Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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=?
2023-01-08T06:32:50.337Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||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)
2023-01-08T06:32:50.338Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41f32536-455d-4d8f-bead-b1e7e59e0c4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-08T06:32:50.340Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-08T06:32:50.340Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:32:50.354Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:32:50.354Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159570338,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-08T06:32:50.443Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2023-01-08T06:32:50.444Z||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.
2023-01-08T06:32:50.444Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:32:50.463Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:32:50.464Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-08T06:32:51.374Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:32:51.375Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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.
2023-01-08T06:32:51.375Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:33:00.915Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:33:39.881Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:33:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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.
2023-01-08T06:33:39.883Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:33:39.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:33:39.884Z||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.
2023-01-08T06:33:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:33:39.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:33:39.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:33:39.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-08T06:33:39.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:33:39.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-08T06:33:39.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159499881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159508003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159512772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159513885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159514951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159516316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/basic_onboard_dtgzdk0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159517321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-08T06:33:39.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159518328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/resourceInstances/basic_onboard_dtgzdk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-08T06:33:39.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:39.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-08T06:33:39.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159519333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDtgzdk/1.0/artifacts/service-BasicOnboardDtgzdk-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:33:39.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:33:49.427Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:34:39.880Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:34:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:34:39.884Z||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.
2023-01-08T06:34:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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.
2023-01-08T06:34:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:34:39.884Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:34:40.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:34:40.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-08T06:34:40.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41f32536-455d-4d8f-bead-b1e7e59e0c4f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159570338,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-08T06:34:40.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:34:49.433Z|41f32536-455d-4d8f-bead-b1e7e59e0c4f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:39.880Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:35:39.881Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:35:39.881Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:39.888Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:35:39.889Z||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.
2023-01-08T06:35:39.889Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:46.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:46.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-08T06:35:46.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc77acbf-63fe-45b2-867b-60b312e8695c","serviceName":"vFW 2023-01-08 06-34-43","serviceVersion":"1.0","serviceUUID":"02540462-726a-4b6f-8dbf-d3f3028cb84d","serviceDescription":"catalog service description","serviceInvariantUUID":"30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0","resources":[{"resourceInstanceName":"vFW 7370e992-9a54 0","resourceName":"vFW 7370e992-9a54","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8c0d3ed-3a56-47b6-ae3e-920831af4afe","resourceInvariantUUID":"64b3b7e5-2ef4-4f12-a6a9-507263792219","resourceCustomizationUUID":"0f158f93-e05f-461b-b065-6c0f31444db1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml","artifactChecksum":"MTMzZWJjMGZhY2U4MTAxMTc4ZTNlNTkxNjAwNDA2ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e0ff32a-98b4-4f5e-84e0-b01830701376","artifactVersion":"1"},{"artifactName":"vfw7370e9929a540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json","artifactChecksum":"NGZjNTk3YzQ3YzBjODJkOTkzMDY3MDE5MzExNTU5ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a5a1ec5-9826-4525-b8a0-52f27bcac8d7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"674850e8-7c85-4755-bb3d-b6fedfdcc89a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml","artifactChecksum":"ZTcyODMwNGRkZjA5ZTdkMWU3OTgyYTI1MzEyOTFlYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd389969-66de-4971-8d18-c94ca5881c51","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf95b592-94a8-4c61-a754-3eb7ecb49b4a","artifactVersion":"2","generatedFromUUID":"674850e8-7c85-4755-bb3d-b6fedfdcc89a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230108063443-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml","artifactChecksum":"NzFlMDJiMGQ2ZjkxMTg1MWQ3MTJmZjM5MDYwM2I3ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22c16a4e-f770-497e-8312-8b48c84bf568","artifactVersion":"1"},{"artifactName":"service-Vfw20230108063443-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar","artifactChecksum":"MzU4ZjI3MTQ5OWVlNGVhNTExNzRhMjFjMjBmNTE3OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f15e7578-5451-46fe-8beb-73f17b9b30f8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-08T06:35:46.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:46.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:35:46.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:46.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:35:46.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:46.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:46.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:35:46.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:46.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:35:46.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:35:46.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:46.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:35:46.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:35:46.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:46.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:35:46.585Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:46.586Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:46.686Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-08T06:35:46.687Z||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.
2023-01-08T06:35:46.687Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:46.699Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:46.699Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:35:47.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:47.592Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:47.596Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:47.596Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:35:47.695Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:35:47.696Z||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.
2023-01-08T06:35:47.696Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:47.707Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:47.708Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:48.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:48.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:48.602Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:48.603Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:35:48.702Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-08T06:35:48.702Z||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.
2023-01-08T06:35:48.703Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:48.713Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:48.714Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:49.604Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:49.605Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:49.610Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:49.610Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:49.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:35:49.711Z||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.
2023-01-08T06:35:49.712Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:49.726Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:49.727Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:35:50.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:50.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:50.615Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:50.615Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-08T06:35:50.715Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:35:50.717Z||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.
2023-01-08T06:35:50.717Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:50.736Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:50.737Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:51.616Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:51.623Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:51.626Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:51.626Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:35:51.727Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-08T06:35:51.728Z||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.
2023-01-08T06:35:51.728Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:51.738Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:51.739Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:52.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:35:52.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:52.637Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:52.637Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:35:52.737Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:35:52.738Z||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.
2023-01-08T06:35:52.738Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:52.747Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:52.747Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:53.640Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"serviceName": "vFW 2023-01-08 06-34-43",
"serviceVersion": "1.0",
"serviceUUID": "02540462-726a-4b6f-8dbf-d3f3028cb84d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0",
"resources": [
{
"resourceInstanceName": "vFW 7370e992-9a54 0",
"resourceCustomizationUUID": "0f158f93-e05f-461b-b065-6c0f31444db1",
"resourceName": "vFW 7370e992-9a54",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d8c0d3ed-3a56-47b6-ae3e-920831af4afe",
"resourceInvariantUUID": "64b3b7e5-2ef4-4f12-a6a9-507263792219",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7370e9929a540_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"artifactChecksum": "NGZjNTk3YzQ3YzBjODJkOTkzMDY3MDE5MzExNTU5ZmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a5a1ec5-9826-4525-b8a0-52f27bcac8d7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "674850e8-7c85-4755-bb3d-b6fedfdcc89a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf95b592-94a8-4c61-a754-3eb7ecb49b4a",
"generatedFromUUID": "674850e8-7c85-4755-bb3d-b6fedfdcc89a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf95b592-94a8-4c61-a754-3eb7ecb49b4a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230108063443-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"artifactChecksum": "MzU4ZjI3MTQ5OWVlNGVhNTExNzRhMjFjMjBmNTE3OTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f15e7578-5451-46fe-8beb-73f17b9b30f8"
}
],
"workloadContext": "Production"
}
2023-01-08T06:35:53.642Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-08T06:35:53.645Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02540462-726a-4b6f-8dbf-d3f3028cb84d ASDC
2023-01-08T06:35:53.646Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bc77acbf-63fe-45b2-867b-60b312e8695c
ServiceName:vFW 2023-01-08 06-34-43
ServiceVersion:1.0
ServiceUUID:02540462-726a-4b6f-8dbf-d3f3028cb84d
ServiceInvariantUUID:30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230108063443-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar
ArtifactUUID:f15e7578-5451-46fe-8beb-73f17b9b30f8
ArtifactChecksum:MzU4ZjI3MTQ5OWVlNGVhNTExNzRhMjFjMjBmNTE3OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7370e992-9a54 0
ResourceCustomizationUUID:0f158f93-e05f-461b-b065-6c0f31444db1
ResourceInvariantUUID:64b3b7e5-2ef4-4f12-a6a9-507263792219
ResourceName:vFW 7370e992-9a54
ResourceType:VF
ResourceUUID:d8c0d3ed-3a56-47b6-ae3e-920831af4afe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7370e9929a540_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json
ArtifactUUID:0a5a1ec5-9826-4525-b8a0-52f27bcac8d7
ArtifactChecksum:NGZjNTk3YzQ3YzBjODJkOTkzMDY3MDE5MzExNTU5ZmQ=
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/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml
ArtifactUUID:674850e8-7c85-4755-bb3d-b6fedfdcc89a
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/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env
ArtifactUUID:cf95b592-94a8-4c61-a754-3eb7ecb49b4a
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/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env
ArtifactUUID:cf95b592-94a8-4c61-a754-3eb7ecb49b4a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-08T06:35:53.647Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02540462-726a-4b6f-8dbf-d3f3028cb84d 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 (?, ?, ?, ?, ?)
2023-01-08T06:35:53.713Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:35:53.714Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:35:53.715Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:35:53.715Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f15e7578-5451-46fe-8beb-73f17b9b30f8 from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:53.715Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-08T06:35:53.716Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:53.851Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-08T06:35:53.862Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar f15e7578-5451-46fe-8beb-73f17b9b30f8 101479
2023-01-08T06:35:53.863Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar ASDC sendASDCNotification
2023-01-08T06:35:53.864Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:53.864Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:35:53.865Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:53.871Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:53.872Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159753863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:35:53.972Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:35:53.974Z||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.
2023-01-08T06:35:53.974Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:53.986Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:53.987Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:35:54.872Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:35:54.873Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:35:54.874Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f15e7578-5451-46fe-8beb-73f17b9b30f8, URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar to file: /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:54.874Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230108063443-csar.csar
2023-01-08T06:35:54.875Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:54.875Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:55.277Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7051898191533227718/Definitions/service-Vfw20230108063443-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-08T06:35:57.738Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-08T06:35:57.739Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-08T06:35:57.739Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.740Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7370e992-9a54 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.741Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230108063443-csar.csar
2023-01-08T06:35:57.742Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-08T06:35:57.743Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.743Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.743Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:35:57.744Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-08T06:35:57.744Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:35:57.744Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-08T06:35:57.745Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:35:57.746Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.746Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.746Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:35:57.747Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.748Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.749Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.750Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-08T06:35:57.750Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.750Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-08T06:35:57.751Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.751Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-08T06:35:57.751Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:35:57.752Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:35:57.753Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.753Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:35:57.753Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:35:57.754Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.754Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:35:57.754Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:35:57.755Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-08T06:35:57.756Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-08T06:35:57.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94980072-2f69-4ecb-baca-be25b07b70ad
2023-01-08T06:35:57.758Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.759Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:35:57.759Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:35:57.759Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.760Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.761Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-08T06:35:57.761Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-08T06:35:57.761Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-08T06:35:57.762Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.762Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-08T06:35:57.762Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.763Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a35fb5ec-52ba-4356-9eee-6f81e32f6d7d
2023-01-08T06:35:57.763Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.763Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-08T06:35:57.764Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-08T06:35:57.765Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-08T06:35:57.766Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-08T06:35:57.766Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:35:57.766Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-08T06:35:57.767Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-08T06:35:57.767Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f23467f-93da-4951-a373-872d9d7c8fa4
2023-01-08T06:35:57.767Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.768Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.769Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.769Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:35:57.770Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:35:57.770Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-08 06-34-43
Description:catalog service description
Model UUID:02540462-726a-4b6f-8dbf-d3f3028cb84d
Model Version:NULL
Model InvariantUuid:30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7370e992-9a54
Model UUID:ba2fa8f5-e112-4a63-94f4-fbb5a3ff9340
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64b3b7e5-2ef4-4f12-a6a9-507263792219
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f158f93-e05f-461b-b065-6c0f31444db1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:89ba848a-7abd-49c4-83aa-cdab97e2f1d8
ModelName:Vfw7370e9929a54..base_vfw..module-0
ModelUuid:3c904567-4b63-4e33-b9bf-7ba1cb359112
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:94980072-2f69-4ecb-baca-be25b07b70ad
ModelInvariantUuid:987c1396-4e38-4c43-bce8-ca23a4cd1573
ModelName:vFW 7370e992-9a54-nodes.vfwCvfc
ModelUuid:0be8ff73-da1e-4070-9e3a-4dab042e95ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:49e360ca-8dee-4aa7-ad6f-485fbb3c793a
ModelInvariantUuid:8ed098fe-e2af-4ce2-a1f4-3000a17d321d
ModelName:Vfw7370e9929a54.compute.nodes.heat.vfw
ModelUuid:5d393e9e-df1a-47ab-8c9f-54ef8ec3c46b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a35fb5ec-52ba-4356-9eee-6f81e32f6d7d
ModelInvariantUuid:0046f046-702e-4046-9ea9-043370b9e5e4
ModelName:vFW 7370e992-9a54-nodes.vsnCvfc
ModelUuid:beca2ae9-97f0-4271-8831-9d056b0e9f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:971a22a4-b16b-48d1-8fae-449c80957241
ModelInvariantUuid:d4515ea3-4435-4885-8cbb-af55a2733140
ModelName:Vfw7370e9929a54.compute.nodes.heat.vsn
ModelUuid:32172686-605c-48c0-8068-603db98b54dd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5f23467f-93da-4951-a373-872d9d7c8fa4
ModelInvariantUuid:539a8354-cae3-4ad5-8fc1-9282c953969b
ModelName:vFW 7370e992-9a54-nodes.vpgCvfc
ModelUuid:885f9428-5c7b-4143-806d-9c11ac075a22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:66c477b7-9fab-4124-9cb6-1698bd1aaacc
ModelInvariantUuid:0267736f-b29a-454b-96dc-5c6603d000fe
ModelName:Vfw7370e9929a54.compute.nodes.heat.vpg
ModelUuid:5e00f9d0-39b5-4bf3-89db-9a9aa3f0069c
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=?
2023-01-08T06:35:57.778Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d8c0d3ed-3a56-47b6-ae3e-920831af4afe
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=?
2023-01-08T06:35:57.784Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||vFW 7370e992-9a54 0
2023-01-08T06:35:57.784Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8c0d3ed-3a56-47b6-ae3e-920831af4afe
2023-01-08T06:35:57.784Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0a5a1ec5-9826-4525-b8a0-52f27bcac8d7 from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json
2023-01-08T06:35:57.785Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-08T06:35:57.785Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json
2023-01-08T06:35:57.851Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-08T06:35:57.852Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json 0a5a1ec5-9826-4525-b8a0-52f27bcac8d7 785
2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json ASDC sendASDCNotification
2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json
2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:35:57.853Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:57.855Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:57.856Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159757852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:35:57.956Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:35:57.957Z||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.
2023-01-08T06:35:57.957Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:57.975Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:57.976Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:58.862Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7370e9929a54..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89ba848a-7abd-49c4-83aa-cdab97e2f1d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3c904567-4b63-4e33-b9bf-7ba1cb359112",
"vfModuleModelCustomizationUUID": "7ce752ad-0261-4d3c-8615-1dfdef075e22",
"isBase": true,
"artifacts": [
"674850e8-7c85-4755-bb3d-b6fedfdcc89a",
"cf95b592-94a8-4c61-a754-3eb7ecb49b4a"
],
"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": ""
}
}
]
2023-01-08T06:35:58.867Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7370e9929a54..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c904567-4b63-4e33-b9bf-7ba1cb359112
VfModuleModelInvariantUUID:89ba848a-7abd-49c4-83aa-cdab97e2f1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
674850e8-7c85-4755-bb3d-b6fedfdcc89a
,
cf95b592-94a8-4c61-a754-3eb7ecb49b4a
}
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
}
2023-01-08T06:35:58.870Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7370e9929a54..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89ba848a-7abd-49c4-83aa-cdab97e2f1d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3c904567-4b63-4e33-b9bf-7ba1cb359112",
"vfModuleModelCustomizationUUID": "7ce752ad-0261-4d3c-8615-1dfdef075e22",
"isBase": true,
"artifacts": [
"674850e8-7c85-4755-bb3d-b6fedfdcc89a",
"cf95b592-94a8-4c61-a754-3eb7ecb49b4a"
],
"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": ""
}
}
]
2023-01-08T06:35:58.870Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7370e9929a54..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c904567-4b63-4e33-b9bf-7ba1cb359112
VfModuleModelInvariantUUID:89ba848a-7abd-49c4-83aa-cdab97e2f1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
674850e8-7c85-4755-bb3d-b6fedfdcc89a
,
cf95b592-94a8-4c61-a754-3eb7ecb49b4a
}
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
}
2023-01-08T06:35:58.870Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 674850e8-7c85-4755-bb3d-b6fedfdcc89a from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml
2023-01-08T06:35:58.871Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-08T06:35:58.871Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml
2023-01-08T06:35:58.936Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-08T06:35:58.938Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml 674850e8-7c85-4755-bb3d-b6fedfdcc89a 20368
2023-01-08T06:35:58.938Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-08T06:35:58.939Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml
2023-01-08T06:35:58.939Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:35:58.940Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:35:58.942Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:35:58.943Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159758938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:35:59.043Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:35:59.044Z||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.
2023-01-08T06:35:59.044Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:35:59.055Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:35:59.055Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:35:59.949Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf95b592-94a8-4c61-a754-3eb7ecb49b4a from URL: /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env
2023-01-08T06:35:59.949Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-08T06:35:59.950Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env
2023-01-08T06:36:00.043Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-08T06:36:00.043Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env cf95b592-94a8-4c61-a754-3eb7ecb49b4a 2098
2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env
2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:36:00.044Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:36:00.046Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:36:00.047Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159760044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:36:00.154Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2023-01-08T06:36:00.155Z||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.
2023-01-08T06:36:00.155Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:36:00.167Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:36:00.168Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:36:01.059Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 02540462-726a-4b6f-8dbf-d3f3028cb84d
2023-01-08T06:36:01.059Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7370e992-9a54 0 d8c0d3ed-3a56-47b6-ae3e-920831af4afe 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=?
2023-01-08T06:36:01.092Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ee833b2, org.onap.sdc.toscaparser.api.parameters.Input@6a50e0d6, org.onap.sdc.toscaparser.api.parameters.Input@515ec190, org.onap.sdc.toscaparser.api.parameters.Input@42cf233d, org.onap.sdc.toscaparser.api.parameters.Input@7d85fd75]
2023-01-08T06:36:01.094Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.095Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.095Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-01-08T06:36:01.095Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0f158f93-e05f-461b-b065-6c0f31444db1
2023-01-08T06:36:01.096Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f158f93-e05f-461b-b065-6c0f31444db1 matches Tosca VF Customization UUID: 0f158f93-e05f-461b-b065-6c0f31444db1
2023-01-08T06:36:01.096Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0f158f93-e05f-461b-b065-6c0f31444db1 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=?
2023-01-08T06:36:01.101Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.101Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.102Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0f158f93-e05f-461b-b065-6c0f31444db1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-08T06:36:01.102Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c26ee9a
2023-01-08T06:36:01.102Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.103Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-08T06:36:01.103Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ce752ad-0261-4d3c-8615-1dfdef075e22
2023-01-08T06:36:01.103Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ce752ad-0261-4d3c-8615-1dfdef075e22
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=?
2023-01-08T06:36:01.109Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.109Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:36:01.109Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:36:01.110Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.110Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:36:01.110Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:36:01.111Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.111Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-08T06:36:01.112Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-08T06:36:01.113Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-08T06:36:01.114Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-08T06:36:01.114Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-08T06:36:01.114Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.115Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94980072-2f69-4ecb-baca-be25b07b70ad
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=?
2023-01-08T06:36:01.131Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.132Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:36:01.132Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:36:01.133Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.133Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:36:01.133Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:36:01.134Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:36:01.134Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-08T06:36:01.134Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-08T06:36:01.135Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.135Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.135Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-08T06:36:01.136Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-08T06:36:01.136Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-08T06:36:01.136Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-08T06:36:01.137Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-08T06:36:01.137Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.137Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a35fb5ec-52ba-4356-9eee-6f81e32f6d7d
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=?
2023-01-08T06:36:01.151Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.152Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:36:01.153Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:36:01.157Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.158Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is not matching search criteria
2023-01-08T06:36:01.158Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-08T06:36:01.159Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-08T06:36:01.159Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-08T06:36:01.159Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-08T06:36:01.160Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.160Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.160Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-08T06:36:01.161Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-08T06:36:01.161Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-08T06:36:01.161Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-08T06:36:01.162Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-08T06:36:01.162Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-08T06:36:01.162Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f23467f-93da-4951-a373-872d9d7c8fa4
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=?
2023-01-08T06:36:01.175Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.176Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:36:01.176Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-08T06:36:01.177Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.177Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Node template vFW 7370e992-9a54 0 is matching search criteria
2023-01-08T06:36:01.177Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7370e992-9a54 0] matching following query criteria: sdcType=VF, customizationUUID=0f158f93-e05f-461b-b065-6c0f31444db1
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=?
2023-01-08T06:36:01.181Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.181Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.182Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 02540462-726a-4b6f-8dbf-d3f3028cb84d: vFW 7370e992-9a54
2023-01-08T06:36:01.182Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.183Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.183Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.184Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.184Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.185Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.185Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.185Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.186Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:36:01.186Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-08 06-34-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:36:01.187Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-08 06-34-43
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 (?, ?, ?, ?, ?)
2023-01-08T06:36:01.503Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7370e992-9a54 d8c0d3ed-3a56-47b6-ae3e-920831af4afe 1 ASDC deployResourceStructure
2023-01-08T06:36:01.528Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json ASDC sendASDCNotification
2023-01-08T06:36:01.528Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json
2023-01-08T06:36:01.529Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:36:01.529Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:36:01.537Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:36:01.538Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159761528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:36:01.636Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-08T06:36:01.638Z||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.
2023-01-08T06:36:01.638Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:36:01.653Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:36:01.654Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:36:02.540Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-08T06:36:02.541Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml
2023-01-08T06:36:02.541Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:36:02.541Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:36:02.543Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:36:02.543Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159762540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-08T06:36:02.643Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:36:02.645Z||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.
2023-01-08T06:36:02.645Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:36:02.655Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:36:02.656Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env
2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:36:03.544Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:36:03.546Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:36:03.546Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159763544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-08T06:36:03.647Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:36:03.648Z||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.
2023-01-08T06:36:03.648Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:36:03.658Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:36:03.659Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:36:04.548Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar ASDC sendASDCNotification
2023-01-08T06:36:04.548Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar
2023-01-08T06:36:04.549Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:36:04.549Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:36:04.551Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:36:04.551Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159764548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:36:04.651Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:36:04.652Z||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.
2023-01-08T06:36:04.653Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:36:04.664Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:36:04.664Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:36:05.552Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:36:05.562Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:36:05.564Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:36:05.564Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:36:05.564Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:36:35.565Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:36:35.576Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:36:35.578Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:36:35.578Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:36:35.579Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:36:39.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:36:39.884Z||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.
2023-01-08T06:36:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:36:40.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:36:40.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:36:40.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:36:40.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:05.579Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:37:05.589Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:37:05.591Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:37:05.591Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:37:05.591Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:37:35.592Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:37:35.602Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:37:35.604Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:37:35.604Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:37:35.604Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:37:39.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:37:39.886Z||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.
2023-01-08T06:37:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:37:40.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:37:40.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159737940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673159739063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:37:40.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159697939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159731649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159742432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159739880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:37:40.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-08T06:37:40.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159751829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159751692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159752148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159752486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159753863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673159752834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-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=?
2023-01-08T06:37:40.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c
2023-01-08T06:37:40.457Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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 (?, ?, ?, ?, ?)
2023-01-08T06:37:40.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159753236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159754357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159755417,
"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=?
2023-01-08T06:37:40.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c
2023-01-08T06:37:40.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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 (?, ?, ?, ?, ?)
2023-01-08T06:37:40.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "multicloud-k8s",
"timestamp": 1673159756420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159756386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159757852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.495Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673159757392,
"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=?
2023-01-08T06:37:40.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c
2023-01-08T06:37:40.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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 (?, ?, ?, ?, ?)
2023-01-08T06:37:40.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159758938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159760044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:37:40.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159761528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/vfw7370e9929a540_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159762540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159763544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/resourceInstances/vfw7370e9929a540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159764548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159764386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230108063443/1.0/artifacts/service-Vfw20230108063443-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:37:40.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:37:40.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-08T06:37:40.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "aai-model-loader",
"timestamp": 1673159765388,
"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=?
2023-01-08T06:37:40.540Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc77acbf-63fe-45b2-867b-60b312e8695c
2023-01-08T06:37:40.540Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc77acbf-63fe-45b2-867b-60b312e8695c 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 (?, ?, ?, ?, ?)
2023-01-08T06:38:05.605Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:38:05.622Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c
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=?
2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-08T06:38:05.628Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:38:05.629Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:38:05.630Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:38:05.630Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-08T06:38:05.637Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-08T06:38:35.638Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc77acbf-63fe-45b2-867b-60b312e8695c 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=?
2023-01-08T06:38:35.645Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc77acbf-63fe-45b2-867b-60b312e8695c and serviceModelVersionId: 02540462-726a-4b6f-8dbf-d3f3028cb84d
2023-01-08T06:38:35.646Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0
2023-01-08T06:38:35.647Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0
2023-01-08T06:38:35.653Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-08T06:38:35.725Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|INFO|500||Invoke
2023-01-08T06:38:35.726Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bc77acbf-63fe-45b2-867b-60b312e8695c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[abc1a9b1-ceda-44d0-a64c-97300875e9ad], X-ECOMP-RequestID=[bc77acbf-63fe-45b2-867b-60b312e8695c], X-TransactionId=[], X-ONAP-RequestID=[bc77acbf-63fe-45b2-867b-60b312e8695c], Content-Type=[application/merge-patch+json]}
2023-01-08T06:38:35.757Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-08T06:38:35.867Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?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/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:38:34 GMT], content-length=[0], vertex-id=[225424], x-aai-txid=[2-aai-resources-230108-06:38:34:834-78961], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-08T06:38:35.867Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-08T06:38:35.868Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30eb9cba-4cc3-4f88-a2a5-f3c38920a7c0/model-vers/model-ver/02540462-726a-4b6f-8dbf-d3f3028cb84d?depth=0|INFO|500||InvokeReturn
2023-01-08T06:38:35.868Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-08T06:38:35.868Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-08T06:38:35.875Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-08T06:38:35.876Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc77acbf-63fe-45b2-867b-60b312e8695c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-08T06:38:35.876Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-08T06:38:35.876Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:38:35.878Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:38:35.879Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159915876,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-08T06:38:35.979Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:38:35.980Z||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.
2023-01-08T06:38:35.980Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:38:35.993Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:38:35.993Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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=?
2023-01-08T06:38:36.896Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:38:36.896Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:38:36.896Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:38:39.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:38:39.885Z||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.
2023-01-08T06:38:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:38:40.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:38:40.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-08T06:38:40.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc77acbf-63fe-45b2-867b-60b312e8695c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673159915876,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-08T06:38:40.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:38:47.165Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:38:47.167Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:38:47.194Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:38:47.195Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:38:56.732Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:38:56.733Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:38:56.734Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:38:56.734Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:39:06.274Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:39:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:39:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:39:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:39:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:39:39.885Z||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.
2023-01-08T06:39:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:39:49.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:39:49.428Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:40:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:40:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:40:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:40:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:40:39.884Z||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.
2023-01-08T06:40:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:40:49.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:40:49.429Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:41:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:41:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:41:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:41:39.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:41:39.884Z||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.
2023-01-08T06:41:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:41:49.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:41:49.464Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:42:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:42:39.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:42:39.889Z||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.
2023-01-08T06:42:39.889Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:42:39.889Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:42:39.889Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:42:49.455Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:42:49.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:43:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:43:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:43:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:43:39.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:43:39.884Z||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.
2023-01-08T06:43:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:43:49.425Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:43:49.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:44:39.882Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:44:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:44:39.883Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:44:39.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:44:39.884Z||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.
2023-01-08T06:44:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:44:49.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:44:49.434Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:39.880Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:45:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:45:39.881Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:45:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:45:39.884Z||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.
2023-01-08T06:45:39.884Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:45:40.513Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:40.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:40.515Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "aai-model-loader",
"timestamp": 1673160307940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:45:40.515Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc2055dd-e013-469f-b643-193b2d4fbfd0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"83fc563c-eeaa-4749-9d7b-45390457f420","serviceDescription":"service","serviceInvariantUUID":"28d54ca9-2c0a-4320-a40f-817697debe2a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"74a6798d-56d4-4ed0-8dc5-3d62725329e1","resourceInvariantUUID":"fa5fb0b6-f5ac-479e-b347-6f8307a6efd2","resourceCustomizationUUID":"fa615a4a-9d5a-43b4-895d-7b1094896d64","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":"MWU0YzA0NWM1ZTk3MjVkMzg5NWZkZjQ5NTkxMzU5Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"383ec96e-5988-4ee1-a39a-a086cffc39a7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTU2M2E1Nzc4MTNhNDlkYTU4NTc4MzQzMTNmM2VlNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb97e99b-96a0-4ca1-ab3b-fa640d538fe8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-08T06:45:40.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160319086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:45:40.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673160297449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:45:40.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160293851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:45:40.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160319086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "aai-model-loader",
"timestamp": 1673160307940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "multicloud-k8s",
"timestamp": 1673160297449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160293851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160324637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "aai-model-loader",
"timestamp": 1673160324473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:45:40.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:45:40.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160325642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-08T06:45:40.528Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
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=?
2023-01-08T06:45:40.529Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:45:40.534Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:45:40.534Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160339880,
"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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-08T06:45:40.553Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc2055dd-e013-469f-b643-193b2d4fbfd0
2023-01-08T06:45:40.553Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2055dd-e013-469f-b643-193b2d4fbfd0 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 (?, ?, ?, ?, ?)
2023-01-08T06:45:40.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "aai-model-loader",
"timestamp": 1673160329800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:45:40.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:45:40.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:45:40.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "aai-model-loader",
"timestamp": 1673160330803,
"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=?
2023-01-08T06:45:40.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc2055dd-e013-469f-b643-193b2d4fbfd0
2023-01-08T06:45:40.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2055dd-e013-469f-b643-193b2d4fbfd0 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 (?, ?, ?, ?, ?)
2023-01-08T06:45:40.635Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:45:40.636Z||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.
2023-01-08T06:45:40.636Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:45:40.668Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:40.669Z||pool-35-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":13,"count":1}
2023-01-08T06:45:41.535Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:45:41.536Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:45:41.540Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:45:41.540Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160339880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:45:41.640Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:45:41.642Z||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.
2023-01-08T06:45:41.642Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:45:41.655Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:41.657Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:45:42.542Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "83fc563c-eeaa-4749-9d7b-45390457f420",
"serviceDescription": "service",
"serviceInvariantUUID": "28d54ca9-2c0a-4320-a40f-817697debe2a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fa615a4a-9d5a-43b4-895d-7b1094896d64",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "74a6798d-56d4-4ed0-8dc5-3d62725329e1",
"resourceInvariantUUID": "fa5fb0b6-f5ac-479e-b347-6f8307a6efd2",
"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": "NTU2M2E1Nzc4MTNhNDlkYTU4NTc4MzQzMTNmM2VlNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cb97e99b-96a0-4ca1-ab3b-fa640d538fe8"
}
],
"workloadContext": "Production"
}
2023-01-08T06:45:42.542Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-08T06:45:42.542Z|bc77acbf-63fe-45b2-867b-60b312e8695c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83fc563c-eeaa-4749-9d7b-45390457f420 ASDC
2023-01-08T06:45:42.543Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dc2055dd-e013-469f-b643-193b2d4fbfd0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:83fc563c-eeaa-4749-9d7b-45390457f420
ServiceInvariantUUID:28d54ca9-2c0a-4320-a40f-817697debe2a
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:cb97e99b-96a0-4ca1-ab3b-fa640d538fe8
ArtifactChecksum:NTU2M2E1Nzc4MTNhNDlkYTU4NTc4MzQzMTNmM2VlNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fa615a4a-9d5a-43b4-895d-7b1094896d64
ResourceInvariantUUID:fa5fb0b6-f5ac-479e-b347-6f8307a6efd2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:74a6798d-56d4-4ed0-8dc5-3d62725329e1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-08T06:45:42.543Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83fc563c-eeaa-4749-9d7b-45390457f420 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=?
2023-01-08T06:45:42.575Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:45:42.576Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:45:42.576Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:45:42.577Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb97e99b-96a0-4ca1-ab3b-fa640d538fe8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-08T06:45:42.577Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-08T06:45:42.577Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-08T06:45:42.714Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-08T06:45:42.717Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cb97e99b-96a0-4ca1-ab3b-fa640d538fe8 57792
2023-01-08T06:45:42.717Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-08T06:45:42.718Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-08T06:45:42.718Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:45:42.718Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:45:42.720Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:45:42.720Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160342717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:45:42.827Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-08T06:45:42.828Z||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.
2023-01-08T06:45:42.828Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:45:42.841Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:42.841Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:45:43.726Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:45:43.728Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:45:43.728Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cb97e99b-96a0-4ca1-ab3b-fa640d538fe8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-08T06:45:43.729Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-08T06:45:43.729Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-08T06:45:43.729Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-08T06:45:43.947Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11982696138114705741/Definitions/service-BasicNetwork-template.yml
2023-01-08T06:45:44.565Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.566Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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
2023-01-08T06:45:44.567Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-08T06:45:44.568Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-08T06:45:44.569Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.570Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.571Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.571Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.572Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.572Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.572Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.573Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.573Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:83fc563c-eeaa-4749-9d7b-45390457f420
Model Version:NULL
Model InvariantUuid:28d54ca9-2c0a-4320-a40f-817697debe2a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fa5fb0b6-f5ac-479e-b347-6f8307a6efd2
Model UUID:e71631c5-0437-4bbd-b7ac-a17482efa803
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fa615a4a-9d5a-43b4-895d-7b1094896d64
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=?
2023-01-08T06:45:44.593Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 74a6798d-56d4-4ed0-8dc5-3d62725329e1
2023-01-08T06:45:44.594Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||No resources found for Service: 83fc563c-eeaa-4749-9d7b-45390457f420
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=?
2023-01-08T06:45:44.602Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||
2023-01-08T06:45:44.602Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 83fc563c-eeaa-4749-9d7b-45390457f420
2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 83fc563c-eeaa-4749-9d7b-45390457f420
2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-08T06:45:44.604Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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=?
2023-01-08T06:45:44.611Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a52d08c, org.onap.sdc.toscaparser.api.parameters.Input@274ef1de, org.onap.sdc.toscaparser.api.parameters.Input@62b0036b, org.onap.sdc.toscaparser.api.parameters.Input@45668acc, org.onap.sdc.toscaparser.api.parameters.Input@196ce45c]
2023-01-08T06:45:44.613Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.613Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.613Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 83fc563c-eeaa-4749-9d7b-45390457f420: Generic NeutronNet
2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.614Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.615Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.615Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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=?
2023-01-08T06:45:44.658Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:45:44.659Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:45:44.660Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||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 (?, ?)
2023-01-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-08T06:45:44.719Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-08T06:45:44.720Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:45:44.722Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:45:44.722Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160344719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:45:44.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-01-08T06:45:44.827Z||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.
2023-01-08T06:45:44.828Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:45:44.843Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:45:44.844Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:45:45.722Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:45:45.741Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:45:45.744Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:45:45.744Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:45:45.744Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:45:45.745Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:46:15.745Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:46:15.755Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:46:15.758Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:46:39.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:46:39.884Z||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.
2023-01-08T06:46:39.885Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:46:40.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:46:40.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:46:40.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160339880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:46:40.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:46:45.760Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:46:45.771Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:46:45.775Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:47:15.778Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:47:15.790Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-08T06:47:15.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-08T06:47:39.884Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:47:39.886Z||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.
2023-01-08T06:47:39.886Z||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 31OWDXPjGTwJn5xr) ...
2023-01-08T06:47:39.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:47:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160339880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:39.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160342717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:39.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160342432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160344719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:47:39.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160342432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:39.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160345189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:39.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160346922,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:47:39.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160347927,
"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=?
2023-01-08T06:47:39.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc2055dd-e013-469f-b643-193b2d4fbfd0
2023-01-08T06:47:39.965Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2055dd-e013-469f-b643-193b2d4fbfd0 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:39.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:47:39.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160339048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:39.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160326645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:39.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160337940,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:39.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "multicloud-k8s",
"timestamp": 1673160324739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:39.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160352490,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:39.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160352667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:39.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160353988,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:39.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:39.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160353672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c
2023-01-08T06:47:40.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160355234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-08T06:47:40.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160356237,
"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=?
2023-01-08T06:47:40.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c
2023-01-08T06:47:40.030Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160358409,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:47:40.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "aai-model-loader",
"timestamp": 1673160359412,
"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=?
2023-01-08T06:47:40.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c
2023-01-08T06:47:40.058Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160372432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160381193,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160383090,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-08T06:47:40.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673160384095,
"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=?
2023-01-08T06:47:40.095Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3d331fe-bb28-4eab-8b9b-c51629da237c
2023-01-08T06:47:40.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d331fe-bb28-4eab-8b9b-c51629da237c 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160354674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160367940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160382830,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160379049,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160390594,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:40.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160390888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:40.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "aai-model-loader",
"timestamp": 1673160390451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:40.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160391598,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.142Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eddfa821-76ac-4905-8c57-7f37b546d0c4
2023-01-08T06:47:40.142Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eddfa821-76ac-4905-8c57-7f37b546d0c4 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160391969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:40.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160393022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:47:40.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160394068,
"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=?
2023-01-08T06:47:40.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eddfa821-76ac-4905-8c57-7f37b546d0c4
2023-01-08T06:47:40.162Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eddfa821-76ac-4905-8c57-7f37b546d0c4 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 (?, ?, ?, ?, ?)
2023-01-08T06:47:40.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eddfa821-76ac-4905-8c57-7f37b546d0c4",
"consumerID": "multicloud-k8s",
"timestamp": 1673160395075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-08T06:47:40.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-08T06:47:40.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "multicloud-k8s",
"timestamp": 1673160396086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "multicloud-k8s",
"timestamp": 1673160396086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673160399048,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "multicloud-k8s",
"timestamp": 1673160396086,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-08T06:47:40.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:40.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-08T06:47:40.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27b79537-6ae9-4690-86f9-24c91d08eabb",
"consumerID": "cds-sdc-listener",
"timestamp": 1673160392601,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:47:40.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2023-01-08T06:47:45.794Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:47:45.815Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0
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=?
2023-01-08T06:47:45.824Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-08T06:47:45.824Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-08T06:47:45.825Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-08T06:47:45.837Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-08T06:48:15.838Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 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=?
2023-01-08T06:48:15.848Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc2055dd-e013-469f-b643-193b2d4fbfd0 and serviceModelVersionId: 83fc563c-eeaa-4749-9d7b-45390457f420
2023-01-08T06:48:15.848Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28d54ca9-2c0a-4320-a40f-817697debe2a
2023-01-08T06:48:15.849Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0
2023-01-08T06:48:15.855Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-08T06:48:15.923Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?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]}
2023-01-08T06:48:15.925Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0|INFO|500||Invoke
2023-01-08T06:48:15.970Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-08T06:48:16.122Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0|INFO|500||InvokeReturn
2023-01-08T06:48:16.124Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28d54ca9-2c0a-4320-a40f-817697debe2a/model-vers/model-ver/83fc563c-eeaa-4749-9d7b-45390457f420?depth=0 has http status code:200 and response headers:{date=[Sun, 08 Jan 2023 06:48:15 GMT], content-length=[0], vertex-id=[163880], x-aai-txid=[2-aai-resources-230108-06:48:15:015-87031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-08T06:48:16.124Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-01-08T06:48:16.125Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-08T06:48:16.125Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-08T06:48:16.132Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-08T06:48:16.132Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc2055dd-e013-469f-b643-193b2d4fbfd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-08T06:48:16.132Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-08T06:48:16.133Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:16.138Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:16.138Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dc2055dd-e013-469f-b643-193b2d4fbfd0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160496132,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-08T06:48:16.237Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:48:16.239Z||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.
2023-01-08T06:48:16.239Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:16.256Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:16.257Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-08T06:48:17.153Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-08T06:48:17.154Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-08T06:48:17.154Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:22.793Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:22.796Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-08T06:48:22.796Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3d331fe-bb28-4eab-8b9b-c51629da237c","serviceName":"Demo_pNF_oJadWyGlvUn99hXO5lqt","serviceVersion":"1.0","serviceUUID":"0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5","serviceDescription":"catalog service description","serviceInvariantUUID":"31ed8e5d-467b-449a-a2a8-5023c12b70e3","resources":[{"resourceInstanceName":"pNF 30bf04e1-8c6b 0","resourceName":"pNF 30bf04e1-8c6b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8890a28a-652e-4340-ab2a-d0e64e429ac7","resourceInvariantUUID":"e057534a-808d-4532-b9bc-63fa7192f954","resourceCustomizationUUID":"ae994d58-8a96-4c96-9ba5-8e6304529ec2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml","artifactChecksum":"NjgxZTdkNDRjNDUxYWEwOGViOTllZjBlM2I2N2Y4ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4f5c0f7-6d89-49eb-b830-0088b86f17c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar","artifactChecksum":"ZWEyNDAzZDRhMGIxM2Q1MjczNTYxYzQ3ZGMzZDUxN2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddfefd5e-9c1c-4627-9282-034eb9accf1a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad02abf3-73a3-43a9-9acf-704f955ce466","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc4ZWU0M2U4NDU2NDQ2OTk4NzJmMGNlOTFkNWI5ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"371b3722-2369-4413-a21a-84436d08c1c8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54df6442-601c-4194-85bf-fbe0b5049912","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0427ce70-4df7-4278-9ec0-30795b8efc6e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOjadwyglvun99hxo5lqt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml","artifactChecksum":"NGFkOGM1YWVlNjQ2ZTJlMzNhNjU5Zjc5ZDBhMDU0Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a97a8533-97c6-4ca8-9870-4b77c1d3215a","artifactVersion":"1"},{"artifactName":"service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar","artifactChecksum":"ZDg1OTdiZTFiOGRkOWUzNGViZWY5OGViZDFjOTBjNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98059f2d-2969-4998-8b1a-3f8616eaa3a5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-08T06:48:22.800Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:22.800Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:22.802Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:22.802Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:22.902Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:22.903Z||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.
2023-01-08T06:48:22.903Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:22.916Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:22.917Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:48:23.803Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:23.804Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:23.806Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:23.806Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:23.906Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-08T06:48:23.907Z||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.
2023-01-08T06:48:23.907Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:23.919Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:23.919Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:48:24.808Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:24.808Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:24.811Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:24.811Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:24.911Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:24.913Z||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.
2023-01-08T06:48:24.913Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:24.924Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:24.925Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:48:25.812Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:25.812Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:25.814Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:25.815Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:25.915Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:25.916Z||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.
2023-01-08T06:48:25.916Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:25.929Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:25.929Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:48:26.815Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:26.816Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:26.818Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:26.818Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:26.918Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:26.919Z||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.
2023-01-08T06:48:26.919Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:26.950Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:26.951Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:48:27.819Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:27.820Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:27.822Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:27.822Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/resourceInstances/pnf30bf04e18c6b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:27.922Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:27.923Z||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.
2023-01-08T06:48:27.923Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:27.942Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:27.943Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:48:28.823Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:28.823Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:28.826Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:28.826Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-08T06:48:28.927Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-08T06:48:28.928Z||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.
2023-01-08T06:48:28.928Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:28.942Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:28.942Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:48:29.827Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-08T06:48:29.828Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:29.829Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:29.830Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160497153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "NOTIFIED"
}
2023-01-08T06:48:29.930Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:29.931Z||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.
2023-01-08T06:48:29.931Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:29.945Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:29.946Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-08T06:48:30.830Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"serviceName": "Demo_pNF_oJadWyGlvUn99hXO5lqt",
"serviceVersion": "1.0",
"serviceUUID": "0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "31ed8e5d-467b-449a-a2a8-5023c12b70e3",
"resources": [
{
"resourceInstanceName": "pNF 30bf04e1-8c6b 0",
"resourceCustomizationUUID": "ae994d58-8a96-4c96-9ba5-8e6304529ec2",
"resourceName": "pNF 30bf04e1-8c6b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8890a28a-652e-4340-ab2a-d0e64e429ac7",
"resourceInvariantUUID": "e057534a-808d-4532-b9bc-63fa7192f954",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"artifactChecksum": "ZDg1OTdiZTFiOGRkOWUzNGViZWY5OGViZDFjOTBjNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98059f2d-2969-4998-8b1a-3f8616eaa3a5"
}
],
"workloadContext": "Production"
}
2023-01-08T06:48:30.835Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-08T06:48:30.835Z|dc2055dd-e013-469f-b643-193b2d4fbfd0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 ASDC
2023-01-08T06:48:30.836Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e3d331fe-bb28-4eab-8b9b-c51629da237c
ServiceName:Demo_pNF_oJadWyGlvUn99hXO5lqt
ServiceVersion:1.0
ServiceUUID:0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5
ServiceInvariantUUID:31ed8e5d-467b-449a-a2a8-5023c12b70e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
ArtifactUUID:98059f2d-2969-4998-8b1a-3f8616eaa3a5
ArtifactChecksum:ZDg1OTdiZTFiOGRkOWUzNGViZWY5OGViZDFjOTBjNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 30bf04e1-8c6b 0
ResourceCustomizationUUID:ae994d58-8a96-4c96-9ba5-8e6304529ec2
ResourceInvariantUUID:e057534a-808d-4532-b9bc-63fa7192f954
ResourceName:pNF 30bf04e1-8c6b
ResourceType:PNF
ResourceUUID:8890a28a-652e-4340-ab2a-d0e64e429ac7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-08T06:48:30.836Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5 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=?
2023-01-08T06:48:30.908Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:48:30.909Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 98059f2d-2969-4998-8b1a-3f8616eaa3a5 from URL: /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-08T06:48:30.910Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:31.016Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-08T06:48:31.023Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar 98059f2d-2969-4998-8b1a-3f8616eaa3a5 88015
2023-01-08T06:48:31.023Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar ASDC sendASDCNotification
2023-01-08T06:48:31.024Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:31.024Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-08T06:48:31.024Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-08T06:48:31.027Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-08T06:48:31.027Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e3d331fe-bb28-4eab-8b9b-c51629da237c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673160511023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-08T06:48:31.128Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-08T06:48:31.129Z||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.
2023-01-08T06:48:31.129Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 31OWDXPjGTwJn5xr) ...
2023-01-08T06:48:31.157Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-08T06:48:31.157Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-08T06:48:32.028Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-08T06:48:32.029Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-08T06:48:32.029Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 98059f2d-2969-4998-8b1a-3f8616eaa3a5, URL: /sdc/v1/catalog/services/DemoPnfOjadwyglvun99hxo5lqt/1.0/artifacts/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar to file: /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:32.029Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:32.030Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:32.030Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:32.232Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12783302988012186769/Definitions/service-DemoPnfOjadwyglvun99hxo5lqt-template.yml
2023-01-08T06:48:33.384Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-08T06:48:33.384Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-08T06:48:33.384Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||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-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||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-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 30bf04e1-8c6b 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-DemoPnfOjadwyglvun99hxo5lqt-csar.csar
2023-01-08T06:48:33.385Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Node template pNF 30bf04e1-8c6b 0 is matching search criteria
2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-08T06:48:33.386Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30bf04e1-8c6b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Node template pNF 30bf04e1-8c6b 0 is matching search criteria
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 30bf04e1-8c6b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.387Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.388Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.389Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.389Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.389Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_oJadWyGlvUn99hXO5lqt
Description:catalog service description
Model UUID:0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5
Model Version:NULL
Model InvariantUuid:31ed8e5d-467b-449a-a2a8-5023c12b70e3
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=?
2023-01-08T06:48:33.397Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8890a28a-652e-4340-ab2a-d0e64e429ac7
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=?
2023-01-08T06:48:33.401Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||pNF 30bf04e1-8c6b 0
2023-01-08T06:48:33.401Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8890a28a-652e-4340-ab2a-d0e64e429ac7
2023-01-08T06:48:33.401Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5
2023-01-08T06:48:33.402Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5
2023-01-08T06:48:33.403Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 30bf04e1-8c6b 0 8890a28a-652e-4340-ab2a-d0e64e429ac7 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=?
2023-01-08T06:48:33.411Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327e5f87, org.onap.sdc.toscaparser.api.parameters.Input@554b777f, org.onap.sdc.toscaparser.api.parameters.Input@2b66c7f1, org.onap.sdc.toscaparser.api.parameters.Input@23da0b53, org.onap.sdc.toscaparser.api.parameters.Input@6398fac8]
2023-01-08T06:48:33.412Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-08T06:48:33.412Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_oJadWyGlvUn99hXO5lqt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-08T06:48:33.412Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0f43c1f5-e3e4-49fb-ac9d-bfccc57e6af5: pNF 30bf04e1-8c6b
2023-01-08T06:48:33.413Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8890a28a-652e-4340-ab2a-d0e64e429ac7
2023-01-08T06:48:33.413Z|e3d331fe-bb28-4eab-8b9b-c51629da237c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery