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-11-28T05:29:09.069Z||main|||||INFO|500||The following profiles are active: basic
2022-11-28T05:29:22.909Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-28T05:29:22.909Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-28T05:29:23.071Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-28T05:29:28.611Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-28T05:29:29.078Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-28T05:29:29.629Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-28T05:29:29.652Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-28T05:29:29.811Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-28T05:29:30.082Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-28T05:29:30.787Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-28T05:29:32.903Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-28T05:29:35.554Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-28T05:29:35.619Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-28T05:29:36.418Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-28T05:29:36.804Z||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-11-28T05:29:38.225Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-28T05:29:39.772Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-28T05:29:39.813Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-28T05:29:39.814Z||main|||||WARN|500||The sdc end point is not alive
2022-11-28T05:29:43.879Z||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-11-28T05:29:47.545Z||main|||||WARN|500||---
2022-11-28T05:29:47.546Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-28T05:29:47.546Z||main|||||WARN|500||---
2022-11-28T05:29:48.143Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-28T05:29:55.065Z||main|||||INFO|500||Started Application in 50.712 seconds (JVM running for 53.338)
2022-11-28T05:29:55.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-28T05:29:55.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-28T05:29:55.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-28T05:29:55.143Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-28T05:29:55.199Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 732d4e4f-d3a1-4d32-8123-11dd8b96dd18 url= /sdc/v1/artifactTypes
2022-11-28T05:29:55.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-28T05:29:55.535Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-28T05:29:55.593Z||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-11-28T05:29:55.626Z||scheduling-1|||||DEBUG|500||create keys
2022-11-28T05:29:55.637Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-28T05:29:55.673Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:29:55.703Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e04197b3-b63a-4b15-b101-48b2d884d8a6 url= /sdc/v1/registerForDistribution
2022-11-28T05:29:55.890Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e04197b3-b63a-4b15-b101-48b2d884d8a6 url= /sdc/v1/registerForDistribution
2022-11-28T05:29:55.891Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-28T05:29:55.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:29:55.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:29:55.932Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-28T05:29:55.956Z||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-11-28T05:29:55.956Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:29:55.957Z||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-11-28T05:29:55.957Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:30:06.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:30:06.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:30:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:30:55.913Z||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-11-28T05:30:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:30:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:30:55.918Z||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-11-28T05:30:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:31:05.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:31:05.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:31:55.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:31:55.913Z||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-11-28T05:31:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:31:55.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:31:55.918Z||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-11-28T05:31:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:32:05.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:32:05.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:32:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:32:55.916Z||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-11-28T05:32:55.916Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:32:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:32:55.917Z||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-11-28T05:32:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:33:05.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:33:05.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:33:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:33:55.913Z||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-11-28T05:33:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:33:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:33:55.918Z||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-11-28T05:33:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:34:05.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:34:05.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:34:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:34:55.913Z||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-11-28T05:34:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:34:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:34:55.918Z||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-11-28T05:34:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:35:05.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:35:05.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:35:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:35:55.914Z||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-11-28T05:35:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:35:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:35:55.918Z||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-11-28T05:35:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:36:05.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:36:05.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:36:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:36:55.913Z||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-11-28T05:36:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:36:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:36:55.918Z||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-11-28T05:36:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:37:05.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:37:05.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:37:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:37:55.912Z||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-11-28T05:37:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:37:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:37:55.918Z||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-11-28T05:37:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:38:05.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:38:05.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:38:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:38:55.913Z||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-11-28T05:38:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:38:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:38:55.918Z||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-11-28T05:38:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:39:05.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:39:05.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:39:34.786Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-28T05:39:55.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:39:55.914Z||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-11-28T05:39:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:39:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:39:55.917Z||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-11-28T05:39:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:40:05.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:40:05.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:40:55.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:40:55.915Z||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-11-28T05:40:55.915Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:40:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:40:55.917Z||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-11-28T05:40:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:41:05.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:41:05.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:41:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:41:55.913Z||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-11-28T05:41:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:41:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:41:55.918Z||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-11-28T05:41:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:42:05.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:42:05.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:42:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:42:55.912Z||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-11-28T05:42:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:42:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:42:55.918Z||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-11-28T05:42:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:43:05.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:43:05.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:43:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:43:55.912Z||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-11-28T05:43:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:43:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:43:55.918Z||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-11-28T05:43:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:44:05.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:44:05.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:44:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:44:55.913Z||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-11-28T05:44:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:44:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:44:55.917Z||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-11-28T05:44:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:45:05.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:45:05.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:45:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:45:55.912Z||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-11-28T05:45:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:45:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:45:55.918Z||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-11-28T05:45:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:46:05.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:46:05.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:46:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:46:55.913Z||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-11-28T05:46:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:46:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:46:55.918Z||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-11-28T05:46:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:47:05.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:47:05.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:47:55.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:47:55.914Z||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-11-28T05:47:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:47:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:47:55.918Z||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-11-28T05:47:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:48:05.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:48:05.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:48:55.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:48:55.913Z||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-11-28T05:48:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:48:55.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:48:55.919Z||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-11-28T05:48:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:49:05.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:49:05.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:49:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:49:55.912Z||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-11-28T05:49:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:49:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:49:55.918Z||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-11-28T05:49:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:50:05.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:50:05.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:50:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:50:55.913Z||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-11-28T05:50:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:50:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:50:55.918Z||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-11-28T05:50:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:51:05.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:51:05.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:51:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:51:55.912Z||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-11-28T05:51:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:51:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:51:55.917Z||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-11-28T05:51:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:52:05.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:52:05.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:52:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:52:55.912Z||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-11-28T05:52:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:52:55.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:52:55.917Z||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-11-28T05:52:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:53:05.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:53:05.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:53:55.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:53:55.913Z||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-11-28T05:53:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:53:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:53:55.917Z||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-11-28T05:53:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:54:05.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:54:05.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:54:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:54:55.913Z||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-11-28T05:54:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:54:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:54:55.918Z||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-11-28T05:54:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:55:05.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:55:05.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:55:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:55:55.912Z||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-11-28T05:55:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:55:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:55:55.917Z||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-11-28T05:55:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:56:05.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:56:05.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:56:55.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:56:55.915Z||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-11-28T05:56:55.916Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:56:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:56:55.917Z||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-11-28T05:56:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:57:05.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:57:05.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:57:55.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:57:55.913Z||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-11-28T05:57:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:57:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:57:55.918Z||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-11-28T05:57:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:58:05.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:58:05.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:58:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:58:55.913Z||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-11-28T05:58:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:58:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:58:55.918Z||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-11-28T05:58:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:59:05.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:59:05.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T05:59:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:59:55.912Z||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-11-28T05:59:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T05:59:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T05:59:55.917Z||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-11-28T05:59:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:00:05.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:00:05.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:00:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:00:55.912Z||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-11-28T06:00:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:00:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:00:55.917Z||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-11-28T06:00:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:01:05.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:01:05.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:01:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:01:55.912Z||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-11-28T06:01:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:01:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:01:55.918Z||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-11-28T06:01:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:02:05.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:02:05.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:02:55.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:02:55.912Z||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-11-28T06:02:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:02:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:02:55.918Z||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-11-28T06:02:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:03:05.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:03:05.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:03:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:03:55.912Z||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-11-28T06:03:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:03:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:03:55.918Z||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-11-28T06:03:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:04:05.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:04:05.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:04:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:04:55.914Z||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-11-28T06:04:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:04:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:04:55.918Z||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-11-28T06:04:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:05:05.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:05:05.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:05:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:05:55.914Z||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-11-28T06:05:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:05:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:05:55.918Z||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-11-28T06:05:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:06:05.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:06:05.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:06:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:06:55.912Z||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-11-28T06:06:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:06:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:06:55.918Z||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-11-28T06:06:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:07:05.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:07:05.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:07:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:07:55.913Z||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-11-28T06:07:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:07:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:07:55.917Z||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-11-28T06:07:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:08:05.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:08:05.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:08:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:08:55.913Z||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-11-28T06:08:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:08:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:08:55.918Z||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-11-28T06:08:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:09:05.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:09:05.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:09:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:09:55.912Z||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-11-28T06:09:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:09:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:09:55.918Z||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-11-28T06:09:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:10:05.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:10:05.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:10:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:10:55.913Z||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-11-28T06:10:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:10:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:10:55.918Z||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-11-28T06:10:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:11:05.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:11:05.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:11:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:11:55.913Z||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-11-28T06:11:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:11:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:11:55.917Z||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-11-28T06:11:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:12:05.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:12:05.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:12:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:12:55.913Z||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-11-28T06:12:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:12:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:12:55.917Z||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-11-28T06:12:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:13:05.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:13:05.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:13:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:13:55.913Z||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-11-28T06:13:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:13:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:13:55.917Z||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-11-28T06:13:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:14:05.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:14:05.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:14:55.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:14:55.915Z||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-11-28T06:14:55.915Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:14:55.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:14:55.917Z||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-11-28T06:14:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:15:05.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:15:05.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:15:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:15:55.912Z||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-11-28T06:15:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:15:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:15:55.917Z||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-11-28T06:15:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:16:05.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:16:05.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:16:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:16:55.912Z||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-11-28T06:16:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:16:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:16:55.918Z||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-11-28T06:16:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:17:05.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:17:05.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:17:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:17:55.912Z||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-11-28T06:17:55.912Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:17:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:17:55.918Z||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-11-28T06:17:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:18:05.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:18:05.516Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:18:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:18:55.912Z||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-11-28T06:18:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:18:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:18:55.917Z||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-11-28T06:18:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:19:05.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:19:05.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:19:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:19:55.913Z||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-11-28T06:19:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:19:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:19:55.918Z||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-11-28T06:19:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:20:05.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:20:05.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:20:55.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:20:55.913Z||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-11-28T06:20:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:20:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:20:55.918Z||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-11-28T06:20:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:21:05.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:21:05.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:21:55.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:21:55.913Z||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-11-28T06:21:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:21:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:21:55.917Z||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-11-28T06:21:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:22:05.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:22:05.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:22:55.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:22:55.913Z||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-11-28T06:22:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:22:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:22:55.918Z||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-11-28T06:22:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:23:05.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:23:05.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:23:55.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:23:55.914Z||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-11-28T06:23:55.914Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:23:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:23:55.918Z||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-11-28T06:23:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:24:05.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:24:05.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:24:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:24:55.913Z||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-11-28T06:24:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:24:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:24:55.917Z||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-11-28T06:24:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:25:05.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:25:05.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:25:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:25:55.912Z||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-11-28T06:25:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:25:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:25:55.917Z||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-11-28T06:25:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:26:05.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:26:05.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:26:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:26:55.913Z||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-11-28T06:26:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:26:55.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:26:55.917Z||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-11-28T06:26:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:27:05.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:27:05.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:27:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:27:55.913Z||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-11-28T06:27:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:27:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:27:55.918Z||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-11-28T06:27:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:28:05.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:28:05.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:28:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:28:55.912Z||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-11-28T06:28:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:28:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:28:55.918Z||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-11-28T06:28:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:29:05.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:29:05.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:29:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:29:55.913Z||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-11-28T06:29:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:29:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:29:55.917Z||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-11-28T06:29:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:05.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:05.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:55.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:30:55.913Z||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-11-28T06:30:55.913Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:30:55.918Z||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-11-28T06:30:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:56.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:56.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:56.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed5991f3-ada9-4242-9270-62d25917b63e","serviceName":"vFW 2022-11-28 06-29-00","serviceVersion":"1.0","serviceUUID":"8f7240f6-e731-4db8-950a-3a0bfd23db69","serviceDescription":"catalog service description","serviceInvariantUUID":"04361e36-fec6-496d-b2c9-baf0d0759c9b","resources":[{"resourceInstanceName":"vFW d9b6e3b3-5b62 0","resourceName":"vFW d9b6e3b3-5b62","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0454d92f-aa3d-4466-931e-fbf41cf1391c","resourceInvariantUUID":"62d78921-980b-4a2c-97e8-2e6d4160120f","resourceCustomizationUUID":"9b8c3eb1-86c3-4d21-8951-a894d1a0c452","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml","artifactChecksum":"NTc3Yjc4Nzk1YzA2ZDVkNDdjNWY1M2RiMTdkZWRlMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2d746e0-9995-40df-bbd6-f69e9f153831","artifactVersion":"1"},{"artifactName":"vfwd9b6e3b35b620_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json","artifactChecksum":"ZDQyYTFiNDg1ODQ3ZTVkYjdjZTdiMzg1OWY4YTFhODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c678541-cb25-41bb-a41f-fb8ab4ff94f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml","artifactChecksum":"ZmRiZTVmMzUxOWZlYzBmYTU0ZDc1NjIzYzM1MjBmYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a8ada1f-35d4-4b96-a736-acc081ad1a7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c222e7c1-f180-4752-9561-0aa222f99925","artifactVersion":"2","generatedFromUUID":"2c678541-cb25-41bb-a41f-fb8ab4ff94f8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221128062900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml","artifactChecksum":"ZTkyNTQ1N2FiNmI0Njc0Y2U1ZjRjZjFhNThlMmNiYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c43e4527-da61-42b9-8fcc-d0e3ccd55215","artifactVersion":"1"},{"artifactName":"service-Vfw20221128062900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar","artifactChecksum":"YjI0NWNlMmY1NWRjNzE1Yjc3MmQ3YWMwYmRjNjEyMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b85e2dc-161b-4f65-af82-8d52f7d10056","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617006757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.578Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617007737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617017578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617017487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "cds",
"timestamp": 1669617018597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-28T06:30:56.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:56.612Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:56.612Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-28T06:30:56.717Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-28T06:30:56.726Z||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-11-28T06:30:56.728Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
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-11-28T06:30:56.748Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:56.749Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:30:56.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:30:56.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e 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-11-28T06:30:56.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617018940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617026739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617026783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617027745,
"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-11-28T06:30:56.889Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:30:56.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e 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-11-28T06:30:56.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617027880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617029015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617030102,
"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-11-28T06:30:56.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:30:56.915Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e 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-11-28T06:30:56.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617031107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617028263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617036366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617037737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617037602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617045740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617045618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617038940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:30:56.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "cds",
"timestamp": 1669617046745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-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-11-28T06:30:56.954Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:30:56.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f 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-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617046804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617047950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617049131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617049360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617050368,
"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-11-28T06:30:56.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:30:56.971Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f 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-11-28T06:30:56.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617050154,
"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-11-28T06:30:56.986Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:30:56.986Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f 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-11-28T06:30:56.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617051159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617046757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:56.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-28T06:30:56.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:30:56.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617055726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:30:56.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:30:57.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:57.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:57.630Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:57.630Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:30:57.730Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:30:57.731Z||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-11-28T06:30:57.732Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:57.748Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:57.749Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:30:58.631Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:58.632Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:58.634Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:58.634Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:30:58.734Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:30:58.735Z||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-11-28T06:30:58.736Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:58.757Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:58.758Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:30:59.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:30:59.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:30:59.637Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:30:59.637Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:30:59.737Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:30:59.739Z||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-11-28T06:30:59.739Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:30:59.761Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:30:59.762Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:00.638Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:31:00.639Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:00.642Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:00.642Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-28T06:31:00.743Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:00.744Z||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-11-28T06:31:00.744Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:00.775Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:00.776Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:01.644Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:31:01.645Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:01.648Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:01.648Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:31:01.748Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:01.749Z||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-11-28T06:31:01.749Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:01.763Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:01.764Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:02.649Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:31:02.650Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:02.653Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:02.653Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:31:02.753Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:02.754Z||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-11-28T06:31:02.754Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:02.775Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:02.776Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:03.655Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"serviceName": "vFW 2022-11-28 06-29-00",
"serviceVersion": "1.0",
"serviceUUID": "8f7240f6-e731-4db8-950a-3a0bfd23db69",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "04361e36-fec6-496d-b2c9-baf0d0759c9b",
"resources": [
{
"resourceInstanceName": "vFW d9b6e3b3-5b62 0",
"resourceCustomizationUUID": "9b8c3eb1-86c3-4d21-8951-a894d1a0c452",
"resourceName": "vFW d9b6e3b3-5b62",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0454d92f-aa3d-4466-931e-fbf41cf1391c",
"resourceInvariantUUID": "62d78921-980b-4a2c-97e8-2e6d4160120f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd9b6e3b35b620_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"artifactChecksum": "ZDQyYTFiNDg1ODQ3ZTVkYjdjZTdiMzg1OWY4YTFhODY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c678541-cb25-41bb-a41f-fb8ab4ff94f8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c222e7c1-f180-4752-9561-0aa222f99925",
"generatedFromUUID": "2c678541-cb25-41bb-a41f-fb8ab4ff94f8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c222e7c1-f180-4752-9561-0aa222f99925",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221128062900-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"artifactChecksum": "YjI0NWNlMmY1NWRjNzE1Yjc3MmQ3YWMwYmRjNjEyMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b85e2dc-161b-4f65-af82-8d52f7d10056"
}
],
"workloadContext": "Production"
}
2022-11-28T06:31:03.657Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:31:03.658Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f7240f6-e731-4db8-950a-3a0bfd23db69 ASDC
2022-11-28T06:31:03.817Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ed5991f3-ada9-4242-9270-62d25917b63e
ServiceName:vFW 2022-11-28 06-29-00
ServiceVersion:1.0
ServiceUUID:8f7240f6-e731-4db8-950a-3a0bfd23db69
ServiceInvariantUUID:04361e36-fec6-496d-b2c9-baf0d0759c9b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221128062900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
ArtifactUUID:8b85e2dc-161b-4f65-af82-8d52f7d10056
ArtifactChecksum:YjI0NWNlMmY1NWRjNzE1Yjc3MmQ3YWMwYmRjNjEyMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d9b6e3b3-5b62 0
ResourceCustomizationUUID:9b8c3eb1-86c3-4d21-8951-a894d1a0c452
ResourceInvariantUUID:62d78921-980b-4a2c-97e8-2e6d4160120f
ResourceName:vFW d9b6e3b3-5b62
ResourceType:VF
ResourceUUID:0454d92f-aa3d-4466-931e-fbf41cf1391c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd9b6e3b35b620_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
ArtifactUUID:c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4
ArtifactChecksum:ZDQyYTFiNDg1ODQ3ZTVkYjdjZTdiMzg1OWY4YTFhODY=
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/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
ArtifactUUID:2c678541-cb25-41bb-a41f-fb8ab4ff94f8
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/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
ArtifactUUID:c222e7c1-f180-4752-9561-0aa222f99925
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/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
ArtifactUUID:c222e7c1-f180-4752-9561-0aa222f99925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-28T06:31:03.819Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f7240f6-e731-4db8-950a-3a0bfd23db69 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-11-28T06:31:03.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:31:03.905Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:31:03.906Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:31:03.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b85e2dc-161b-4f65-af82-8d52f7d10056 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:03.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:03.909Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:04.045Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:04.068Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar 8b85e2dc-161b-4f65-af82-8d52f7d10056 101512
2022-11-28T06:31:04.071Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar ASDC sendASDCNotification
2022-11-28T06:31:04.072Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:04.076Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:04.080Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:04.087Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:04.087Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617064069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:31:04.187Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:04.188Z||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-11-28T06:31:04.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:04.204Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:04.205Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:05.090Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:31:05.091Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:31:05.092Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8b85e2dc-161b-4f65-af82-8d52f7d10056, URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar to file: /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.093Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.192Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.193Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:05.872Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3368316909841665854/Definitions/service-Vfw20221128062900-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-11-28T06:31:08.896Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-28T06:31:08.902Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d9b6e3b3-5b62 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-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.903Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:08.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:31:08.914Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.923Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.923Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:31:08.926Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:31:08.928Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:31:08.929Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:31:08.930Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.930Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.936Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.936Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.936Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.937Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.938Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.939Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:31:08.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.942Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-28T06:31:08.943Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=24450201-224f-4886-8f82-2a5ebfda45e7
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.946Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:08.947Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=449faf6a-f560-4d76-bcf6-7f48c06a1b37
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:08.948Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:08.949Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-28T06:31:08.950Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f8ed12e-c440-4466-a074-fbd2d736b9d1
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.951Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.952Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:08.952Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:08.952Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-28 06-29-00
Description:catalog service description
Model UUID:8f7240f6-e731-4db8-950a-3a0bfd23db69
Model Version:NULL
Model InvariantUuid:04361e36-fec6-496d-b2c9-baf0d0759c9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d9b6e3b3-5b62
Model UUID:b8f5a7af-aab7-4997-b405-a0d149bba2bd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62d78921-980b-4a2c-97e8-2e6d4160120f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b8c3eb1-86c3-4d21-8951-a894d1a0c452
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dce120e3-79dd-47e2-895f-ea25b19f9c8d
ModelName:VfwD9b6e3b35b62..base_vfw..module-0
ModelUuid:2ad76583-a3f1-4df9-bdf5-326cea9fa64f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:24450201-224f-4886-8f82-2a5ebfda45e7
ModelInvariantUuid:6290b43b-9008-48f1-ae7d-e64913c52f34
ModelName:vFW d9b6e3b3-5b62-nodes.vfwCvfc
ModelUuid:47b9b815-e65f-4cca-bf4b-bf64ac895622
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:283f49c0-cb06-4afe-ad54-a95c54fbf163
ModelInvariantUuid:cf150ce3-40fd-480c-b747-f4a21a358ff5
ModelName:VfwD9b6e3b35b62.compute.nodes.heat.vfw
ModelUuid:40424e01-d179-4657-91fd-6caf82de3867
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:449faf6a-f560-4d76-bcf6-7f48c06a1b37
ModelInvariantUuid:f036b88b-fd2c-459c-bb0e-886b32526f9b
ModelName:vFW d9b6e3b3-5b62-nodes.vsnCvfc
ModelUuid:c05515d7-d634-4422-9dc4-ed5f5987204e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a1f03768-4eb3-459e-a0ae-8e8a0296e39a
ModelInvariantUuid:f0ceb916-ca1f-4c66-8ba3-b32280422325
ModelName:VfwD9b6e3b35b62.compute.nodes.heat.vsn
ModelUuid:df1534bb-2745-4210-9655-a1882d236218
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f8ed12e-c440-4466-a074-fbd2d736b9d1
ModelInvariantUuid:45b1d4d9-60fd-43c4-9d3f-c80acf7c859c
ModelName:vFW d9b6e3b3-5b62-nodes.vpgCvfc
ModelUuid:43b11843-35fe-404d-8985-7d564179de3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1911ede1-fe41-467a-ab75-f111ba72ca81
ModelInvariantUuid:923c0b13-052f-49ab-b512-44aa9e4d5414
ModelName:VfwD9b6e3b35b62.compute.nodes.heat.vpg
ModelUuid:693ac061-a185-47d2-9283-3fa4d6c1c672
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-11-28T06:31:08.963Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0454d92f-aa3d-4466-931e-fbf41cf1391c
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-11-28T06:31:09.062Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||vFW d9b6e3b3-5b62 0
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0454d92f-aa3d-4466-931e-fbf41cf1391c
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:09.069Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:09.171Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:09.172Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json c2cfb1f0-3eda-4881-a1d3-8ea34a72e7a4 785
2022-11-28T06:31:09.172Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json ASDC sendASDCNotification
2022-11-28T06:31:09.173Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:09.173Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:09.173Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:09.176Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:09.177Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617069172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:31:09.277Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:09.278Z||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-11-28T06:31:09.278Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:09.296Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:09.296Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:10.179Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD9b6e3b35b62..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dce120e3-79dd-47e2-895f-ea25b19f9c8d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ad76583-a3f1-4df9-bdf5-326cea9fa64f",
"vfModuleModelCustomizationUUID": "86f0aa4b-e95e-4ff6-b143-9e56db12d782",
"isBase": true,
"artifacts": [
"2c678541-cb25-41bb-a41f-fb8ab4ff94f8",
"c222e7c1-f180-4752-9561-0aa222f99925"
],
"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-11-28T06:31:10.196Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9b6e3b35b62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ad76583-a3f1-4df9-bdf5-326cea9fa64f
VfModuleModelInvariantUUID:dce120e3-79dd-47e2-895f-ea25b19f9c8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c678541-cb25-41bb-a41f-fb8ab4ff94f8
,
c222e7c1-f180-4752-9561-0aa222f99925
}
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-11-28T06:31:10.200Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD9b6e3b35b62..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dce120e3-79dd-47e2-895f-ea25b19f9c8d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ad76583-a3f1-4df9-bdf5-326cea9fa64f",
"vfModuleModelCustomizationUUID": "86f0aa4b-e95e-4ff6-b143-9e56db12d782",
"isBase": true,
"artifacts": [
"2c678541-cb25-41bb-a41f-fb8ab4ff94f8",
"c222e7c1-f180-4752-9561-0aa222f99925"
],
"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-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9b6e3b35b62..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ad76583-a3f1-4df9-bdf5-326cea9fa64f
VfModuleModelInvariantUUID:dce120e3-79dd-47e2-895f-ea25b19f9c8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c678541-cb25-41bb-a41f-fb8ab4ff94f8
,
c222e7c1-f180-4752-9561-0aa222f99925
}
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-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c678541-cb25-41bb-a41f-fb8ab4ff94f8 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:10.201Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:10.297Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml 2c678541-cb25-41bb-a41f-fb8ab4ff94f8 20368
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:10.299Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:10.300Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:10.302Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:10.303Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617070299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:31:10.403Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:10.404Z||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-11-28T06:31:10.404Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:10.419Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:10.419Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:11.304Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c222e7c1-f180-4752-9561-0aa222f99925 from URL: /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:11.305Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:31:11.305Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:11.384Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:31:11.385Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env c222e7c1-f180-4752-9561-0aa222f99925 2098
2022-11-28T06:31:11.385Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-28T06:31:11.386Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:11.386Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:31:11.386Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:11.390Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:11.390Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617071385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:31:11.490Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:11.491Z||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-11-28T06:31:11.492Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:11.525Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:11.526Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:12.391Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f7240f6-e731-4db8-950a-3a0bfd23db69
2022-11-28T06:31:12.392Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d9b6e3b3-5b62 0 0454d92f-aa3d-4466-931e-fbf41cf1391c 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-11-28T06:31:12.435Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12f9b4b0, org.onap.sdc.toscaparser.api.parameters.Input@11c4b779, org.onap.sdc.toscaparser.api.parameters.Input@67f9190c, org.onap.sdc.toscaparser.api.parameters.Input@75c7e6ff, org.onap.sdc.toscaparser.api.parameters.Input@2ac490c3]
2022-11-28T06:31:12.439Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.439Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9b8c3eb1-86c3-4d21-8951-a894d1a0c452
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b8c3eb1-86c3-4d21-8951-a894d1a0c452 matches Tosca VF Customization UUID: 9b8c3eb1-86c3-4d21-8951-a894d1a0c452
2022-11-28T06:31:12.440Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9b8c3eb1-86c3-4d21-8951-a894d1a0c452 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-11-28T06:31:12.448Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.448Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9b8c3eb1-86c3-4d21-8951-a894d1a0c452: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ecb459d
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.450Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:31:12.451Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86f0aa4b-e95e-4ff6-b143-9e56db12d782
2022-11-28T06:31:12.452Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86f0aa4b-e95e-4ff6-b143-9e56db12d782
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-11-28T06:31:12.460Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.461Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.461Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:12.463Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.464Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:12.465Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.465Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=24450201-224f-4886-8f82-2a5ebfda45e7
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-11-28T06:31:12.473Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:12.474Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.475Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.476Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-28T06:31:12.477Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.477Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=449faf6a-f560-4d76-bcf6-7f48c06a1b37
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-11-28T06:31:12.480Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.480Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.480Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.483Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.483Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.484Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-28T06:31:12.485Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-28T06:31:12.486Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-28T06:31:12.486Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f8ed12e-c440-4466-a074-fbd2d736b9d1
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-11-28T06:31:12.490Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.490Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.490Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:31:12.491Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.491Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Node template vFW d9b6e3b3-5b62 0 is matching search criteria
2022-11-28T06:31:12.491Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d9b6e3b3-5b62 0] matching following query criteria: sdcType=VF, customizationUUID=9b8c3eb1-86c3-4d21-8951-a894d1a0c452
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-11-28T06:31:12.494Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.494Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f7240f6-e731-4db8-950a-3a0bfd23db69: vFW d9b6e3b3-5b62
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.495Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.496Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.496Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.496Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-28 06-29-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:31:12.497Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-28 06-29-00
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-11-28T06:31:12.897Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d9b6e3b3-5b62 0454d92f-aa3d-4466-931e-fbf41cf1391c 1 ASDC deployResourceStructure
2022-11-28T06:31:12.898Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json ASDC sendASDCNotification
2022-11-28T06:31:12.898Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json
2022-11-28T06:31:12.899Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:12.899Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:12.904Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:12.905Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617072898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T06:31:13.004Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:31:13.005Z||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-11-28T06:31:13.006Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:13.017Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:13.018Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:13.906Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-28T06:31:13.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml
2022-11-28T06:31:13.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:13.907Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:13.909Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:13.910Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617073906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T06:31:14.010Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:14.011Z||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-11-28T06:31:14.011Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:14.032Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:14.033Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:31:14.911Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-28T06:31:14.911Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env
2022-11-28T06:31:14.912Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:14.912Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:14.914Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:14.915Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617074911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-28T06:31:15.015Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:31:15.018Z||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-11-28T06:31:15.018Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:15.032Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:15.034Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:15.915Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar ASDC sendASDCNotification
2022-11-28T06:31:15.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar
2022-11-28T06:31:15.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:31:15.916Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:31:15.918Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:31:15.918Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617075915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:31:16.019Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:31:16.020Z||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-11-28T06:31:16.021Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:16.036Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:16.038Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:31:16.920Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
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-11-28T06:31:16.941Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
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-11-28T06:31:16.944Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:31:16.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:31:16.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:31:46.945Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
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-11-28T06:31:46.965Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
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-11-28T06:31:46.969Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:31:46.970Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:31:46.970Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:31:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:31:55.918Z||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-11-28T06:31:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:31:55.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:31:55.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:31:55.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "aai-ml",
"timestamp": 1669617056746,
"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-11-28T06:31:55.966Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed5991f3-ada9-4242-9270-62d25917b63e
2022-11-28T06:31:55.966Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed5991f3-ada9-4242-9270-62d25917b63e 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-11-28T06:32:16.970Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
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-11-28T06:32:16.989Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e
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-11-28T06:32:16.994Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:32:16.995Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:32:16.995Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:32:16.995Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:32:16.996Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:32:16.996Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:32:16.997Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:32:16.997Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:32:16.997Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:32:16.998Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-11-28T06:32:17.004Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:32:47.004Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed5991f3-ada9-4242-9270-62d25917b63e 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-11-28T06:32:47.019Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed5991f3-ada9-4242-9270-62d25917b63e and serviceModelVersionId: 8f7240f6-e731-4db8-950a-3a0bfd23db69
2022-11-28T06:32:47.019Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04361e36-fec6-496d-b2c9-baf0d0759c9b
2022-11-28T06:32:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:32:55.919Z||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-11-28T06:32:55.919Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:32:55.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:32:55.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:32:55.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:32:55.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:02.800Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0
2022-11-28T06:33:02.928Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:33:03.452Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|INFO|500||Invoke
2022-11-28T06:33:03.462Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed5991f3-ada9-4242-9270-62d25917b63e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8c04000-83ef-4ca4-b585-7e8f1f5685b6], X-ECOMP-RequestID=[ed5991f3-ada9-4242-9270-62d25917b63e], X-TransactionId=[], X-ONAP-RequestID=[ed5991f3-ada9-4242-9270-62d25917b63e], Content-Type=[application/merge-patch+json]}
2022-11-28T06:33:03.586Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-28T06:33:03.787Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?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/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:33:03 GMT], content-length=[0], vertex-id=[192736], x-aai-txid=[2-aai-resources-221128-06:33:03:693-44615], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:33:03.790Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:33:03.791Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04361e36-fec6-496d-b2c9-baf0d0759c9b/model-vers/model-ver/8f7240f6-e731-4db8-950a-3a0bfd23db69?depth=0|INFO|500||InvokeReturn
2022-11-28T06:33:03.795Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:33:03.796Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-11-28T06:33:03.810Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||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-11-28T06:33:03.812Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed5991f3-ada9-4242-9270-62d25917b63e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:33:03.814Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:33:03.814Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:03.818Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:03.818Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617183812,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:33:03.918Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:03.920Z||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-11-28T06:33:03.920Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:03.941Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:03.942Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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-11-28T06:33:04.838Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:33:04.838Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"51f0c2b7-c980-405d-85a2-4f57b5c8993f","serviceName":"basic_onboard_SVQYgm","serviceVersion":"1.0","serviceUUID":"a1de1d26-2f9f-41af-a31c-547e56f18d37","serviceDescription":"service","serviceInvariantUUID":"c110a4b3-bfd6-4a41-9221-c5adeeb29f6a","resources":[{"resourceInstanceName":"basic_onboard_SVQYgm 0","resourceName":"basic_onboard_SVQYgm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7","resourceInvariantUUID":"561716c1-0c73-40ae-983b-4d650933ad4d","resourceCustomizationUUID":"555f405a-e375-4c77-83b9-e28400b843f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml","artifactChecksum":"NTM1ZWNjZTJlZWMxZDI3ODVlZTMwZmE2NTAwMTgyOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b007f255-c7da-405f-a670-020c81bf850f","artifactVersion":"1"},{"artifactName":"basic_onboard_svqygm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json","artifactChecksum":"YzM0OTg1MWQ0OTgxODVhNmM0YzY4NGVkZDg3MDlhN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bd9bdac-cf86-4588-9a17-32a642802040","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03980f26-5e22-475d-9f3b-72866ee28ad8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86041c73-2ea5-43c3-88b4-73c33ab277dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2ac13078-eea7-402d-9fbf-3a73c940cc6e","artifactVersion":"2","generatedFromUUID":"03980f26-5e22-475d-9f3b-72866ee28ad8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSvqygm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml","artifactChecksum":"MzNlMmYzYjNiZDdlMzM1ZjkyYTJhMTA3MWE0ZTRmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"120b63b5-475d-4ed7-b3c4-4c4ef866d347","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSvqygm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar","artifactChecksum":"MmFhN2VkOTNhNzQyYjZiOTNiMjEyNTgwNjI2MTBhNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b97b1e8-ecc2-4294-a4b2-23ddb7de0988","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:33:04.839Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:04.840Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:04.843Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:04.843Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:04.944Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:04.945Z||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-11-28T06:33:04.945Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:04.980Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:04.981Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:05.844Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:05.845Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:05.847Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:05.848Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:33:05.948Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:05.949Z||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-11-28T06:33:05.949Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:05.973Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:05.974Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:06.848Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:06.850Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:06.852Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:06.852Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:33:06.953Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:06.954Z||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-11-28T06:33:06.954Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:06.989Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:06.990Z||pool-21-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:07.853Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:07.855Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:07.857Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:07.857Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:07.958Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:33:07.959Z||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-11-28T06:33:07.960Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:07.973Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:07.974Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:08.858Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:08.859Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:08.862Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:08.862Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-28T06:33:08.962Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:08.964Z||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-11-28T06:33:08.964Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:08.981Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:08.982Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:09.862Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:09.864Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:09.866Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:09.866Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:09.966Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:09.968Z||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-11-28T06:33:09.968Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:09.980Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:09.980Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:33:10.867Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:33:10.868Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:10.870Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:10.870Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:33:10.971Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:10.972Z||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-11-28T06:33:10.972Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:10.989Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:10.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:11.873Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"serviceName": "basic_onboard_SVQYgm",
"serviceVersion": "1.0",
"serviceUUID": "a1de1d26-2f9f-41af-a31c-547e56f18d37",
"serviceDescription": "service",
"serviceInvariantUUID": "c110a4b3-bfd6-4a41-9221-c5adeeb29f6a",
"resources": [
{
"resourceInstanceName": "basic_onboard_SVQYgm 0",
"resourceCustomizationUUID": "555f405a-e375-4c77-83b9-e28400b843f2",
"resourceName": "basic_onboard_SVQYgm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7",
"resourceInvariantUUID": "561716c1-0c73-40ae-983b-4d650933ad4d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_svqygm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"artifactChecksum": "YzM0OTg1MWQ0OTgxODVhNmM0YzY4NGVkZDg3MDlhN2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bd9bdac-cf86-4588-9a17-32a642802040",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "03980f26-5e22-475d-9f3b-72866ee28ad8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2ac13078-eea7-402d-9fbf-3a73c940cc6e",
"generatedFromUUID": "03980f26-5e22-475d-9f3b-72866ee28ad8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2ac13078-eea7-402d-9fbf-3a73c940cc6e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSvqygm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"artifactChecksum": "MmFhN2VkOTNhNzQyYjZiOTNiMjEyNTgwNjI2MTBhNWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b97b1e8-ecc2-4294-a4b2-23ddb7de0988"
}
],
"workloadContext": "Production"
}
2022-11-28T06:33:11.873Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:33:11.873Z|ed5991f3-ada9-4242-9270-62d25917b63e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1de1d26-2f9f-41af-a31c-547e56f18d37 ASDC
2022-11-28T06:33:11.874Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:51f0c2b7-c980-405d-85a2-4f57b5c8993f
ServiceName:basic_onboard_SVQYgm
ServiceVersion:1.0
ServiceUUID:a1de1d26-2f9f-41af-a31c-547e56f18d37
ServiceInvariantUUID:c110a4b3-bfd6-4a41-9221-c5adeeb29f6a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSvqygm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
ArtifactUUID:7b97b1e8-ecc2-4294-a4b2-23ddb7de0988
ArtifactChecksum:MmFhN2VkOTNhNzQyYjZiOTNiMjEyNTgwNjI2MTBhNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SVQYgm 0
ResourceCustomizationUUID:555f405a-e375-4c77-83b9-e28400b843f2
ResourceInvariantUUID:561716c1-0c73-40ae-983b-4d650933ad4d
ResourceName:basic_onboard_SVQYgm
ResourceType:VF
ResourceUUID:b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_svqygm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
ArtifactUUID:0bd9bdac-cf86-4588-9a17-32a642802040
ArtifactChecksum:YzM0OTg1MWQ0OTgxODVhNmM0YzY4NGVkZDg3MDlhN2Q=
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/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:03980f26-5e22-475d-9f3b-72866ee28ad8
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/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
ArtifactUUID:2ac13078-eea7-402d-9fbf-3a73c940cc6e
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/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
ArtifactUUID:2ac13078-eea7-402d-9fbf-3a73c940cc6e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-28T06:33:11.874Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1de1d26-2f9f-41af-a31c-547e56f18d37 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-11-28T06:33:11.915Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:33:11.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:33:11.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:33:11.917Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b97b1e8-ecc2-4294-a4b2-23ddb7de0988 from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:11.917Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:11.917Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:12.100Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar 7b97b1e8-ecc2-4294-a4b2-23ddb7de0988 75692
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar ASDC sendASDCNotification
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:12.105Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:12.107Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:12.109Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:12.110Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617192105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:12.210Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:12.212Z||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-11-28T06:33:12.212Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:12.225Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:12.225Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:13.113Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:33:13.114Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:33:13.114Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7b97b1e8-ecc2-4294-a4b2-23ddb7de0988, URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar to file: /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.114Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.115Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.115Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:13.246Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14355637382680607945/Definitions/service-BasicOnboardSvqygm-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-11-28T06:33:14.674Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:33:14.674Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:33:14.674Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SVQYgm 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-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:14.675Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.676Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:33:14.677Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is not matching search criteria
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-28T06:33:14.678Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.679Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:14.680Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is not matching search criteria
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf17654c-c87a-4b04-b851-a8236d62b8c6
2022-11-28T06:33:14.681Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:14.682Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:14.683Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SVQYgm
Description:service
Model UUID:a1de1d26-2f9f-41af-a31c-547e56f18d37
Model Version:NULL
Model InvariantUuid:c110a4b3-bfd6-4a41-9221-c5adeeb29f6a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SVQYgm
Model UUID:f347d637-ef22-435e-9441-0351a1f873ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:561716c1-0c73-40ae-983b-4d650933ad4d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:555f405a-e375-4c77-83b9-e28400b843f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d808142f-e43d-4d88-a39e-e2d57c419837
ModelName:BasicOnboardSvqygm..base_ubuntu18..module-0
ModelUuid:b66f6ab0-a84a-4a38-9aa6-b945253f9d13
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cf17654c-c87a-4b04-b851-a8236d62b8c6
ModelInvariantUuid:0587c05b-d4fd-4c14-b723-fc78244b97ab
ModelName:basic_onboard_SVQYgm-nodes.ubuntu18Cvfc
ModelUuid:5d2f2b71-a660-4c1c-9f16-e152a7f439d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:79ad7e53-2109-4620-8ced-e47ab740d167
ModelInvariantUuid:8609bbfd-6090-483c-9123-4295b5ba5170
ModelName:BasicOnboardSvqygm.compute.nodes.heat.ubuntu18
ModelUuid:59aafd67-c92d-47b5-a4ef-a224a8cc1a71
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-11-28T06:33:14.701Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7
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-11-28T06:33:14.705Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||basic_onboard_SVQYgm 0
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0bd9bdac-cf86-4588-9a17-32a642802040 from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:14.706Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:14.784Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json 0bd9bdac-cf86-4588-9a17-32a642802040 798
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json ASDC sendASDCNotification
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:14.785Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:14.786Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:14.788Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:14.788Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617194785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:14.888Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:14.890Z||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-11-28T06:33:14.891Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:14.904Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:14.905Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:15.788Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSvqygm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d808142f-e43d-4d88-a39e-e2d57c419837",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b66f6ab0-a84a-4a38-9aa6-b945253f9d13",
"vfModuleModelCustomizationUUID": "ba1f3932-6218-4bb5-a775-56919f4498f5",
"isBase": true,
"artifacts": [
"03980f26-5e22-475d-9f3b-72866ee28ad8",
"2ac13078-eea7-402d-9fbf-3a73c940cc6e"
],
"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-11-28T06:33:15.794Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvqygm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b66f6ab0-a84a-4a38-9aa6-b945253f9d13
VfModuleModelInvariantUUID:d808142f-e43d-4d88-a39e-e2d57c419837
VfModuleModelDescription:NULL
Artifacts UUID List:{
03980f26-5e22-475d-9f3b-72866ee28ad8
,
2ac13078-eea7-402d-9fbf-3a73c940cc6e
}
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-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSvqygm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d808142f-e43d-4d88-a39e-e2d57c419837",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b66f6ab0-a84a-4a38-9aa6-b945253f9d13",
"vfModuleModelCustomizationUUID": "ba1f3932-6218-4bb5-a775-56919f4498f5",
"isBase": true,
"artifacts": [
"03980f26-5e22-475d-9f3b-72866ee28ad8",
"2ac13078-eea7-402d-9fbf-3a73c940cc6e"
],
"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-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvqygm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b66f6ab0-a84a-4a38-9aa6-b945253f9d13
VfModuleModelInvariantUUID:d808142f-e43d-4d88-a39e-e2d57c419837
VfModuleModelDescription:NULL
Artifacts UUID List:{
03980f26-5e22-475d-9f3b-72866ee28ad8
,
2ac13078-eea7-402d-9fbf-3a73c940cc6e
}
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-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03980f26-5e22-475d-9f3b-72866ee28ad8 from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:15.796Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:15.866Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:15.867Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml 03980f26-5e22-475d-9f3b-72866ee28ad8 5033
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:15.868Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:15.870Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:15.870Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617195867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:15.971Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:15.972Z||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-11-28T06:33:15.972Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:15.985Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:15.985Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:16.872Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ac13078-eea7-402d-9fbf-3a73c940cc6e from URL: /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:16.873Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:33:16.873Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:16.932Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:33:16.933Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env 2ac13078-eea7-402d-9fbf-3a73c940cc6e 909
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:33:16.934Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:16.937Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:16.937Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617196933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:17.037Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:17.039Z||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-11-28T06:33:17.039Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:17.051Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:17.052Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:17.938Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a1de1d26-2f9f-41af-a31c-547e56f18d37
2022-11-28T06:33:17.939Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SVQYgm 0 b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7 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-11-28T06:33:17.962Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ce62d63, org.onap.sdc.toscaparser.api.parameters.Input@28e4833a, org.onap.sdc.toscaparser.api.parameters.Input@4a2e42fd, org.onap.sdc.toscaparser.api.parameters.Input@57438e10, org.onap.sdc.toscaparser.api.parameters.Input@7ae33cae]
2022-11-28T06:33:17.964Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.964Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.965Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-11-28T06:33:17.965Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 555f405a-e375-4c77-83b9-e28400b843f2
2022-11-28T06:33:17.965Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 555f405a-e375-4c77-83b9-e28400b843f2 matches Tosca VF Customization UUID: 555f405a-e375-4c77-83b9-e28400b843f2
2022-11-28T06:33:17.966Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 555f405a-e375-4c77-83b9-e28400b843f2 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-11-28T06:33:17.970Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.970Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 555f405a-e375-4c77-83b9-e28400b843f2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eb24c2
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.971Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:33:17.972Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba1f3932-6218-4bb5-a775-56919f4498f5
2022-11-28T06:33:17.972Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba1f3932-6218-4bb5-a775-56919f4498f5
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-11-28T06:33:17.976Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.977Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.977Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:17.978Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.978Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.978Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:17.979Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.979Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is not matching search criteria
2022-11-28T06:33:17.979Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-28T06:33:17.980Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-28T06:33:17.980Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf17654c-c87a-4b04-b851-a8236d62b8c6
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-11-28T06:33:17.984Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.984Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.984Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:33:17.985Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.985Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_SVQYgm 0 is matching search criteria
2022-11-28T06:33:17.985Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_SVQYgm 0] matching following query criteria: sdcType=VF, customizationUUID=555f405a-e375-4c77-83b9-e28400b843f2
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-11-28T06:33:17.988Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.989Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.989Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a1de1d26-2f9f-41af-a31c-547e56f18d37: basic_onboard_SVQYgm
2022-11-28T06:33:17.990Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.990Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.991Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.991Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.992Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.992Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.993Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.993Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.994Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:33:17.994Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_SVQYgm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:33:17.994Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_SVQYgm
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-11-28T06:33:18.172Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SVQYgm b48ed8d3-02a7-48ec-8ee3-97e3dadefbd7 1 ASDC deployResourceStructure
2022-11-28T06:33:18.173Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json ASDC sendASDCNotification
2022-11-28T06:33:18.173Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json
2022-11-28T06:33:18.173Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:18.174Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:18.178Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:18.178Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617198173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:18.278Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:18.279Z||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-11-28T06:33:18.280Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:18.292Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:18.293Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:19.179Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-28T06:33:19.180Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml
2022-11-28T06:33:19.180Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:19.180Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:19.182Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:19.183Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617199179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:19.285Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-28T06:33:19.286Z||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-11-28T06:33:19.286Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:19.299Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:19.299Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:20.184Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-28T06:33:20.184Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env
2022-11-28T06:33:20.185Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:20.185Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:20.187Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:20.187Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617200184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:20.287Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:33:20.288Z||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-11-28T06:33:20.289Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:20.304Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:20.305Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:33:21.189Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar ASDC sendASDCNotification
2022-11-28T06:33:21.189Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar
2022-11-28T06:33:21.190Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:33:21.190Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:33:21.192Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:33:21.192Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617201189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:21.292Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:33:21.293Z||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-11-28T06:33:21.294Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:21.305Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:21.306Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:33:22.193Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
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-11-28T06:33:22.206Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
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-11-28T06:33:22.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:33:22.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:33:22.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:33:52.209Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
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-11-28T06:33:52.228Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
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-11-28T06:33:52.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:33:52.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-28T06:33:52.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-28T06:33:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:33:55.918Z||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-11-28T06:33:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:33:55.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:33:55.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:33:55.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617064069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617058263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617066082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617069172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617070299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617071385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617072384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617072898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/vfwd9b6e3b35b620_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "aai-ml",
"timestamp": 1669617073392,
"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-11-28T06:33:55.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51f0c2b7-c980-405d-85a2-4f57b5c8993f
2022-11-28T06:33:55.969Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f0c2b7-c980-405d-85a2-4f57b5c8993f 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-11-28T06:33:55.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617073906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617074911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/resourceInstances/vfwd9b6e3b35b620/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:33:55.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617075915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221128062900/1.0/artifacts/service-Vfw20221128062900-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:33:55.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:22.231Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
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-11-28T06:34:22.243Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f
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-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:34:22.248Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:34:22.249Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-11-28T06:34:22.253Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:34:52.254Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f 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-11-28T06:34:52.262Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51f0c2b7-c980-405d-85a2-4f57b5c8993f and serviceModelVersionId: a1de1d26-2f9f-41af-a31c-547e56f18d37
2022-11-28T06:34:52.262Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c110a4b3-bfd6-4a41-9221-c5adeeb29f6a
2022-11-28T06:34:52.263Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0
2022-11-28T06:34:52.268Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:34:52.354Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?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-11-28T06:34:52.356Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0|INFO|500||Invoke
2022-11-28T06:34:52.402Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-28T06:34:52.506Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0|INFO|500||InvokeReturn
2022-11-28T06:34:52.507Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c110a4b3-bfd6-4a41-9221-c5adeeb29f6a/model-vers/model-ver/a1de1d26-2f9f-41af-a31c-547e56f18d37?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:34:52 GMT], content-length=[0], vertex-id=[155896], x-aai-txid=[0-aai-resources-221128-06:34:52:507-61301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:34:52.507Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:34:52.508Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:34:52.508Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-11-28T06:34:52.512Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||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-11-28T06:34:52.512Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51f0c2b7-c980-405d-85a2-4f57b5c8993f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:34:52.513Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:34:52.513Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:34:52.516Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:34:52.516Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617292513,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:34:52.616Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:34:52.617Z||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-11-28T06:34:52.618Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:34:52.642Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:34:52.643Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-11-28T06:34:53.533Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:34:53.534Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:34:53.534Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:34:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:34:55.918Z||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-11-28T06:34:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:34:55.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:34:55.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed5991f3-ada9-4242-9270-62d25917b63e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617183812,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:34:55.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:34:55.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617055911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-28T06:34:55.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617192105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617194785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617195867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617196933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617198173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/basic_onboard_svqygm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617199179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617200184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/resourceInstances/basic_onboard_svqygm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617201189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvqygm/1.0/artifacts/service-BasicOnboardSvqygm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:34:55.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:35:03.851Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:35:03.852Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:03.853Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:35:03.853Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:13.410Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:35:13.411Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:13.412Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:35:13.412Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:23.001Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:35:23.002Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:23.003Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:35:23.003Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:32.635Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:35:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:35:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:35:55.917Z||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-11-28T06:35:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:35:56.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:35:56.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-28T06:35:56.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f0c2b7-c980-405d-85a2-4f57b5c8993f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617292513,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:35:56.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:36:05.520Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:36:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:36:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:36:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:36:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:36:55.917Z||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-11-28T06:36:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:37:05.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:37:05.518Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:37:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:37:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:37:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:37:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:37:55.918Z||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-11-28T06:37:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:38:05.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:38:05.505Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:38:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:38:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:38:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:38:55.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:38:55.918Z||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-11-28T06:38:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:39:05.471Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:39:05.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:39:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:39:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:39:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:39:55.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:39:55.917Z||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-11-28T06:39:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:40:05.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:40:05.501Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:40:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:40:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:40:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:40:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:40:55.917Z||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-11-28T06:40:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:41:05.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:41:05.479Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:41:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:41:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:41:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:41:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:41:55.917Z||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-11-28T06:41:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:42:05.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:42:05.496Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:42:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:42:55.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:42:55.916Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:42:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:42:55.917Z||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-11-28T06:42:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:43:05.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:43:05.497Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:43:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:43:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:43:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:43:55.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:43:55.924Z||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-11-28T06:43:55.924Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:44:05.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:44:05.490Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:44:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:44:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:44:55.913Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:44:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:44:55.917Z||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-11-28T06:44:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:05.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:05.553Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:55.911Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:45:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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-11-28T06:45:55.912Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:45:55.917Z||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-11-28T06:45:55.918Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:56.564Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:56.564Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.564Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fbd8c41-d245-4509-80bd-657302a6c040","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2524cfd4-8f34-4cbb-ae38-f4cbff6567b6","serviceDescription":"service","serviceInvariantUUID":"5dd87f7a-469c-4d47-a24a-12643c0608f2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3dbc20c1-53eb-445e-90a8-cc7c1da2501d","resourceInvariantUUID":"0f2b8830-7f96-48b8-8eea-0769d4d2ddc8","resourceCustomizationUUID":"d7bf4d9b-554a-4f0b-84f6-a3a503b2453f","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":"OTJiZjhiMzYzMDg4OWMyMTU5ZmNkNWUyMWRjYTE2MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c468deec-4c90-4453-aaf1-10f3c55de85b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjRkYzUxNzkwZDk2M2EzN2M5NjI4MTNiYzNmN2MzYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37ff7e36-3fae-4054-bc52-b26c554cfbc8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:45:56.569Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:45:56.570Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:45:56.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:56.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617918940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669617918940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "cds",
"timestamp": 1669617922738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "cds",
"timestamp": 1669617922738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "cds",
"timestamp": 1669617925609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "cds",
"timestamp": 1669617926617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-28T06:45:56.575Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:45:56.575Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617955911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-28T06:45:56.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fbd8c41-d245-4509-80bd-657302a6c040
2022-11-28T06:45:56.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fbd8c41-d245-4509-80bd-657302a6c040 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-11-28T06:45:56.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617926757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "ves-openapi-manager",
"timestamp": 1669617926757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "aai-ml",
"timestamp": 1669617928264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "aai-ml",
"timestamp": 1669617928264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "aai-ml",
"timestamp": 1669617931023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "aai-ml",
"timestamp": 1669617935838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "aai-ml",
"timestamp": 1669617936845,
"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-11-28T06:45:56.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fbd8c41-d245-4509-80bd-657302a6c040
2022-11-28T06:45:56.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fbd8c41-d245-4509-80bd-657302a6c040 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-11-28T06:45:56.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617937602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:45:56.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617937602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617940470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617942706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:45:56.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-28T06:45:56.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:45:56.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669617943717,
"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-11-28T06:45:56.652Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fbd8c41-d245-4509-80bd-657302a6c040
2022-11-28T06:45:56.652Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fbd8c41-d245-4509-80bd-657302a6c040 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-11-28T06:45:56.674Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-28T06:45:56.674Z||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-11-28T06:45:56.675Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:56.687Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:56.688Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:45:57.576Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:45:57.577Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:45:57.580Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:45:57.580Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617955911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:45:57.680Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:45:57.681Z||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-11-28T06:45:57.682Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:57.699Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:57.700Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:45:58.581Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2524cfd4-8f34-4cbb-ae38-f4cbff6567b6",
"serviceDescription": "service",
"serviceInvariantUUID": "5dd87f7a-469c-4d47-a24a-12643c0608f2",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d7bf4d9b-554a-4f0b-84f6-a3a503b2453f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3dbc20c1-53eb-445e-90a8-cc7c1da2501d",
"resourceInvariantUUID": "0f2b8830-7f96-48b8-8eea-0769d4d2ddc8",
"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": "YjRkYzUxNzkwZDk2M2EzN2M5NjI4MTNiYzNmN2MzYTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37ff7e36-3fae-4054-bc52-b26c554cfbc8"
}
],
"workloadContext": "Production"
}
2022-11-28T06:45:58.582Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:45:58.582Z|51f0c2b7-c980-405d-85a2-4f57b5c8993f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6 ASDC
2022-11-28T06:45:58.583Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3fbd8c41-d245-4509-80bd-657302a6c040
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
ServiceInvariantUUID:5dd87f7a-469c-4d47-a24a-12643c0608f2
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:37ff7e36-3fae-4054-bc52-b26c554cfbc8
ArtifactChecksum:YjRkYzUxNzkwZDk2M2EzN2M5NjI4MTNiYzNmN2MzYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d7bf4d9b-554a-4f0b-84f6-a3a503b2453f
ResourceInvariantUUID:0f2b8830-7f96-48b8-8eea-0769d4d2ddc8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3dbc20c1-53eb-445e-90a8-cc7c1da2501d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-28T06:45:58.583Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6 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-11-28T06:45:58.653Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:45:58.654Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37ff7e36-3fae-4054-bc52-b26c554cfbc8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:45:58.655Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:45:58.912Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:45:58.916Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37ff7e36-3fae-4054-bc52-b26c554cfbc8 57791
2022-11-28T06:45:58.917Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-28T06:45:58.917Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:45:58.917Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:45:58.918Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:45:58.921Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:45:58.921Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617958917,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:45:59.021Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:45:59.023Z||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-11-28T06:45:59.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:45:59.059Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:45:59.060Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:45:59.922Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:45:59.923Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:45:59.923Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 37ff7e36-3fae-4054-bc52-b26c554cfbc8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:45:59.925Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-28T06:45:59.925Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:45:59.925Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.139Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12966603702159855353/Definitions/service-BasicNetwork-template.yml
2022-11-28T06:46:00.839Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:46:00.840Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:46:00.844Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.845Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:00.846Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:46:00.847Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.847Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.847Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-28T06:46:00.848Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:46:00.848Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:46:00.848Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.849Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.850Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.850Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.850Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:00.851Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:00.852Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
Model Version:NULL
Model InvariantUuid:5dd87f7a-469c-4d47-a24a-12643c0608f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0f2b8830-7f96-48b8-8eea-0769d4d2ddc8
Model UUID:0e323f7b-4d98-4ea5-af3f-c4a9aec729bd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d7bf4d9b-554a-4f0b-84f6-a3a503b2453f
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-11-28T06:46:00.913Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 3dbc20c1-53eb-445e-90a8-cc7c1da2501d
2022-11-28T06:46:00.914Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||No resources found for Service: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
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-11-28T06:46:00.949Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||
2022-11-28T06:46:00.950Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-28T06:46:00.951Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
2022-11-28T06:46:00.951Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
2022-11-28T06:46:00.951Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-28T06:46:00.952Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:01.069Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d540908, org.onap.sdc.toscaparser.api.parameters.Input@6ca8d20e, org.onap.sdc.toscaparser.api.parameters.Input@889b32d, org.onap.sdc.toscaparser.api.parameters.Input@66db6120, org.onap.sdc.toscaparser.api.parameters.Input@2b8a28ba]
2022-11-28T06:46:01.071Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.071Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.072Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.072Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.072Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6: Generic NeutronNet
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.073Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:01.149Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:46:01.150Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:01.336Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-28T06:46:01.336Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-28T06:46:01.337Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-28T06:46:01.337Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-28T06:46:01.337Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:01.339Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:01.339Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617961336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-28T06:46:01.440Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:01.441Z||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-11-28T06:46:01.442Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:01.478Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:01.479Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-11-28T06:46:02.340Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fbd8c41-d245-4509-80bd-657302a6c040
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-11-28T06:46:02.356Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fbd8c41-d245-4509-80bd-657302a6c040
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-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-28T06:46:02.360Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-28T06:46:02.361Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:02.366Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-28T06:46:32.366Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fbd8c41-d245-4509-80bd-657302a6c040 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-11-28T06:46:32.373Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fbd8c41-d245-4509-80bd-657302a6c040 and serviceModelVersionId: 2524cfd4-8f34-4cbb-ae38-f4cbff6567b6
2022-11-28T06:46:32.373Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dd87f7a-469c-4d47-a24a-12643c0608f2
2022-11-28T06:46:32.374Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0
2022-11-28T06:46:32.378Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-28T06:46:32.436Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?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-11-28T06:46:32.438Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0|INFO|500||Invoke
2022-11-28T06:46:32.461Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-28T06:46:32.642Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0|INFO|500||InvokeReturn
2022-11-28T06:46:32.642Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dd87f7a-469c-4d47-a24a-12643c0608f2/model-vers/model-ver/2524cfd4-8f34-4cbb-ae38-f4cbff6567b6?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 06:46:32 GMT], content-length=[0], vertex-id=[380936], x-aai-txid=[1-aai-resources-221128-06:46:32:571-75157], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-28T06:46:32.643Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-28T06:46:32.644Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-28T06:46:32.644Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:32.665Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||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-11-28T06:46:32.666Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fbd8c41-d245-4509-80bd-657302a6c040 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-28T06:46:32.666Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-28T06:46:32.667Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:32.670Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:32.670Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617992666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-28T06:46:32.770Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:32.771Z||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-11-28T06:46:32.771Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:32.788Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:32.788Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-11-28T06:46:55.911Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:46:55.912Z|3fbd8c41-d245-4509-80bd-657302a6c040|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-11-28T06:46:55.912Z|3fbd8c41-d245-4509-80bd-657302a6c040|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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:55.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-28T06:46:55.917Z||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-11-28T06:46:55.917Z||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 aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:56.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:56.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-28T06:46:56.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fbd8c41-d245-4509-80bd-657302a6c040",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669617955911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:46:56.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-28T06:46:56.553Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:56.554Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-28T06:46:56.555Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"872b801e-de2c-46a4-9c06-494e03aed9fc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ea68b9e0-1f63-4c6c-be70-474d35e99455","serviceDescription":"service","serviceInvariantUUID":"b65a62ed-ea5f-4989-b12e-397a1c4baa60","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56c30672-a183-4124-bd9c-389b3a1a7294","resourceInvariantUUID":"4f2e2870-e411-46e5-8bd6-048090f017f1","resourceCustomizationUUID":"78229748-4660-4c11-9cf1-c8fd10f74814","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"N2Y3N2Y5YTI0MGQ1ZjFhMDA2OWJhOGRkZjYyNDY5OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd532f80-26c9-4722-9773-5d3fd27ebd54","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YTEwMGRhN2RiYjIxN2JmYTYzMzZjNjM2MGVkMzgwZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f1bd26b-4fed-4c41-aafa-1821431a235f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f860bc77-f8c9-465c-a802-fb7228e6c9bb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"884f994b-1aff-47d0-a455-f4c35481f6c9","artifactVersion":"2","generatedFromUUID":"2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2Y5ZTkyMjQ3NjU2YWRjYTUxMjFlNjg4NjRiMGUyNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cde28e3d-a578-4ba2-8020-5949a0e08695","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjk4ZjhjNGRlN2FjZTUxYTMxYmQ2NTAxZTU4NzhkMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"899265f0-bb5e-468b-b6df-17692604b659","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-28T06:46:56.557Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:56.558Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:56.572Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:56.573Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:46:56.660Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-28T06:46:56.663Z||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-11-28T06:46:56.663Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:56.682Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:56.683Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:46:57.573Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:57.574Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:57.577Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:57.577Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-28T06:46:57.677Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:57.679Z||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-11-28T06:46:57.679Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:57.692Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:57.693Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:46:58.578Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:58.579Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:58.581Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:58.582Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-28T06:46:58.682Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:46:58.683Z||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-11-28T06:46:58.683Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:58.726Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:58.726Z||pool-42-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:46:59.582Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:46:59.583Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:46:59.605Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:46:59.605Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:46:59.685Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-11-28T06:46:59.686Z||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-11-28T06:46:59.686Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:46:59.699Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:46:59.700Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:00.606Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:47:00.607Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:00.609Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:00.609Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-28T06:47:00.709Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:00.710Z||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-11-28T06:47:00.710Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:00.732Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:47:00.733Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:01.610Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:47:01.611Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:01.613Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:01.614Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-28T06:47:01.714Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:01.715Z||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-11-28T06:47:01.715Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:01.733Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:47:01.733Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:02.614Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-28T06:47:02.615Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:02.618Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:02.618Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618015911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-28T06:47:02.718Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-28T06:47:02.720Z||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-11-28T06:47:02.720Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:02.739Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:47:02.740Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:03.620Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "ea68b9e0-1f63-4c6c-be70-474d35e99455",
"serviceDescription": "service",
"serviceInvariantUUID": "b65a62ed-ea5f-4989-b12e-397a1c4baa60",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "78229748-4660-4c11-9cf1-c8fd10f74814",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "56c30672-a183-4124-bd9c-389b3a1a7294",
"resourceInvariantUUID": "4f2e2870-e411-46e5-8bd6-048090f017f1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YTEwMGRhN2RiYjIxN2JmYTYzMzZjNjM2MGVkMzgwZTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f1bd26b-4fed-4c41-aafa-1821431a235f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "884f994b-1aff-47d0-a455-f4c35481f6c9",
"generatedFromUUID": "2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "884f994b-1aff-47d0-a455-f4c35481f6c9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "Yjk4ZjhjNGRlN2FjZTUxYTMxYmQ2NTAxZTU4NzhkMzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "899265f0-bb5e-468b-b6df-17692604b659"
}
],
"workloadContext": "Production"
}
2022-11-28T06:47:03.620Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-28T06:47:03.621Z|3fbd8c41-d245-4509-80bd-657302a6c040|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea68b9e0-1f63-4c6c-be70-474d35e99455 ASDC
2022-11-28T06:47:03.621Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:872b801e-de2c-46a4-9c06-494e03aed9fc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ea68b9e0-1f63-4c6c-be70-474d35e99455
ServiceInvariantUUID:b65a62ed-ea5f-4989-b12e-397a1c4baa60
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:899265f0-bb5e-468b-b6df-17692604b659
ArtifactChecksum:Yjk4ZjhjNGRlN2FjZTUxYTMxYmQ2NTAxZTU4NzhkMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:78229748-4660-4c11-9cf1-c8fd10f74814
ResourceInvariantUUID:4f2e2870-e411-46e5-8bd6-048090f017f1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:56c30672-a183-4124-bd9c-389b3a1a7294
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:4f1bd26b-4fed-4c41-aafa-1821431a235f
ArtifactChecksum:YTEwMGRhN2RiYjIxN2JmYTYzMzZjNjM2MGVkMzgwZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2d9bfdfb-8886-4c63-bafb-dc536bfb6ec3
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:884f994b-1aff-47d0-a455-f4c35481f6c9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:884f994b-1aff-47d0-a455-f4c35481f6c9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-28T06:47:03.622Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea68b9e0-1f63-4c6c-be70-474d35e99455 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-11-28T06:47:03.663Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:47:03.664Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:47:03.664Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:47:03.664Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 899265f0-bb5e-468b-b6df-17692604b659 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:03.665Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-28T06:47:03.665Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:03.758Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 899265f0-bb5e-468b-b6df-17692604b659 75196
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-28T06:47:03.762Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-28T06:47:03.763Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-28T06:47:03.765Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-28T06:47:03.765Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "872b801e-de2c-46a4-9c06-494e03aed9fc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669618023762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-28T06:47:03.865Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-28T06:47:03.867Z||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-11-28T06:47:03.867Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aFiasHUAbiu9JH6H) ...
2022-11-28T06:47:03.884Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-28T06:47:03.885Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-28T06:47:04.766Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-28T06:47:04.771Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-28T06:47:04.771Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 899265f0-bb5e-468b-b6df-17692604b659, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:04.772Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-28T06:47:04.772Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:04.772Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:04.951Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14564740433173245185/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-28T06:47:06.229Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-11-28T06:47:06.230Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-28T06:47:06.231Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-11-28T06:47:06.232Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-11-28T06:47:06.232Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-11-28T06:47:06.232Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.233Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-28T06:47:06.234Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-28T06:47:06.235Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.236Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.237Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-28T06:47:06.238Z|872b801e-de2c-46a4-9c06-494e03aed9fc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery