By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-29T04:11:49.143Z||main|||||INFO|500||The following profiles are active: basic
2022-12-29T04:12:57.855Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-29T04:12:57.856Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-29T04:12:59.142Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-29T04:13:24.339Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-29T04:13:27.473Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-29T04:13:30.862Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-29T04:13:31.032Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-29T04:13:32.712Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-29T04:13:36.811Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-29T04:13:45.119Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-29T04:14:09.580Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-29T04:14:19.796Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-29T04:14:19.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-29T04:14:22.302Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-29T04:14:24.028Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-29T04:14:28.813Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-29T04:14:34.052Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-29T04:14:34.144Z||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$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-29T04:14:34.172Z||main|||||WARN|500||The sdc end point is not alive
2022-12-29T04:14:52.986Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-29T04:15:05.124Z||main|||||WARN|500||---
2022-12-29T04:15:05.125Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-29T04:15:05.143Z||main|||||WARN|500||---
2022-12-29T04:15:07.373Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-29T04:15:24.705Z||main|||||INFO|500||Started Application in 239.482 seconds (JVM running for 259.922)
2022-12-29T04:15:24.725Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-29T04:15:24.740Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-29T04:15:24.798Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-29T04:15:24.879Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-29T04:15:25.219Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2ae71c8-b7cb-474e-a6c7-2bfdff94fa9a url= /sdc/v1/artifactTypes
2022-12-29T04:15:25.220Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-29T04:15:25.909Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-29T04:15:26.133Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-29T04:15:26.368Z||scheduling-1|||||DEBUG|500||create keys
2022-12-29T04:15:26.485Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-29T04:15:26.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:15:26.681Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 02686717-dc4b-4a29-afe7-fb76b1410b12 url= /sdc/v1/registerForDistribution
2022-12-29T04:15:26.912Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 02686717-dc4b-4a29-afe7-fb76b1410b12 url= /sdc/v1/registerForDistribution
2022-12-29T04:15:26.914Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-29T04:15:26.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:15:27.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:15:27.073Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-29T04:15:27.117Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:15:27.118Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:15:27.126Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:15:27.128Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:15:37.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:15:37.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:16:26.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:16:26.989Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:16:26.990Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:16:27.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:16:27.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:16:27.045Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:16:36.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:16:36.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:17:26.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:17:26.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:17:26.987Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:17:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:17:27.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:17:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:17:36.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:17:36.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:18:26.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:18:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:18:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:18:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:18:27.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:18:27.131Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:18:37.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:18:38.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:19:26.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:19:26.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:19:26.975Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:19:27.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:19:27.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:19:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:19:36.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:19:36.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:20:26.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:20:26.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:20:26.974Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:20:27.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:20:27.038Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:20:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:20:36.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:20:36.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:21:26.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:21:26.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:21:26.982Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:21:27.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:21:27.038Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:21:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:21:30.722Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-29T04:21:36.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:21:36.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:22:26.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:22:26.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:22:26.980Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:22:27.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:22:27.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:22:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:22:36.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:22:36.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:23:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:23:26.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:23:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:23:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:23:27.065Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:23:27.066Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:23:36.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:23:36.898Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:24:26.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:24:26.987Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:24:26.988Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:24:27.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:24:27.037Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:24:27.039Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:24:36.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:24:36.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:25:26.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:25:26.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:25:26.986Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:25:27.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:25:27.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:25:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:25:36.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:25:36.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:26:26.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:26:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:26:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:26:27.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:26:27.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:26:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:26:36.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:26:36.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:27:26.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:27:26.982Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:27:26.983Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:27:27.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:27:27.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:27:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:27:36.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:27:36.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:28:26.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:28:26.998Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:28:26.998Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:28:27.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:28:27.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:28:27.043Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:28:36.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:28:36.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:29:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:29:26.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:29:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:29:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:29:27.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:29:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:29:36.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:29:36.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:30:26.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:30:26.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:30:26.983Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:30:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:30:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:30:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:30:36.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:30:36.657Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:31:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:31:26.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:31:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:31:27.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:31:27.036Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:31:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:31:36.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:31:36.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:32:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:32:26.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:32:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:32:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:32:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:32:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:32:36.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:32:36.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:33:26.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:33:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:33:26.978Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:33:27.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:33:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:33:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:33:36.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:33:36.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:34:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:34:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:34:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:34:27.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:34:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:34:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:34:36.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:34:36.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:35:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:35:26.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:35:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:35:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:35:27.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:35:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:35:36.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:35:36.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:36:26.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:36:26.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:36:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:36:27.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:36:27.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:36:27.062Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:36:37.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:36:37.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:37:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:37:26.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:37:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:37:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:37:27.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:37:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:37:36.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:37:36.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:38:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:38:26.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:38:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:38:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:38:27.043Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:38:27.044Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:38:36.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:38:36.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:39:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:39:26.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:39:26.978Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:39:27.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:39:27.035Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:39:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:39:36.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:39:36.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:40:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:40:26.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:40:26.974Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:40:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:40:27.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:40:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:40:36.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:40:36.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:41:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:41:26.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:41:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:41:27.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:41:27.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:41:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:41:36.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:41:36.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:42:26.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:42:26.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:42:26.972Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:42:27.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:42:27.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:42:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:42:36.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:42:36.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:43:26.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:43:26.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:43:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:43:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:43:27.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:43:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:43:36.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:43:36.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:44:26.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:44:27.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:44:27.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:44:27.017Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:44:27.038Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:44:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:44:36.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:44:36.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:45:26.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:45:26.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:45:26.979Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:45:27.033Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:45:27.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:45:27.035Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:45:36.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:45:36.697Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:46:26.988Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:46:26.989Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:46:26.990Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:46:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:46:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:46:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:46:36.606Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:46:36.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:47:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:47:26.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:47:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:47:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:47:27.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:47:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:47:36.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:47:36.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:48:26.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:48:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:48:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:48:27.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:48:27.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:48:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:48:36.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:48:36.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:49:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:49:26.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:49:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:49:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:49:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:49:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:49:36.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:49:36.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:50:26.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:50:26.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:50:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:50:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:50:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:50:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:50:36.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:50:36.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:51:26.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:51:26.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:51:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:51:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:51:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:51:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:51:36.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:51:36.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:52:26.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:52:26.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:52:26.978Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:52:27.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:52:27.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:52:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:52:36.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:52:36.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:53:26.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:53:26.984Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:53:26.985Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:53:27.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:53:27.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:53:27.034Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:53:36.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:53:36.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:54:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:54:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:54:26.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:54:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:54:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:54:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:54:36.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:54:36.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:55:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:55:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:55:26.974Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:55:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:55:27.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:55:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:55:36.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:55:36.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:56:26.973Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:56:26.979Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:56:26.982Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:56:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:56:27.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:56:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:56:36.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:56:36.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:57:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:57:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:57:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:57:27.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:57:27.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:57:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:57:36.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:57:36.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:58:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:58:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:58:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:58:27.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:58:27.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:58:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:58:36.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:58:36.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:59:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:59:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:59:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:59:27.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T04:59:27.057Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T04:59:27.065Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T04:59:36.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T04:59:36.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:00:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:00:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:00:26.977Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:00:27.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:00:27.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:00:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:00:36.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:00:36.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:01:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:01:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:01:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:01:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:01:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:01:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:01:36.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:01:36.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:02:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:02:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:02:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:02:27.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:02:27.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:02:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:02:36.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:02:36.613Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:03:26.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:03:26.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:03:26.973Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:03:27.037Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:03:27.038Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:03:27.038Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:03:36.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:03:36.662Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:04:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:04:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:04:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:04:27.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:04:27.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:04:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:04:36.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:04:36.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:05:26.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:05:26.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:05:26.989Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:05:27.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:05:27.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:05:27.039Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:05:36.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:05:36.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:06:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:06:26.975Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:06:26.975Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:06:27.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:06:27.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:06:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:06:36.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:06:36.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:07:26.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:07:26.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:07:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:07:27.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:07:27.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:07:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:07:36.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:07:36.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:08:26.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:08:26.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:08:26.981Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:08:27.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:08:27.033Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:08:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:08:36.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:08:36.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:09:26.978Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:09:26.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:09:26.986Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:09:27.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:09:27.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:09:27.049Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:09:36.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:09:36.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:10:26.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:10:26.976Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:10:26.976Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:10:27.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:10:27.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:10:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:10:36.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:10:36.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:11:26.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:11:27.002Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:11:27.004Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:11:27.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:11:27.043Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:11:27.044Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:11:36.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:11:36.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:12:26.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:12:26.986Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:12:26.987Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:12:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:12:27.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:12:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:12:36.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:12:36.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:13:26.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:13:26.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:13:26.986Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:13:27.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:13:27.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:13:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:13:36.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:13:36.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:14:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:14:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:14:26.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:14:27.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:14:27.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:14:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:14:36.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:14:36.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:15:26.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:15:26.988Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:15:26.990Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:15:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:15:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:15:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:15:36.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:15:36.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:16:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:16:26.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:16:26.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:16:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:16:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:16:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:16:36.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:16:36.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:17:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:17:26.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:17:26.972Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:17:27.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:17:27.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:17:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:17:36.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:17:36.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:18:26.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:18:26.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:18:26.978Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:18:27.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:18:27.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:18:27.033Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:18:36.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:18:36.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:19:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:19:26.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:19:26.975Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:19:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:19:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:19:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:19:36.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:19:36.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:26.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:20:26.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:20:26.973Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:20:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:20:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:27.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:27.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:20:27.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:27.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-29T05:20:27.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c170b800-cac9-4b89-9e3c-f63b04b8c5c2","serviceName":"basic_onboard_INWtqv","serviceVersion":"1.0","serviceUUID":"3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5","serviceDescription":"service","serviceInvariantUUID":"aeff44f2-8615-4b9d-8733-8b918d91f3ae","resources":[{"resourceInstanceName":"basic_onboard_INWtqv 0","resourceName":"basic_onboard_INWtqv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cad3dea-3fd6-4246-9f4e-00da4b4f506c","resourceInvariantUUID":"329aa1c1-e256-4ff2-ad14-473e55adcbdf","resourceCustomizationUUID":"fe2edfd6-ccb1-4f27-af10-ca44b4e289ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml","artifactChecksum":"MzZiYmI5ODQxM2YzOWExMTU4YjRhNzM0Nzk3NjBlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da3f1e36-96e7-49b5-bbd1-8db891adc3c4","artifactVersion":"1"},{"artifactName":"basic_onboard_inwtqv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json","artifactChecksum":"ZDlhNjczNjUzNjMzYTU1ZTNkOGMxZGM5OWQ0NzQxZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e19fa50-8191-451d-be60-d742e73e1782","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b192af38-025f-4593-9cf0-40bef1833300","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b747e678-e7a1-490e-a8fa-6499e2944918","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7261e9a1-dc96-4161-91e1-c0eca51da434","artifactVersion":"2","generatedFromUUID":"b192af38-025f-4593-9cf0-40bef1833300"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardInwtqv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml","artifactChecksum":"ZWFhNzhkMjQxMGU5NDA3ZThlZWRhM2VkNjBiNGI3MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed834c75-eceb-491f-aac3-bc5fa0482e96","artifactVersion":"1"},{"artifactName":"service-BasicOnboardInwtqv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar","artifactChecksum":"NTJlN2M0MjliMWJlM2VhNWVhN2Q2OWY3ZjhlYjI4YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d04d3ea-0b28-41c4-bf2d-96d1917ac150","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:20:27.683Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:27.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:27.780Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:27.781Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:27.882Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2022-12-29T05:20:27.898Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:27.899Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:27.930Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:27.931Z||pool-3-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:28.814Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:28.815Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:28.817Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:28.818Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:20:28.922Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:20:28.923Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:28.924Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:28.945Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:28.946Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:29.818Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:29.820Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:29.848Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:29.849Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:20:29.933Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-12-29T05:20:29.934Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:29.936Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:29.954Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:29.956Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:30.854Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:30.855Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:30.859Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:30.859Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:30.960Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:20:30.963Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:30.963Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:30.986Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:30.988Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:31.861Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:31.862Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:31.869Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:31.869Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-29T05:20:31.966Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-29T05:20:31.968Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:31.969Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:32.005Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:32.011Z||pool-7-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:32.870Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:32.870Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:32.875Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:32.875Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:20:32.978Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T05:20:32.983Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:32.985Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:33.034Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:33.035Z||pool-8-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:33.877Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:20:33.879Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:33.893Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:33.894Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:20:33.991Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-29T05:20:33.992Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:33.993Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:34.021Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:34.022Z||pool-9-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:34.918Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"serviceName": "basic_onboard_INWtqv",
"serviceVersion": "1.0",
"serviceUUID": "3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5",
"serviceDescription": "service",
"serviceInvariantUUID": "aeff44f2-8615-4b9d-8733-8b918d91f3ae",
"resources": [
{
"resourceInstanceName": "basic_onboard_INWtqv 0",
"resourceCustomizationUUID": "fe2edfd6-ccb1-4f27-af10-ca44b4e289ec",
"resourceName": "basic_onboard_INWtqv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1cad3dea-3fd6-4246-9f4e-00da4b4f506c",
"resourceInvariantUUID": "329aa1c1-e256-4ff2-ad14-473e55adcbdf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_inwtqv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"artifactChecksum": "ZDlhNjczNjUzNjMzYTU1ZTNkOGMxZGM5OWQ0NzQxZjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5e19fa50-8191-451d-be60-d742e73e1782",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b192af38-025f-4593-9cf0-40bef1833300",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7261e9a1-dc96-4161-91e1-c0eca51da434",
"generatedFromUUID": "b192af38-025f-4593-9cf0-40bef1833300"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7261e9a1-dc96-4161-91e1-c0eca51da434",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardInwtqv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"artifactChecksum": "NTJlN2M0MjliMWJlM2VhNWVhN2Q2OWY3ZjhlYjI4YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6d04d3ea-0b28-41c4-bf2d-96d1917ac150"
}
],
"workloadContext": "Production"
}
2022-12-29T05:20:34.919Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:20:34.920Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5 ASDC
2022-12-29T05:20:35.731Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c170b800-cac9-4b89-9e3c-f63b04b8c5c2
ServiceName:basic_onboard_INWtqv
ServiceVersion:1.0
ServiceUUID:3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
ServiceInvariantUUID:aeff44f2-8615-4b9d-8733-8b918d91f3ae
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardInwtqv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
ArtifactUUID:6d04d3ea-0b28-41c4-bf2d-96d1917ac150
ArtifactChecksum:NTJlN2M0MjliMWJlM2VhNWVhN2Q2OWY3ZjhlYjI4YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_INWtqv 0
ResourceCustomizationUUID:fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
ResourceInvariantUUID:329aa1c1-e256-4ff2-ad14-473e55adcbdf
ResourceName:basic_onboard_INWtqv
ResourceType:VF
ResourceUUID:1cad3dea-3fd6-4246-9f4e-00da4b4f506c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_inwtqv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
ArtifactUUID:5e19fa50-8191-451d-be60-d742e73e1782
ArtifactChecksum:ZDlhNjczNjUzNjMzYTU1ZTNkOGMxZGM5OWQ0NzQxZjg=
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/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b192af38-025f-4593-9cf0-40bef1833300
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/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
ArtifactUUID:7261e9a1-dc96-4161-91e1-c0eca51da434
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/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
ArtifactUUID:7261e9a1-dc96-4161-91e1-c0eca51da434
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-29T05:20:35.733Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:20:37.884Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:20:37.919Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:20:37.982Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:20:37.984Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d04d3ea-0b28-41c4-bf2d-96d1917ac150 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:37.989Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:38.011Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:38.578Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:38.668Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar 6d04d3ea-0b28-41c4-bf2d-96d1917ac150 75313
2022-12-29T05:20:38.683Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar ASDC sendASDCNotification
2022-12-29T05:20:38.684Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:38.746Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:38.760Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:38.772Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:38.773Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291238668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:20:38.879Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-29T05:20:38.883Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:38.883Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:38.930Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:38.931Z||pool-10-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:20:39.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:20:39.797Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:20:39.800Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6d04d3ea-0b28-41c4-bf2d-96d1917ac150, URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar to file: /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:39.804Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:40.533Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:40.534Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:43.700Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5251983575538411163/Definitions/service-BasicOnboardInwtqv-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
2022-12-29T05:20:54.737Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:20:54.747Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:20:54.747Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.747Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_INWtqv 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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.748Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.749Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.749Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||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-BasicOnboardInwtqv-csar.csar
2022-12-29T05:20:54.749Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:20:54.762Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.765Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.773Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.774Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:20:54.777Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:20:54.780Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.780Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.781Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.781Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:20:54.781Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:20:54.782Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.782Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.789Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.789Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is not matching search criteria
2022-12-29T05:20:54.789Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-29T05:20:54.790Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-29T05:20:54.790Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-29T05:20:54.790Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-29T05:20:54.791Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T05:20:54.791Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.791Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:20:54.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.794Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:54.795Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.796Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:54.797Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:54.797Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.798Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is not matching search criteria
2022-12-29T05:20:54.798Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-29T05:20:54.798Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-29T05:20:54.799Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09809f54-3914-4f15-85ec-7b89cffb7b27
2022-12-29T05:20:54.799Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.802Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.803Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.804Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.805Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.806Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.807Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:54.809Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:54.809Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_INWtqv
Description:service
Model UUID:3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
Model Version:NULL
Model InvariantUuid:aeff44f2-8615-4b9d-8733-8b918d91f3ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_INWtqv
Model UUID:7534ec1a-0ffb-4618-9575-8d155fdde64a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:329aa1c1-e256-4ff2-ad14-473e55adcbdf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e336c51e-051a-4a6f-bbf7-65b39ac312dd
ModelName:BasicOnboardInwtqv..base_ubuntu18..module-0
ModelUuid:809aafc5-948c-4657-8c26-29ddb96ed369
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:09809f54-3914-4f15-85ec-7b89cffb7b27
ModelInvariantUuid:32f3f9d7-9179-4360-a220-5d776c6c4535
ModelName:basic_onboard_INWtqv-nodes.ubuntu18Cvfc
ModelUuid:ce21200e-330c-4f0c-8901-66a3659a990c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a7d9dc35-26a7-4073-bb3d-657635281466
ModelInvariantUuid:1dc92f97-e371-4628-a064-19cffe1a855a
ModelName:BasicOnboardInwtqv.compute.nodes.heat.ubuntu18
ModelUuid:b10b7267-dc3d-44ef-a25d-7eefdbe29506
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:20:54.938Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cad3dea-3fd6-4246-9f4e-00da4b4f506c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:20:55.534Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||basic_onboard_INWtqv 0
2022-12-29T05:20:55.584Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cad3dea-3fd6-4246-9f4e-00da4b4f506c
2022-12-29T05:20:55.585Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5e19fa50-8191-451d-be60-d742e73e1782 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:20:55.586Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:55.587Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:20:55.735Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:55.740Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json 5e19fa50-8191-451d-be60-d742e73e1782 798
2022-12-29T05:20:55.742Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json ASDC sendASDCNotification
2022-12-29T05:20:55.743Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:20:55.743Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:55.745Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:55.785Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:55.786Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291255742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:20:55.869Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-12-29T05:20:55.901Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:55.904Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:55.979Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:55.980Z||pool-11-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:20:56.787Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardInwtqv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e336c51e-051a-4a6f-bbf7-65b39ac312dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "809aafc5-948c-4657-8c26-29ddb96ed369",
"vfModuleModelCustomizationUUID": "08d6bc97-7a57-48b5-92ef-8f584e2c9c2a",
"isBase": true,
"artifacts": [
"b192af38-025f-4593-9cf0-40bef1833300",
"7261e9a1-dc96-4161-91e1-c0eca51da434"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-29T05:20:56.929Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardInwtqv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:809aafc5-948c-4657-8c26-29ddb96ed369
VfModuleModelInvariantUUID:e336c51e-051a-4a6f-bbf7-65b39ac312dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
b192af38-025f-4593-9cf0-40bef1833300
,
7261e9a1-dc96-4161-91e1-c0eca51da434
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-29T05:20:56.945Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardInwtqv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e336c51e-051a-4a6f-bbf7-65b39ac312dd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "809aafc5-948c-4657-8c26-29ddb96ed369",
"vfModuleModelCustomizationUUID": "08d6bc97-7a57-48b5-92ef-8f584e2c9c2a",
"isBase": true,
"artifacts": [
"b192af38-025f-4593-9cf0-40bef1833300",
"7261e9a1-dc96-4161-91e1-c0eca51da434"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-29T05:20:56.946Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardInwtqv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:809aafc5-948c-4657-8c26-29ddb96ed369
VfModuleModelInvariantUUID:e336c51e-051a-4a6f-bbf7-65b39ac312dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
b192af38-025f-4593-9cf0-40bef1833300
,
7261e9a1-dc96-4161-91e1-c0eca51da434
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-29T05:20:56.946Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b192af38-025f-4593-9cf0-40bef1833300 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:20:56.946Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:56.947Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:20:57.099Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:57.100Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml b192af38-025f-4593-9cf0-40bef1833300 5033
2022-12-29T05:20:57.101Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-29T05:20:57.101Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:20:57.101Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:57.102Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:57.109Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:57.110Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291257101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:20:57.210Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:20:57.211Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:57.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:57.293Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:57.297Z||pool-12-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:58.130Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7261e9a1-dc96-4161-91e1-c0eca51da434 from URL: /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:20:58.130Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:20:58.131Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:20:58.251Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:20:58.251Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env 7261e9a1-dc96-4161-91e1-c0eca51da434 909
2022-12-29T05:20:58.252Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-29T05:20:58.252Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:20:58.252Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:20:58.264Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:20:58.268Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:20:58.268Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291258252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:20:58.367Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T05:20:58.369Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:20:58.370Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:20:58.419Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:20:58.420Z||pool-13-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:20:59.269Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
2022-12-29T05:20:59.270Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_INWtqv 0 1cad3dea-3fd6-4246-9f4e-00da4b4f506c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:20:59.465Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47b04d8, org.onap.sdc.toscaparser.api.parameters.Input@91f996d, org.onap.sdc.toscaparser.api.parameters.Input@149270db, org.onap.sdc.toscaparser.api.parameters.Input@6034579b, org.onap.sdc.toscaparser.api.parameters.Input@3cb5c281]
2022-12-29T05:20:59.478Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.479Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.479Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-29T05:20:59.480Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
2022-12-29T05:20:59.480Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe2edfd6-ccb1-4f27-af10-ca44b4e289ec matches Tosca VF Customization UUID: fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
2022-12-29T05:20:59.480Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fe2edfd6-ccb1-4f27-af10-ca44b4e289ec matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T05:20:59.513Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.513Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.515Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fe2edfd6-ccb1-4f27-af10-ca44b4e289ec: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-29T05:20:59.516Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2802e6c
2022-12-29T05:20:59.516Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.516Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:20:59.518Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08d6bc97-7a57-48b5-92ef-8f584e2c9c2a
2022-12-29T05:20:59.520Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08d6bc97-7a57-48b5-92ef-8f584e2c9c2a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T05:20:59.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:59.548Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.548Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.548Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:59.549Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.549Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is not matching search criteria
2022-12-29T05:20:59.549Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-29T05:20:59.550Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-29T05:20:59.550Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09809f54-3914-4f15-85ec-7b89cffb7b27
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:20:59.591Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.592Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.592Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:20:59.592Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.593Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_INWtqv 0 is matching search criteria
2022-12-29T05:20:59.593Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_INWtqv 0] matching following query criteria: sdcType=VF, customizationUUID=fe2edfd6-ccb1-4f27-af10-ca44b4e289ec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:20:59.604Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.605Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.606Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5: basic_onboard_INWtqv
2022-12-29T05:20:59.606Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.607Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.607Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.607Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.608Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.608Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.608Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.609Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.610Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:20:59.610Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_INWtqv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:20:59.611Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_INWtqv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:21:00.540Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_INWtqv 1cad3dea-3fd6-4246-9f4e-00da4b4f506c 1 ASDC deployResourceStructure
2022-12-29T05:21:00.542Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json ASDC sendASDCNotification
2022-12-29T05:21:00.542Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json
2022-12-29T05:21:00.543Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:00.544Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:00.554Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:00.554Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291260542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:21:00.667Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-12-29T05:21:00.669Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:00.676Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:00.710Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:21:00.711Z||pool-14-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:21:01.557Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-29T05:21:01.558Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml
2022-12-29T05:21:01.558Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:01.558Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:01.565Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:01.566Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291261557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-29T05:21:01.661Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-29T05:21:01.663Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:01.665Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:01.718Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:21:01.718Z||pool-15-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:02.567Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:02.570Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:02.571Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291262566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-29T05:21:02.670Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T05:21:02.672Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:02.672Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:02.683Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:21:02.684Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:21:03.572Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar ASDC sendASDCNotification
2022-12-29T05:21:03.572Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar
2022-12-29T05:21:03.573Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:21:03.573Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:21:03.579Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:21:03.579Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291263572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:21:03.679Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:21:03.680Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:21:03.680Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:03.702Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:21:03.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:21:04.580Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:04.772Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:04.803Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:21:04.804Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:21:04.807Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:21:27.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:21:27.039Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:21:27.040Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:21:27.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:21:27.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:21:27.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:21:27.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:21:34.812Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:35.036Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:21:35.092Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:21:35.092Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:21:35.093Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:22:05.093Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:05.235Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:05.257Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:22:05.257Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:22:05.257Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:22:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:22:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:22:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:22:27.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:22:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:22:27.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:22:27.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:22:35.259Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:35.335Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:22:35.412Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:22:35.429Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:22:35.430Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:23:05.430Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:05.505Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:05.556Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:23:05.559Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:23:05.561Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:23:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:23:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:23:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:23:27.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:23:27.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291214085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291214661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291219233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291231214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291230494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "cds",
"timestamp": 1672291232251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:27.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:27.746Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:27.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291226971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291229077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291237019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291238242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:23:27.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291238668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291239407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291233967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:23:27.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:23:27.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291240514,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:27.919Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:27.919Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:27.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291241518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:27.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291242400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291255742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:27.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291255804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:27.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:27.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:27.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291256810,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:28.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:28.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:28.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291257101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:28.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291258252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291260844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291260542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/basic_onboard_inwtqv0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:28.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "aai-ml",
"timestamp": 1672291261859,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:28.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c170b800-cac9-4b89-9e3c-f63b04b8c5c2
2022-12-29T05:23:28.162Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:23:28.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291261557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:28.252Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291262566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/resourceInstances/basic_onboard_inwtqv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:28.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:28.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:23:28.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291263572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardInwtqv/1.0/artifacts/service-BasicOnboardInwtqv-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:23:28.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:23:35.569Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:35.700Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:23:35.708Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:23:35.709Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:23:35.709Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:23:35.743Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:24:05.750Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:24:05.843Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and serviceModelVersionId: 3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5
2022-12-29T05:24:05.844Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aeff44f2-8615-4b9d-8733-8b918d91f3ae
2022-12-29T05:24:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:24:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:24:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:24:36.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:24.507Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0
2022-12-29T05:25:24.799Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:25:25.893Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|INFO|500||Invoke
2022-12-29T05:25:25.942Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c170b800-cac9-4b89-9e3c-f63b04b8c5c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06786ae0-2f92-4810-ad9f-978c6b3e711b], X-ECOMP-RequestID=[c170b800-cac9-4b89-9e3c-f63b04b8c5c2], X-TransactionId=[], X-ONAP-RequestID=[c170b800-cac9-4b89-9e3c-f63b04b8c5c2], Content-Type=[application/merge-patch+json]}
2022-12-29T05:25:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:27.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:27.092Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-29T05:25:27.585Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?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/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:25:28 GMT], content-length=[0], vertex-id=[168056], x-aai-txid=[0-aai-resources-221229-05:25:28:823-60292], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:25:27.589Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:25:27.591Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aeff44f2-8615-4b9d-8733-8b918d91f3ae/model-vers/model-ver/3a1b6a87-2cbf-4dd0-89d8-a9dfa9b85db5?depth=0|INFO|500||InvokeReturn
2022-12-29T05:25:27.604Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:25:27.604Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:25:27.625Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:25:27.634Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c170b800-cac9-4b89-9e3c-f63b04b8c5c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:25:27.652Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:25:27.652Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:27.656Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:27.656Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291527634,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:25:27.757Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:25:27.760Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:27.760Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:27.785Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:27.786Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:25:28.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:28.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:25:28.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c170b800-cac9-4b89-9e3c-f63b04b8c5c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291527634,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:25:28.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:25:28.762Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:28.763Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:28.763Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:39.328Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:39.333Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:39.337Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:39.337Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:49.087Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:49.089Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:25:49.090Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:25:49.090Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:57.244Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:57.250Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-29T05:25:57.251Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588","serviceName":"vFW 2022-12-29 05-24-12","serviceVersion":"1.0","serviceUUID":"13cd3039-eb27-446f-acd3-1429cd55a0f5","serviceDescription":"catalog service description","serviceInvariantUUID":"9e9a542b-284d-46ed-9872-27bb467a6796","resources":[{"resourceInstanceName":"vFW a0180a6d-9bc7 0","resourceName":"vFW a0180a6d-9bc7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5c67b91-5726-4f94-8c1d-600185372479","resourceInvariantUUID":"8674bb99-8003-418e-b126-a6c19bb63895","resourceCustomizationUUID":"6052a815-907b-458d-9346-8d0ed0a100e1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml","artifactChecksum":"OThjYzJhYTAxMzM0NWI3MGZhNmI0NGYwM2U3ZjNkNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28b10f9d-9d44-4c04-a25c-a4bca2b187cb","artifactVersion":"1"},{"artifactName":"vfwa0180a6d9bc70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json","artifactChecksum":"YjRjNzZjYzE1OGVkMDMzOGYyMTQ5Nzc5YTE1NGY5OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be494623-39f4-4800-b0ff-989281090c43","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe1d279c-e142-4200-8cc6-e263bb8da8e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml","artifactChecksum":"YzE4NjA1NzU3MDNjOWM2NjgwZWI3YjYxN2ZhOTM4ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"625e55e0-b2f6-4144-a982-33f6ec2d69d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7","artifactVersion":"2","generatedFromUUID":"fe1d279c-e142-4200-8cc6-e263bb8da8e5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221229052412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml","artifactChecksum":"OGEzMjliYjE2Y2Q2ZDMyOTkwY2FhYWFjZDNiODliMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a0b8b63-c50c-43d8-9e18-73f1fa5a5847","artifactVersion":"1"},{"artifactName":"service-Vfw20221229052412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar","artifactChecksum":"NmMxMzhiNDdlODVlZWFjOWU3OTA5NDM2ZTkzOWE2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a76a00e-5ab3-4863-bf71-b6bee55df502","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:25:57.258Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:25:57.259Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:57.266Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:57.267Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:25:57.372Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:25:57.379Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:57.382Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:57.426Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:57.429Z||pool-19-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:25:58.268Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:25:58.269Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:58.272Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:58.272Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:25:58.373Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:25:58.377Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:58.378Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:58.434Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:58.435Z||pool-20-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:25:59.274Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:25:59.275Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:25:59.278Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:25:59.278Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:25:59.377Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-29T05:25:59.379Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:25:59.380Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:25:59.407Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:25:59.409Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:00.278Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:00.279Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:00.283Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:00.283Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:00.393Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T05:26:00.395Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:00.395Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:00.472Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:00.478Z||pool-22-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:01.284Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:01.285Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:01.289Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:01.289Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-29T05:26:01.389Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:26:01.391Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:01.391Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:01.418Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:01.419Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:02.290Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:02.292Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:02.318Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:02.318Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:02.424Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-29T05:26:02.425Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:02.425Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:02.488Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:02.488Z||pool-24-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:03.322Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:26:03.334Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:03.354Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:03.355Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:26:03.456Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:26:03.457Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:03.474Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:03.508Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:03.508Z||pool-25-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:04.369Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"serviceName": "vFW 2022-12-29 05-24-12",
"serviceVersion": "1.0",
"serviceUUID": "13cd3039-eb27-446f-acd3-1429cd55a0f5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9e9a542b-284d-46ed-9872-27bb467a6796",
"resources": [
{
"resourceInstanceName": "vFW a0180a6d-9bc7 0",
"resourceCustomizationUUID": "6052a815-907b-458d-9346-8d0ed0a100e1",
"resourceName": "vFW a0180a6d-9bc7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e5c67b91-5726-4f94-8c1d-600185372479",
"resourceInvariantUUID": "8674bb99-8003-418e-b126-a6c19bb63895",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa0180a6d9bc70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"artifactChecksum": "YjRjNzZjYzE1OGVkMDMzOGYyMTQ5Nzc5YTE1NGY5OWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be494623-39f4-4800-b0ff-989281090c43",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fe1d279c-e142-4200-8cc6-e263bb8da8e5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7",
"generatedFromUUID": "fe1d279c-e142-4200-8cc6-e263bb8da8e5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221229052412-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"artifactChecksum": "NmMxMzhiNDdlODVlZWFjOWU3OTA5NDM2ZTkzOWE2NzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a76a00e-5ab3-4863-bf71-b6bee55df502"
}
],
"workloadContext": "Production"
}
2022-12-29T05:26:04.372Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:26:04.373Z|c170b800-cac9-4b89-9e3c-f63b04b8c5c2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13cd3039-eb27-446f-acd3-1429cd55a0f5 ASDC
2022-12-29T05:26:04.377Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
ServiceName:vFW 2022-12-29 05-24-12
ServiceVersion:1.0
ServiceUUID:13cd3039-eb27-446f-acd3-1429cd55a0f5
ServiceInvariantUUID:9e9a542b-284d-46ed-9872-27bb467a6796
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221229052412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
ArtifactUUID:8a76a00e-5ab3-4863-bf71-b6bee55df502
ArtifactChecksum:NmMxMzhiNDdlODVlZWFjOWU3OTA5NDM2ZTkzOWE2NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a0180a6d-9bc7 0
ResourceCustomizationUUID:6052a815-907b-458d-9346-8d0ed0a100e1
ResourceInvariantUUID:8674bb99-8003-418e-b126-a6c19bb63895
ResourceName:vFW a0180a6d-9bc7
ResourceType:VF
ResourceUUID:e5c67b91-5726-4f94-8c1d-600185372479
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa0180a6d9bc70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
ArtifactUUID:be494623-39f4-4800-b0ff-989281090c43
ArtifactChecksum:YjRjNzZjYzE1OGVkMDMzOGYyMTQ5Nzc5YTE1NGY5OWM=
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/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
ArtifactUUID:fe1d279c-e142-4200-8cc6-e263bb8da8e5
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/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
ArtifactUUID:f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7
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/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
ArtifactUUID:f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-29T05:26:04.378Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13cd3039-eb27-446f-acd3-1429cd55a0f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:04.572Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:26:04.576Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:26:04.576Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:26:04.578Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a76a00e-5ab3-4863-bf71-b6bee55df502 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:04.579Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:04.580Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:04.906Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:04.956Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar 8a76a00e-5ab3-4863-bf71-b6bee55df502 100665
2022-12-29T05:26:04.959Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar ASDC sendASDCNotification
2022-12-29T05:26:04.960Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:04.961Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:04.963Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:04.982Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:04.984Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291564958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:05.096Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T05:26:05.107Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:05.107Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:05.135Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:05.137Z||pool-26-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:05.990Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:26:05.992Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-29T05:26:05.993Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8a76a00e-5ab3-4863-bf71-b6bee55df502, URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar to file: /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:05.994Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221229052412-csar.csar
2022-12-29T05:26:05.999Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:06.000Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:06.680Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5537512656350164414/Definitions/service-Vfw20221229052412-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-29T05:26:15.017Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.022Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a0180a6d-9bc7 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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||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-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:15.023Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.024Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:26:15.025Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:26:15.025Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.025Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.026Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.027Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:15.028Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.029Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-29T05:26:15.042Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.043Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:26:15.043Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.044Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.044Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:15.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.045Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:15.046Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.051Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:15.052Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:15.053Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dec3ef29-627a-4ca3-9d14-7c8b547d90a0
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.054Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.055Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.056Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ac77f-aff1-4747-89f4-53af4f5c7187
2022-12-29T05:26:15.057Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.057Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.058Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:15.059Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:15.060Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:15.061Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-29T05:26:15.061Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a750c5e-4c69-40ef-bd7d-35318ad33bf4
2022-12-29T05:26:15.081Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.082Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.083Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:15.083Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:15.083Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-29 05-24-12
Description:catalog service description
Model UUID:13cd3039-eb27-446f-acd3-1429cd55a0f5
Model Version:NULL
Model InvariantUuid:9e9a542b-284d-46ed-9872-27bb467a6796
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a0180a6d-9bc7
Model UUID:e29f9515-13e5-49a3-93c1-d874446b2b7e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8674bb99-8003-418e-b126-a6c19bb63895
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6052a815-907b-458d-9346-8d0ed0a100e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1a403e7-dfa0-4207-8048-9047a741590a
ModelName:VfwA0180a6d9bc7..base_vfw..module-0
ModelUuid:4d9a982d-baa7-4d5d-ab4a-204fa84f37d3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dec3ef29-627a-4ca3-9d14-7c8b547d90a0
ModelInvariantUuid:ef66b998-c9dd-4f6c-9b00-030fb19d5a9c
ModelName:vFW a0180a6d-9bc7-nodes.vfwCvfc
ModelUuid:f49090b8-347c-4064-a080-9d76125e7873
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6bd92199-457f-4624-af0b-78c5a7b4d388
ModelInvariantUuid:b52b0dea-c03d-4f36-8311-d928181e845d
ModelName:VfwA0180a6d9bc7.compute.nodes.heat.vfw
ModelUuid:8e98a5b4-07a6-4cc6-805f-4c12333d04da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4c2ac77f-aff1-4747-89f4-53af4f5c7187
ModelInvariantUuid:3776f20d-2a88-402f-964c-2faaf4ffa652
ModelName:vFW a0180a6d-9bc7-nodes.vsnCvfc
ModelUuid:98555df7-11fb-4e96-a8fa-35161be74283
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:38704e1e-a77d-4034-be53-d69e190ce1f6
ModelInvariantUuid:cc5bdbad-a398-4d25-bbe8-7c747c2f4511
ModelName:VfwA0180a6d9bc7.compute.nodes.heat.vsn
ModelUuid:e73ece93-cabf-4bf8-93ff-07ebaa62402d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0a750c5e-4c69-40ef-bd7d-35318ad33bf4
ModelInvariantUuid:28830a8b-17a3-4b6d-a52d-133df5859d36
ModelName:vFW a0180a6d-9bc7-nodes.vpgCvfc
ModelUuid:11b50aad-3da5-42b4-8ced-76091f0c0c30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cce70479-402c-4753-9539-2881a05da89e
ModelInvariantUuid:8a311075-1721-4538-8776-2d3a8cb80dba
ModelName:VfwA0180a6d9bc7.compute.nodes.heat.vpg
ModelUuid:4a240280-9b42-4cc9-ab99-039ae5cb03a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:26:15.187Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e5c67b91-5726-4f94-8c1d-600185372479
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:26:15.254Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||vFW a0180a6d-9bc7 0
2022-12-29T05:26:15.258Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5c67b91-5726-4f94-8c1d-600185372479
2022-12-29T05:26:15.259Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be494623-39f4-4800-b0ff-989281090c43 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:15.260Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:15.262Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:15.398Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:15.414Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json be494623-39f4-4800-b0ff-989281090c43 785
2022-12-29T05:26:15.417Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json ASDC sendASDCNotification
2022-12-29T05:26:15.419Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:15.424Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:15.430Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:15.458Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:15.460Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291575417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:15.555Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-29T05:26:15.562Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:15.563Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:15.597Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:15.601Z||pool-27-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:16.470Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA0180a6d9bc7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1a403e7-dfa0-4207-8048-9047a741590a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d9a982d-baa7-4d5d-ab4a-204fa84f37d3",
"vfModuleModelCustomizationUUID": "d3eee38e-a13e-4820-8a68-4eeffd50f1df",
"isBase": true,
"artifacts": [
"fe1d279c-e142-4200-8cc6-e263bb8da8e5",
"f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-29T05:26:16.524Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0180a6d9bc7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d9a982d-baa7-4d5d-ab4a-204fa84f37d3
VfModuleModelInvariantUUID:c1a403e7-dfa0-4207-8048-9047a741590a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe1d279c-e142-4200-8cc6-e263bb8da8e5
,
f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-29T05:26:16.560Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA0180a6d9bc7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1a403e7-dfa0-4207-8048-9047a741590a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d9a982d-baa7-4d5d-ab4a-204fa84f37d3",
"vfModuleModelCustomizationUUID": "d3eee38e-a13e-4820-8a68-4eeffd50f1df",
"isBase": true,
"artifacts": [
"fe1d279c-e142-4200-8cc6-e263bb8da8e5",
"f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-29T05:26:16.563Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0180a6d9bc7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d9a982d-baa7-4d5d-ab4a-204fa84f37d3
VfModuleModelInvariantUUID:c1a403e7-dfa0-4207-8048-9047a741590a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe1d279c-e142-4200-8cc6-e263bb8da8e5
,
f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-29T05:26:16.564Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fe1d279c-e142-4200-8cc6-e263bb8da8e5 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:16.566Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:16.567Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:16.891Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:16.895Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml fe1d279c-e142-4200-8cc6-e263bb8da8e5 20368
2022-12-29T05:26:16.896Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-29T05:26:16.897Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:16.898Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:16.899Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:16.907Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:16.908Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291576896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:17.018Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-29T05:26:17.022Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:17.023Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:17.078Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:17.079Z||pool-28-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:17.917Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7 from URL: /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:17.918Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-29T05:26:17.920Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:18.095Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-29T05:26:18.097Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env f0375a9c-45c2-4fdf-8f1a-c9d7e9e412d7 2098
2022-12-29T05:26:18.103Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-29T05:26:18.104Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:18.104Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:26:18.107Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:18.119Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:18.120Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291578103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:18.219Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:26:18.221Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:18.222Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:18.249Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:18.251Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:19.139Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13cd3039-eb27-446f-acd3-1429cd55a0f5
2022-12-29T05:26:19.140Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a0180a6d-9bc7 0 e5c67b91-5726-4f94-8c1d-600185372479 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:26:19.206Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6949064a, org.onap.sdc.toscaparser.api.parameters.Input@7edb6247, org.onap.sdc.toscaparser.api.parameters.Input@64137dbd, org.onap.sdc.toscaparser.api.parameters.Input@44dab9eb, org.onap.sdc.toscaparser.api.parameters.Input@65008c6c]
2022-12-29T05:26:19.208Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.209Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.209Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-29T05:26:19.209Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6052a815-907b-458d-9346-8d0ed0a100e1
2022-12-29T05:26:19.210Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6052a815-907b-458d-9346-8d0ed0a100e1 matches Tosca VF Customization UUID: 6052a815-907b-458d-9346-8d0ed0a100e1
2022-12-29T05:26:19.210Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6052a815-907b-458d-9346-8d0ed0a100e1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-29T05:26:19.215Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.216Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.219Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6052a815-907b-458d-9346-8d0ed0a100e1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-29T05:26:19.220Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ee99313
2022-12-29T05:26:19.220Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.221Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-29T05:26:19.222Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3eee38e-a13e-4820-8a68-4eeffd50f1df
2022-12-29T05:26:19.223Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3eee38e-a13e-4820-8a68-4eeffd50f1df
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-29T05:26:19.238Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.238Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.239Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.239Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.239Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:19.240Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:19.241Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-29T05:26:19.242Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:19.242Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:19.243Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:19.243Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.244Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.245Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:19.246Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.246Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:19.247Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.247Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dec3ef29-627a-4ca3-9d14-7c8b547d90a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:26:19.270Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.271Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.271Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.271Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.272Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:19.272Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:19.272Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:19.273Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.273Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.274Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.274Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:19.275Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:19.276Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-29T05:26:19.276Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-29T05:26:19.277Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.278Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-29T05:26:19.279Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.279Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4c2ac77f-aff1-4747-89f4-53af4f5c7187
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:26:19.293Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.295Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.296Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.314Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.315Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is not matching search criteria
2022-12-29T05:26:19.316Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-29T05:26:19.317Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-29T05:26:19.318Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.319Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.320Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.321Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-29T05:26:19.322Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-29T05:26:19.323Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-29T05:26:19.324Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-29T05:26:19.326Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-29T05:26:19.327Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-29T05:26:19.327Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-29T05:26:19.328Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a750c5e-4c69-40ef-bd7d-35318ad33bf4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-29T05:26:19.348Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.349Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.355Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-29T05:26:19.357Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.359Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Node template vFW a0180a6d-9bc7 0 is matching search criteria
2022-12-29T05:26:19.361Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a0180a6d-9bc7 0] matching following query criteria: sdcType=VF, customizationUUID=6052a815-907b-458d-9346-8d0ed0a100e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:26:19.374Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 13cd3039-eb27-446f-acd3-1429cd55a0f5: vFW a0180a6d-9bc7
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.376Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.377Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.378Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.379Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.380Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:26:19.380Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-29 05-24-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:26:19.380Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-29 05-24-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:20.478Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a0180a6d-9bc7 e5c67b91-5726-4f94-8c1d-600185372479 1 ASDC deployResourceStructure
2022-12-29T05:26:20.499Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json ASDC sendASDCNotification
2022-12-29T05:26:20.506Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json
2022-12-29T05:26:20.508Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:20.516Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:20.548Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:20.550Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291580498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:20.649Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:26:20.651Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:20.652Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:20.695Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:20.695Z||pool-30-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:21.552Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-29T05:26:21.553Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml
2022-12-29T05:26:21.554Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:21.554Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:21.558Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:21.558Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291581552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:21.658Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-29T05:26:21.659Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:21.659Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:21.675Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:21.675Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:22.563Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-29T05:26:22.565Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env
2022-12-29T05:26:22.566Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:22.566Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:22.572Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:22.572Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291582563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:22.670Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-29T05:26:22.672Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:22.672Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:22.685Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:22.685Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:26:23.574Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar ASDC sendASDCNotification
2022-12-29T05:26:23.575Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar
2022-12-29T05:26:23.576Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:26:23.578Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:26:23.590Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:26:23.590Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291583574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:23.693Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:26:23.696Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:26:23.697Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:23.712Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:23.712Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:26:24.593Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:24.664Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:24.669Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:26:24.670Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:26:24.670Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:26:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:26:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:26:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:26:27.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:26:27.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291549077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291549089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "ves-openapi-manager",
"timestamp": 1672291554662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291549252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291564816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291559085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291564958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291565100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291565959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291567121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291567114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "cds",
"timestamp": 1672291568135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:26:27.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:26:27.792Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:27.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291568135,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:26:27.872Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:26:27.872Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:27.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:26:27.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672291569139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291563967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:26:27.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:26:27.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291572277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291575417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291576896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291578103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291578366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672291579380,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:26:27.999Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:26:28.000Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:26:28.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291580498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/vfwa0180a6d9bc70_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291581552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:28.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291582563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/resourceInstances/vfwa0180a6d9bc70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291583574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:26:28.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:26:54.670Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:54.695Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:26:54.710Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:26:54.711Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:26:54.711Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:27:24.713Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:24.774Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:24.779Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:27:24.780Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:27:24.780Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:27:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:27:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:27:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:27:27.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:27:27.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:27:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291590104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221229052412/1.0/artifacts/service-Vfw20221229052412-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:27:27.736Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:27:27.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:27:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "aai-ml",
"timestamp": 1672291591110,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:27:27.797Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
2022-12-29T05:27:27.798Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:27:54.781Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:54.823Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:27:54.832Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:27:54.833Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:27:54.893Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:28:24.897Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:28:24.926Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and serviceModelVersionId: 13cd3039-eb27-446f-acd3-1429cd55a0f5
2022-12-29T05:28:24.926Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e9a542b-284d-46ed-9872-27bb467a6796
2022-12-29T05:28:24.928Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0
2022-12-29T05:28:24.950Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:28:25.047Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|INFO|500||Invoke
2022-12-29T05:28:25.048Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef61cfd9-6198-4348-927b-9d0e58f38cc6], X-ECOMP-RequestID=[9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588], X-TransactionId=[], X-ONAP-RequestID=[9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588], Content-Type=[application/merge-patch+json]}
2022-12-29T05:28:25.213Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-29T05:28:25.503Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?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/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:28:26 GMT], content-length=[0], vertex-id=[209136], x-aai-txid=[0-aai-resources-221229-05:28:26:887-37150], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:28:25.504Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:28:25.505Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e9a542b-284d-46ed-9872-27bb467a6796/model-vers/model-ver/13cd3039-eb27-446f-acd3-1429cd55a0f5?depth=0|INFO|500||InvokeReturn
2022-12-29T05:28:25.505Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:28:25.505Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:28:25.526Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:28:25.526Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:28:25.526Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:28:25.527Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:28:25.531Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:28:25.532Z|9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291705526,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:28:25.633Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:28:25.636Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:28:25.636Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:25.678Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:28:25.680Z||pool-34-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:28:26.609Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:26.610Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:26.610Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:27.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:27.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:27.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:28:27.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:28:27.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e89be5d-3b1a-4d42-b74d-9ee1c0fd5588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672291705526,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:28:27.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:28:37.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:28:37.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:37.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:37.219Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:46.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:28:46.772Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:46.772Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:46.773Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:28:56.396Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:28:56.397Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:28:56.397Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:28:56.397Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:06.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:29:06.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:29:06.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:29:06.048Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:15.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:29:26.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:29:26.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:29:26.979Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:27.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:29:27.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:29:27.032Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:29:36.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:29:36.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:30:26.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:30:26.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:30:26.976Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:30:27.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:30:27.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:30:27.042Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:30:36.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:30:37.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:31:26.975Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:31:26.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:31:26.985Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:31:27.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:31:27.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:31:27.034Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:31:36.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:31:36.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:32:26.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:32:26.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:32:26.984Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:32:27.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:32:27.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:32:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:32:36.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:32:36.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:33:26.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:33:26.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:33:26.975Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:33:27.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:33:27.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:33:27.029Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:33:36.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:33:36.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:34:26.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:34:26.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:34:26.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:34:27.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:34:27.037Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:34:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:34:36.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:34:36.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:26.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:35:26.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:35:26.974Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:35:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:35:27.037Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:27.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:27.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292109077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "aai-ml",
"timestamp": 1672292103967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292109077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "aai-ml",
"timestamp": 1672292103967,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "aai-ml",
"timestamp": 1672292113858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "cds",
"timestamp": 1672292114085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "cds",
"timestamp": 1672292114085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292114661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "cds",
"timestamp": 1672292117150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292114661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "cds",
"timestamp": 1672292118167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:35:27.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:27.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-29T05:35:27.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cf748ec9-238b-4bdd-b365-6266ff1a56fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8e726623-a173-463c-85b6-14c8efb74389","serviceDescription":"service","serviceInvariantUUID":"0edd48ff-ffd5-4b72-a672-61f8fa3d43ba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4ad25a6c-b3b0-4bd3-a442-d479e2122e7e","resourceInvariantUUID":"6a2c226e-07a5-4913-ae84-a55a94fb560a","resourceCustomizationUUID":"2efc406f-4b3e-4950-ac06-6609f3f759a4","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":"MTQ5MTEzMzc4Y2YyNWZjYjllNjIyY2UyYmMwZWFiNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a3c8251-6482-4a59-980e-2f86e73d28de","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjJlOTVhZmQ4MmE3MWI1MDFjZjY1ZmVlN2UyY2Q1NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8bf4f6b8-feec-4f55-bada-e257e9f4f528","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:35:27.884Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:35:27.888Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:35:27.917Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:27.918Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292126972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:27.957Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cf748ec9-238b-4bdd-b365-6266ff1a56fe
2022-12-29T05:35:27.958Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf748ec9-238b-4bdd-b365-6266ff1a56fe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:35:28.022Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:35:28.033Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:28.043Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:28.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "aai-ml",
"timestamp": 1672292120964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:35:28.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:28.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "aai-ml",
"timestamp": 1672292121972,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:35:28.093Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:28.095Z||pool-35-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:28.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cf748ec9-238b-4bdd-b365-6266ff1a56fe
2022-12-29T05:35:28.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf748ec9-238b-4bdd-b365-6266ff1a56fe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:35:28.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292119234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292119234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292123315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:35:28.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:35:28.920Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:35:28.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:35:28.958Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:28.959Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292126972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:35:29.050Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-29T05:35:29.051Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:29.051Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:29.137Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:29.139Z||pool-36-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:29.965Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8e726623-a173-463c-85b6-14c8efb74389",
"serviceDescription": "service",
"serviceInvariantUUID": "0edd48ff-ffd5-4b72-a672-61f8fa3d43ba",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2efc406f-4b3e-4950-ac06-6609f3f759a4",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4ad25a6c-b3b0-4bd3-a442-d479e2122e7e",
"resourceInvariantUUID": "6a2c226e-07a5-4913-ae84-a55a94fb560a",
"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": "MjJlOTVhZmQ4MmE3MWI1MDFjZjY1ZmVlN2UyY2Q1NGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8bf4f6b8-feec-4f55-bada-e257e9f4f528"
}
],
"workloadContext": "Production"
}
2022-12-29T05:35:29.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:35:29.968Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8e726623-a173-463c-85b6-14c8efb74389 ASDC
2022-12-29T05:35:29.973Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:cf748ec9-238b-4bdd-b365-6266ff1a56fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8e726623-a173-463c-85b6-14c8efb74389
ServiceInvariantUUID:0edd48ff-ffd5-4b72-a672-61f8fa3d43ba
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:8bf4f6b8-feec-4f55-bada-e257e9f4f528
ArtifactChecksum:MjJlOTVhZmQ4MmE3MWI1MDFjZjY1ZmVlN2UyY2Q1NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2efc406f-4b3e-4950-ac06-6609f3f759a4
ResourceInvariantUUID:6a2c226e-07a5-4913-ae84-a55a94fb560a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4ad25a6c-b3b0-4bd3-a442-d479e2122e7e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-29T05:35:29.973Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e726623-a173-463c-85b6-14c8efb74389 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:35:30.145Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:35:30.146Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:35:30.147Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:35:30.147Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8bf4f6b8-feec-4f55-bada-e257e9f4f528 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:30.147Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:35:30.150Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:30.454Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:35:30.479Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8bf4f6b8-feec-4f55-bada-e257e9f4f528 57664
2022-12-29T05:35:30.479Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-29T05:35:30.480Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:30.480Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:35:30.480Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:35:30.494Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:30.494Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292130479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:35:30.596Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:35:30.600Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:30.601Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:30.629Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:30.632Z||pool-37-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:31.496Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:35:31.502Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:35:31.503Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8bf4f6b8-feec-4f55-bada-e257e9f4f528, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:31.504Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-29T05:35:31.505Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:31.506Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:32.572Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13430228623827023249/Definitions/service-BasicNetwork-template.yml
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-29T05:35:35.772Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-29T05:35:35.773Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:35:35.774Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.775Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.776Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.777Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.777Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8e726623-a173-463c-85b6-14c8efb74389
Model Version:NULL
Model InvariantUuid:0edd48ff-ffd5-4b72-a672-61f8fa3d43ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6a2c226e-07a5-4913-ae84-a55a94fb560a
Model UUID:beaff4c9-cc87-4db1-8136-717302e6ba00
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2efc406f-4b3e-4950-ac06-6609f3f759a4
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:35:35.833Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4ad25a6c-b3b0-4bd3-a442-d479e2122e7e
2022-12-29T05:35:35.834Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||No resources found for Service: 8e726623-a173-463c-85b6-14c8efb74389
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:35:35.870Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||
2022-12-29T05:35:35.870Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-29T05:35:35.872Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8e726623-a173-463c-85b6-14c8efb74389
2022-12-29T05:35:35.877Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e726623-a173-463c-85b6-14c8efb74389
2022-12-29T05:35:35.877Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-29T05:35:35.877Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:35:35.950Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4109762, org.onap.sdc.toscaparser.api.parameters.Input@7549d9a1, org.onap.sdc.toscaparser.api.parameters.Input@7260e64e, org.onap.sdc.toscaparser.api.parameters.Input@382a99a, org.onap.sdc.toscaparser.api.parameters.Input@329950f]
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.963Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8e726623-a173-463c-85b6-14c8efb74389: Generic NeutronNet
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:35.964Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-29T05:35:36.162Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:36.162Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:36.162Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:35:36.163Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-29T05:35:36.645Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-29T05:35:36.646Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:35:36.657Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:35:36.658Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292136646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:35:36.781Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-12-29T05:35:36.794Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:35:36.794Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:35:36.813Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:35:36.813Z||pool-38-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:35:37.669Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:35:38.051Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:35:38.083Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:35:38.085Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:35:38.085Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:35:38.086Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:36:08.088Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:08.247Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:08.297Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:36:08.298Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:36:08.298Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:36:08.298Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:36:27.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:36:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:36:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:36:27.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:36:27.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:36:27.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292126972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:36:27.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:36:38.307Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:38.366Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:36:38.406Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:36:38.413Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:36:38.415Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:36:38.420Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:37:08.430Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:08.538Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:08.560Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:37:08.561Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:37:08.562Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-29T05:37:08.563Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-29T05:37:27.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:37:27.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:37:27.031Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:37:27.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:37:27.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292126972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292129988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292130479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292131031,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cf748ec9-238b-4bdd-b365-6266ff1a56fe
2022-12-29T05:37:27.226Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cf748ec9-238b-4bdd-b365-6266ff1a56fe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292136646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292149077,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292149237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292154663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292162689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292164329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292159085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292166763,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292168134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292167508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-12-29T05:37:27.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "cds",
"timestamp": 1672292169142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.493Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.494Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292167769,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292168532,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:27.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:37:27.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292163967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:37:27.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-29T05:37:27.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292172983,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:37:27.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292181214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:37:27.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:37:27.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-29T05:37:27.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "aai-ml",
"timestamp": 1672292182222,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:27.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91a1a6b3-623b-43b1-9cf7-788f51e24de7
2022-12-29T05:37:27.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a1a6b3-623b-43b1-9cf7-788f51e24de7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:37:38.565Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:38.781Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-29T05:37:38.841Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-29T05:37:38.841Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-29T05:37:38.841Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-29T05:37:38.844Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-29T05:37:38.844Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:37:38.844Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:37:38.845Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:37:38.845Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-29T05:37:38.845Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:37:38.971Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-29T05:38:08.973Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-29T05:38:08.995Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cf748ec9-238b-4bdd-b365-6266ff1a56fe and serviceModelVersionId: 8e726623-a173-463c-85b6-14c8efb74389
2022-12-29T05:38:08.995Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0edd48ff-ffd5-4b72-a672-61f8fa3d43ba
2022-12-29T05:38:09.003Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0
2022-12-29T05:38:09.052Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-29T05:38:09.415Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-29T05:38:09.443Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0|INFO|500||Invoke
2022-12-29T05:38:09.667Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-29T05:38:09.898Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0|INFO|500||InvokeReturn
2022-12-29T05:38:09.899Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0edd48ff-ffd5-4b72-a672-61f8fa3d43ba/model-vers/model-ver/8e726623-a173-463c-85b6-14c8efb74389?depth=0 has http status code:200 and response headers:{date=[Thu, 29 Dec 2022 05:38:11 GMT], content-length=[0], vertex-id=[348160], x-aai-txid=[2-aai-resources-221229-05:38:11:354-98798], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-29T05:38:09.899Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-29T05:38:09.899Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-29T05:38:09.900Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:38:09.952Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-29T05:38:09.960Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cf748ec9-238b-4bdd-b365-6266ff1a56fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-29T05:38:09.960Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-29T05:38:09.960Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:09.986Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:09.986Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cf748ec9-238b-4bdd-b365-6266ff1a56fe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292289960,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-29T05:38:10.087Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-29T05:38:10.094Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:10.095Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:10.545Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:10.546Z||pool-39-thread-1|||||INFO|500||cambria reply ok (458 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:38:11.091Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:38:11.092Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:38:11.092Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:17.235Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:17.237Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-29T05:38:17.237Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a1a6b3-623b-43b1-9cf7-788f51e24de7","serviceName":"Demo_pNF_jfuvLOZPbaNqVlkC6W68","serviceVersion":"1.0","serviceUUID":"45584f89-b818-4c78-805f-702d9d460595","serviceDescription":"catalog service description","serviceInvariantUUID":"646b2fa4-a582-445b-9d4e-eccaf76409dc","resources":[{"resourceInstanceName":"pNF 896d4713-e482 0","resourceName":"pNF 896d4713-e482","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"171debdd-5f34-4e86-a0b1-11091fc3be48","resourceInvariantUUID":"6bb7634e-5c72-4126-9f8e-e49650399b9a","resourceCustomizationUUID":"297034e6-dd5e-4272-a8ba-cf9d6b0e487a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml","artifactChecksum":"ZjFmNWFlZmU4MjhmNzdjNjU2ODYzYzIxNDIxYmQ2YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12ced090-a00a-4ad8-973a-1818061526f0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar","artifactChecksum":"YTJjNjg2NjkxYTk4ZGQ5MGZmNDQxNjFhN2YyMGZjMzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89ced0b9-aa87-4277-bf28-cd1d607ef2f3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54510b53-91c8-4344-ba4a-94a8757e52f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml","artifactChecksum":"ZjJjZmY3NDQzMDdmYzZlYjIzYzE5NGVkM2UwNzhiYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3587e24-6cbe-49f9-afde-257d431f25e0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89506b9e-fcb3-4c00-97f9-54450a9c49a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"664572f7-d040-4821-8064-831084c0f0e7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml","artifactChecksum":"ZTFmYjVmMmVhMzVlOTBlZWUyZDIwYjU4ZDEwZGZjOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40e204cc-3a1f-43d9-a043-3c412c2df510","artifactVersion":"1"},{"artifactName":"service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar","artifactChecksum":"Y2NkMmQzMTc5NjFhZDFhNTQ4M2Q4NWE3MWE4NzA2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"364047e4-5294-42a7-854f-08ea30560cf8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-29T05:38:17.257Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:17.258Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:17.303Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:17.303Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:17.378Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-12-29T05:38:17.379Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:17.379Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:17.405Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:17.406Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:18.341Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:18.343Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:18.363Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:18.363Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:18.466Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-29T05:38:18.468Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:18.468Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:18.511Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:18.513Z||pool-41-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:38:19.366Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:19.368Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:19.400Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:19.400Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:19.489Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-12-29T05:38:19.496Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:19.497Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:19.532Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:19.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:20.425Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:20.460Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:20.475Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:20.475Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:20.567Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-29T05:38:20.569Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:20.570Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:20.604Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:20.610Z||pool-43-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:21.475Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:21.476Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:21.523Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:21.523Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:21.631Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-29T05:38:21.636Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:21.646Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:21.819Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:21.820Z||pool-44-thread-1|||||INFO|500||cambria reply ok (186 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:38:22.525Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:22.526Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:22.530Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:22.530Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/resourceInstances/pnf896d4713e4820/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:22.631Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-12-29T05:38:22.634Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:22.634Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:22.656Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:22.658Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:23.548Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:23.549Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:23.597Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:23.598Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:23.658Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 59 ms
2022-12-29T05:38:23.662Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:23.662Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:23.687Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:23.689Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:24.600Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-29T05:38:24.601Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:24.611Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:24.611Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292291089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:38:24.716Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-29T05:38:24.720Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:24.721Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:24.760Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:24.784Z||pool-47-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-12-29T05:38:25.631Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"serviceName": "Demo_pNF_jfuvLOZPbaNqVlkC6W68",
"serviceVersion": "1.0",
"serviceUUID": "45584f89-b818-4c78-805f-702d9d460595",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "646b2fa4-a582-445b-9d4e-eccaf76409dc",
"resources": [
{
"resourceInstanceName": "pNF 896d4713-e482 0",
"resourceCustomizationUUID": "297034e6-dd5e-4272-a8ba-cf9d6b0e487a",
"resourceName": "pNF 896d4713-e482",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "171debdd-5f34-4e86-a0b1-11091fc3be48",
"resourceInvariantUUID": "6bb7634e-5c72-4126-9f8e-e49650399b9a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"artifactChecksum": "Y2NkMmQzMTc5NjFhZDFhNTQ4M2Q4NWE3MWE4NzA2Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "364047e4-5294-42a7-854f-08ea30560cf8"
}
],
"workloadContext": "Production"
}
2022-12-29T05:38:25.631Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-29T05:38:25.631Z|cf748ec9-238b-4bdd-b365-6266ff1a56fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 45584f89-b818-4c78-805f-702d9d460595 ASDC
2022-12-29T05:38:25.632Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91a1a6b3-623b-43b1-9cf7-788f51e24de7
ServiceName:Demo_pNF_jfuvLOZPbaNqVlkC6W68
ServiceVersion:1.0
ServiceUUID:45584f89-b818-4c78-805f-702d9d460595
ServiceInvariantUUID:646b2fa4-a582-445b-9d4e-eccaf76409dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
ArtifactUUID:364047e4-5294-42a7-854f-08ea30560cf8
ArtifactChecksum:Y2NkMmQzMTc5NjFhZDFhNTQ4M2Q4NWE3MWE4NzA2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 896d4713-e482 0
ResourceCustomizationUUID:297034e6-dd5e-4272-a8ba-cf9d6b0e487a
ResourceInvariantUUID:6bb7634e-5c72-4126-9f8e-e49650399b9a
ResourceName:pNF 896d4713-e482
ResourceType:PNF
ResourceUUID:171debdd-5f34-4e86-a0b1-11091fc3be48
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-29T05:38:25.632Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 45584f89-b818-4c78-805f-702d9d460595 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-29T05:38:25.992Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:38:25.993Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:38:25.993Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:38:25.994Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 364047e4-5294-42a7-854f-08ea30560cf8 from URL: /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:25.994Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-29T05:38:25.994Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:26.319Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-29T05:38:26.340Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar 364047e4-5294-42a7-854f-08ea30560cf8 87800
2022-12-29T05:38:26.340Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar ASDC sendASDCNotification
2022-12-29T05:38:26.340Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:26.341Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-29T05:38:26.341Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-29T05:38:26.356Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-29T05:38:26.356Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91a1a6b3-623b-43b1-9cf7-788f51e24de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672292306340,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:38:26.451Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-29T05:38:26.451Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-29T05:38:26.452Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:26.498Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:26.498Z||pool-48-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-12-29T05:38:27.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-29T05:38:27.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-29T05:38:27.030Z||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 0JzE5vO9JD0FHjrR) ...
2022-12-29T05:38:27.358Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-29T05:38:27.358Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-29T05:38:27.359Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 364047e4-5294-42a7-854f-08ea30560cf8, URL: /sdc/v1/catalog/services/DemoPnfJfuvlozpbanqvlkc6w68/1.0/artifacts/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar to file: /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.359Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.359Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.396Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:27.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-29T05:38:27.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292214662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292219085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292230686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.522Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292223967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "cds",
"timestamp": 1672292231702,
"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 (?, ?, ?, ?, ?)
2022-12-29T05:38:27.724Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:38:27.724Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292232404,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292229077,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292236883,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292238078,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292239208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292240230,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:38:27.835Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:38:27.835Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.889Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1593085394937988182/Definitions/service-DemoPnfJfuvlozpbanqvlkc6w68-template.yml
2022-12-29T05:38:27.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672292241234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292234662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "cds",
"timestamp": 1672292234085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292244982,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "cds",
"timestamp": 1672292234085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292234662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "aai-ml",
"timestamp": 1672292245993,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-29T05:38:27.951Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94994597-4d0d-4a85-989c-6859d2fc527d
2022-12-29T05:38:27.951Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94994597-4d0d-4a85-989c-6859d2fc527d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-29T05:38:27.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292234662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "cds",
"timestamp": 1672292234085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1672292234662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "cds",
"timestamp": 1672292234085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94994597-4d0d-4a85-989c-6859d2fc527d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672292239233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-29T05:38:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76a58dc5-4bfd-408e-8fb4-16a6e20f29a9",
"consumerID": "cds",
"timestamp": 1672292234085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-29T05:38:27.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-29T05:38:31.173Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.174Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 896d4713-e482 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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||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-DemoPnfJfuvlozpbanqvlkc6w68-csar.csar
2022-12-29T05:38:31.175Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-29T05:38:31.176Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.176Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.176Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Node template pNF 896d4713-e482 0 is matching search criteria
2022-12-29T05:38:31.177Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:38:31.177Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 896d4713-e482 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:38:31.190Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.190Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Node template pNF 896d4713-e482 0 is matching search criteria
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 896d4713-e482 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-29T05:38:31.191Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.192Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.193Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.194Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.194Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_jfuvLOZPbaNqVlkC6W68
Description:catalog service description
Model UUID:45584f89-b818-4c78-805f-702d9d460595
Model Version:NULL
Model InvariantUuid:646b2fa4-a582-445b-9d4e-eccaf76409dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-29T05:38:31.263Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 171debdd-5f34-4e86-a0b1-11091fc3be48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:38:31.280Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||pNF 896d4713-e482 0
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 171debdd-5f34-4e86-a0b1-11091fc3be48
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 45584f89-b818-4c78-805f-702d9d460595
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 45584f89-b818-4c78-805f-702d9d460595
2022-12-29T05:38:31.283Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 896d4713-e482 0 171debdd-5f34-4e86-a0b1-11091fc3be48 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-29T05:38:31.341Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a6eb176, org.onap.sdc.toscaparser.api.parameters.Input@41dfb756, org.onap.sdc.toscaparser.api.parameters.Input@50018c8, org.onap.sdc.toscaparser.api.parameters.Input@3126dc31, org.onap.sdc.toscaparser.api.parameters.Input@efc2e62]
2022-12-29T05:38:31.343Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-29T05:38:31.345Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_jfuvLOZPbaNqVlkC6W68 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-29T05:38:31.351Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 45584f89-b818-4c78-805f-702d9d460595: pNF 896d4713-e482
2022-12-29T05:38:31.351Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||INFO|500||Processing PNF resource: 171debdd-5f34-4e86-a0b1-11091fc3be48
2022-12-29T05:38:31.352Z|91a1a6b3-623b-43b1-9cf7-788f51e24de7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery