By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-08T03:16:02.583Z||main|||||INFO|500||The following profiles are active: basic
2022-12-08T03:16:14.748Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-08T03:16:14.749Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-08T03:16:14.873Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-08T03:16:19.494Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-08T03:16:19.991Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-08T03:16:20.529Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-08T03:16:20.665Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-08T03:16:20.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-08T03:16:21.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-08T03:16:21.817Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-08T03:16:23.977Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-08T03:16:26.501Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-08T03:16:26.580Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-08T03:16:27.248Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-08T03:16:27.571Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-08T03:16:29.103Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-08T03:16:30.244Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-08T03:16:30.271Z||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$$3d37c175.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-08T03:16:30.272Z||main|||||WARN|500||The sdc end point is not alive
2022-12-08T03:16:33.429Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-08T03:16:36.426Z||main|||||WARN|500||---
2022-12-08T03:16:36.427Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-08T03:16:36.427Z||main|||||WARN|500||---
2022-12-08T03:16:36.965Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-08T03:16:42.089Z||main|||||INFO|500||Started Application in 42.767 seconds (JVM running for 44.837)
2022-12-08T03:16:42.105Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-08T03:16:42.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-08T03:16:42.119Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-08T03:16:42.151Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-08T03:16:42.200Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1fef6669-5ced-45e1-8b77-fce8931b95c5 url= /sdc/v1/artifactTypes
2022-12-08T03:16:42.200Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-08T03:16:42.518Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-08T03:16:42.552Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-08T03:16:42.604Z||scheduling-1|||||DEBUG|500||create keys
2022-12-08T03:16:42.613Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-08T03:16:42.729Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:16:42.749Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 39f3081f-697c-40fb-821f-3df2f4f3f686 url= /sdc/v1/registerForDistribution
2022-12-08T03:16:42.971Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 39f3081f-697c-40fb-821f-3df2f4f3f686 url= /sdc/v1/registerForDistribution
2022-12-08T03:16:42.972Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-08T03:16:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:16:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:16:42.993Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-08T03:16:42.996Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:16:42.996Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:16:42.996Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:16:42.997Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:16:53.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:16:53.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:17:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:17:42.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:17:42.982Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:17:42.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:17:42.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:17:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:17:52.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:17:52.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:18:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:18:42.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:18:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:18:42.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:18:42.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:18:42.985Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:18:52.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:18:52.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:19:42.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:19:42.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:19:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:19:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:19:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:19:42.982Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:19:52.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:19:52.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:20:42.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:20:42.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:20:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:20:42.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:20:42.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:20:42.986Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:20:52.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:20:52.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:21:42.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:21:42.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:21:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:21:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:21:42.984Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:21:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:21:52.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:21:52.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:22:42.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:22:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:22:42.984Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:22:42.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:22:42.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:22:42.985Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:22:52.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:22:52.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:23:42.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:23:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:23:42.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:23:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:23:42.992Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:23:42.992Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:23:52.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:23:52.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:24:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:24:42.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:24:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:24:42.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:24:42.989Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:24:42.989Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:24:52.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:24:52.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:25:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:25:42.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:25:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:25:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:25:42.983Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:25:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:25:52.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:25:52.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:26:11.514Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-08T03:26:42.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:26:42.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:26:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:26:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:26:42.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:26:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:26:52.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:26:52.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:27:42.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:27:42.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:27:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:27:42.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:27:42.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:27:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:27:52.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:27:52.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:28:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:28:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:28:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:28:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:28:42.983Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:28:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:28:52.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:28:52.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:29:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:29:42.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:29:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:29:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:29:42.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:29:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:29:52.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:29:52.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:30:42.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:30:42.982Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:30:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:30:42.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:30:42.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:30:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:30:52.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:30:52.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:31:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:31:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:31:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:31:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:31:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:31:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:31:52.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:31:52.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:32:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:32:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:32:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:32:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:32:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:32:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:32:52.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:32:52.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:33:42.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:33:42.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:33:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:33:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:33:42.983Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:33:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:33:52.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:33:52.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:34:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:34:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:34:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:34:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:34:42.983Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:34:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:34:52.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:34:52.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:35:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:35:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:35:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:35:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:35:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:35:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:35:52.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:35:52.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:36:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:36:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:36:42.982Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:36:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:36:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:36:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:36:52.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:36:52.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:37:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:37:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:37:42.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:37:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:37:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:37:42.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:37:52.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:37:52.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:38:42.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:38:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:38:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:38:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:38:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:38:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:38:52.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:38:52.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:39:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:39:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:39:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:39:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:39:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:39:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:39:52.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:39:52.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:40:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:40:42.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:40:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:40:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:40:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:40:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:40:52.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:40:52.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:41:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:41:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:41:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:41:42.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:41:42.983Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:41:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:41:52.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:41:52.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:42:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:42:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:42:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:42:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:42:42.984Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:42:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:42:52.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:42:52.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:43:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:43:42.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:43:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:43:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:43:42.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:43:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:43:52.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:43:52.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:44:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:44:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:44:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:44:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:44:42.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:44:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:44:52.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:44:52.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:45:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:45:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:45:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:45:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:45:42.983Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:45:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:45:52.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:45:52.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:46:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:46:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:46:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:46:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:46:42.983Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:46:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:46:52.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:46:52.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:47:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:47:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:47:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:47:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:47:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:47:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:47:52.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:47:52.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:48:42.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:48:42.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:48:42.980Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:48:42.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:48:42.983Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:48:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:48:52.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:48:52.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:49:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:49:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:49:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:49:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:49:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:49:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:49:52.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:49:52.552Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:50:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:50:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:50:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:50:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:50:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:50:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:50:52.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:50:52.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:51:42.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:51:42.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:51:42.981Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:51:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:51:42.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:51:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:51:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:51:52.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:52:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:52:42.982Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:52:42.983Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:52:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:52:42.984Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:52:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:52:52.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:52:52.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:53:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:53:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:53:42.982Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:53:42.984Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:53:42.984Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:53:42.985Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:53:52.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:53:52.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:54:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:54:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:54:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:54:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:54:42.983Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:54:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:54:52.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:54:52.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:55:42.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:55:42.983Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:55:42.983Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:55:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:55:42.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:55:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:55:52.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:55:52.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:56:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:56:42.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:56:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:56:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:56:42.984Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:56:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:56:52.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:56:52.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:57:42.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:57:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:57:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T03:57:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:57:42.984Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:57:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:57:52.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:57:52.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:58:42.979Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:58:42.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:58:42.980Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:58:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:58:42.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:58:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:58:52.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:58:52.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:59:42.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:59:42.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:59:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:59:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T03:59:42.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T03:59:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T03:59:52.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T03:59:52.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:00:42.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:00:42.982Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:00:42.982Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:00:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:00:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:00:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:00:52.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:00:52.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:01:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:01:42.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:01:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:01:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:01:42.983Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:01:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:01:52.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:01:52.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:02:42.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:02:42.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:02:42.980Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:02:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:02:42.983Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:02:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:02:52.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:02:52.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:03:42.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:03:42.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:03:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:03:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:03:42.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:03:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:03:52.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:03:52.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:04:42.979Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:04:42.982Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:04:42.982Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:04:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:04:42.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:04:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:04:52.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:04:52.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:05:42.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:05:42.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:05:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:05:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:05:42.984Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:05:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:05:52.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:05:52.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:06:42.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:06:42.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:06:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:06:42.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:06:42.983Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:06:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:06:52.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:06:52.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:07:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:07:42.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:07:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:07:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:07:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:07:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:07:52.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:07:52.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:08:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:08:42.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:08:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:08:42.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:08:42.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:08:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:08:52.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:08:52.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:09:42.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:09:42.982Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:09:42.982Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:09:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:09:42.983Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:09:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:09:52.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:09:52.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:10:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:10:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:10:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:10:42.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:10:42.985Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:10:42.985Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:10:52.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:10:52.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:11:42.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:11:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:11:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:11:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:11:42.983Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:11:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:11:52.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:11:52.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:12:42.979Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:12:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:12:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:12:42.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:12:42.984Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:12:42.985Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:12:52.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:12:52.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:13:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:13:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:13:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:13:42.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:13:42.983Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:13:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:13:52.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:13:52.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:42.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:14:42.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:14:42.981Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:14:42.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:14:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:43.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:14:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:14:43.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:43.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T04:14:43.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"acbf996b-8c3e-424a-be2e-b8d205873304","serviceName":"vFW 2022-12-08 04-13-38","serviceVersion":"1.0","serviceUUID":"e78a03a1-671c-40d4-a599-ea746666b013","serviceDescription":"catalog service description","serviceInvariantUUID":"b997d3a5-7702-4b60-8461-9a737180b927","resources":[{"resourceInstanceName":"vFW 6ccaf3de-0143 0","resourceName":"vFW 6ccaf3de-0143","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69c178be-266a-4885-a4ea-0f693e2a0950","resourceInvariantUUID":"b17d827f-eeeb-481d-940d-80d972f6e501","resourceCustomizationUUID":"1c5c98b6-6036-44e8-afc1-b487fe50fcd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml","artifactChecksum":"MDUxODlhYjE5MGZjYTU4YjQ4NGI1NGM1MGY0ZDEwODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a30e4d1-b66d-4828-b242-843794e0411f","artifactVersion":"1"},{"artifactName":"vfw6ccaf3de01430_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json","artifactChecksum":"ODJkYjZhZDQzYWU5ODgyMGFkZDYzYjM0NTczZjNiMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b62dbca1-8024-43bc-a279-266c6635c6bd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b73d86d4-e200-425b-8e9a-6bac13d485bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml","artifactChecksum":"NzdhZTdkNDdlNzcxZDA5Zjk1NjAzMTQzYTVjZGZjYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"94f822f1-d48f-47cb-bf43-191b2f50b1a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81aa8995-51ac-4f25-8a5b-dce10d5afac2","artifactVersion":"2","generatedFromUUID":"b73d86d4-e200-425b-8e9a-6bac13d485bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221208041338-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml","artifactChecksum":"ODEzMDkyODNlZGQ1ZjJhZGIyZGJjYmQ3ZDcwYzk5MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e351af0a-e44f-41ad-8e1e-e7def3bcecb4","artifactVersion":"1"},{"artifactName":"service-Vfw20221208041338-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar","artifactChecksum":"ZjQyYzE4MDc4Y2Y3Zjk2NDhiMzU2ZjUzY2EwZjMwNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b39ad83e-d4a6-4833-beb2-00104e8af580","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T04:14:43.639Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:43.645Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:43.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:14:43.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:14:43.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOTIFIED"
}
2022-12-08T04:14:43.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:14:43.664Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:43.664Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:14:43.764Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-08T04:14:43.768Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:43.768Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:43.781Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:43.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:44.671Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:44.672Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:44.674Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:44.674Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOTIFIED"
}
2022-12-08T04:14:44.775Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:14:44.776Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:44.776Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:44.789Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:44.790Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:45.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:45.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:45.678Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:45.678Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T04:14:45.779Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T04:14:45.780Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:45.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:45.790Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:45.790Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:46.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:46.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:46.682Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:46.682Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:14:46.782Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:14:46.783Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:46.783Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:46.794Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:46.794Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:14:47.682Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:47.683Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:47.685Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:47.685Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-08T04:14:47.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:14:47.786Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:47.786Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:47.798Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:47.798Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:48.686Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:48.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:48.690Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:48.691Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:14:48.791Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:14:48.792Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:48.792Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:48.803Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:48.803Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:49.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:14:49.692Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:49.694Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:49.695Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:14:49.795Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:14:49.796Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:49.796Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:49.818Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:49.819Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:50.697Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"serviceName": "vFW 2022-12-08 04-13-38",
"serviceVersion": "1.0",
"serviceUUID": "e78a03a1-671c-40d4-a599-ea746666b013",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b997d3a5-7702-4b60-8461-9a737180b927",
"resources": [
{
"resourceInstanceName": "vFW 6ccaf3de-0143 0",
"resourceCustomizationUUID": "1c5c98b6-6036-44e8-afc1-b487fe50fcd8",
"resourceName": "vFW 6ccaf3de-0143",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "69c178be-266a-4885-a4ea-0f693e2a0950",
"resourceInvariantUUID": "b17d827f-eeeb-481d-940d-80d972f6e501",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6ccaf3de01430_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"artifactChecksum": "ODJkYjZhZDQzYWU5ODgyMGFkZDYzYjM0NTczZjNiMDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b62dbca1-8024-43bc-a279-266c6635c6bd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b73d86d4-e200-425b-8e9a-6bac13d485bb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "81aa8995-51ac-4f25-8a5b-dce10d5afac2",
"generatedFromUUID": "b73d86d4-e200-425b-8e9a-6bac13d485bb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "81aa8995-51ac-4f25-8a5b-dce10d5afac2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221208041338-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"artifactChecksum": "ZjQyYzE4MDc4Y2Y3Zjk2NDhiMzU2ZjUzY2EwZjMwNjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b39ad83e-d4a6-4833-beb2-00104e8af580"
}
],
"workloadContext": "Production"
}
2022-12-08T04:14:50.698Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T04:14:50.698Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e78a03a1-671c-40d4-a599-ea746666b013 ASDC
2022-12-08T04:14:50.847Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:acbf996b-8c3e-424a-be2e-b8d205873304
ServiceName:vFW 2022-12-08 04-13-38
ServiceVersion:1.0
ServiceUUID:e78a03a1-671c-40d4-a599-ea746666b013
ServiceInvariantUUID:b997d3a5-7702-4b60-8461-9a737180b927
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221208041338-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar
ArtifactUUID:b39ad83e-d4a6-4833-beb2-00104e8af580
ArtifactChecksum:ZjQyYzE4MDc4Y2Y3Zjk2NDhiMzU2ZjUzY2EwZjMwNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ccaf3de-0143 0
ResourceCustomizationUUID:1c5c98b6-6036-44e8-afc1-b487fe50fcd8
ResourceInvariantUUID:b17d827f-eeeb-481d-940d-80d972f6e501
ResourceName:vFW 6ccaf3de-0143
ResourceType:VF
ResourceUUID:69c178be-266a-4885-a4ea-0f693e2a0950
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ccaf3de01430_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json
ArtifactUUID:b62dbca1-8024-43bc-a279-266c6635c6bd
ArtifactChecksum:ODJkYjZhZDQzYWU5ODgyMGFkZDYzYjM0NTczZjNiMDA=
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/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml
ArtifactUUID:b73d86d4-e200-425b-8e9a-6bac13d485bb
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/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env
ArtifactUUID:81aa8995-51ac-4f25-8a5b-dce10d5afac2
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/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env
ArtifactUUID:81aa8995-51ac-4f25-8a5b-dce10d5afac2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-08T04:14:50.847Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e78a03a1-671c-40d4-a599-ea746666b013 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:14:51.093Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:14:51.094Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-08T04:14:51.097Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-08T04:14:51.097Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b39ad83e-d4a6-4833-beb2-00104e8af580 from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:51.098Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:14:51.100Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:51.218Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:14:51.239Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar b39ad83e-d4a6-4833-beb2-00104e8af580 100688
2022-12-08T04:14:51.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar ASDC sendASDCNotification
2022-12-08T04:14:51.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:51.243Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:14:51.244Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:51.246Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:51.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472891240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:14:51.347Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:14:51.348Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:51.348Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:51.359Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:51.360Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:14:52.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:14:52.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-08T04:14:52.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b39ad83e-d4a6-4833-beb2-00104e8af580, URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar to file: /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:52.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221208041338-csar.csar
2022-12-08T04:14:52.330Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:52.330Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:53.081Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17663387697363360266/Definitions/service-Vfw20221208041338-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_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
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
2022-12-08T04:14:56.213Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T04:14:56.219Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-08T04:14:56.219Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.220Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-08T04:14:56.220Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.220Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.221Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||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-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.221Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.221Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.222Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.223Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ccaf3de-0143 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-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.223Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208041338-csar.csar
2022-12-08T04:14:56.223Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-08T04:14:56.230Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.232Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.236Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:56.237Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-08T04:14:56.239Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:14:56.240Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:56.241Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-08T04:14:56.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:14:56.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.242Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.247Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:56.248Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:56.248Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T04:14:56.248Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.249Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.250Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T04:14:56.251Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.252Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T04:14:56.252Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.252Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T04:14:56.254Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.254Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:56.255Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:56.255Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.256Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:56.256Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:56.256Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.257Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:56.257Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:56.257Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-08T04:14:56.258Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.259Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.260Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T04:14:56.260Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.260Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b8db22b-a13e-4cd6-bc85-f79683599f8a
2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.261Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.262Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:56.263Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.264Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91511cce-485b-4b7a-b0a5-ca5a38b4f071
2022-12-08T04:14:56.265Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.265Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:56.265Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:56.266Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T04:14:56.266Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.266Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:56.267Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-08T04:14:56.268Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de8fa81d-882d-47d4-8da9-07f8cd11b703
2022-12-08T04:14:56.269Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.269Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.269Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.270Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:56.271Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:56.271Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-08 04-13-38
Description:catalog service description
Model UUID:e78a03a1-671c-40d4-a599-ea746666b013
Model Version:NULL
Model InvariantUuid:b997d3a5-7702-4b60-8461-9a737180b927
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6ccaf3de-0143
Model UUID:47839649-4cc4-4cf0-aa97-4d50771e13e2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b17d827f-eeeb-481d-940d-80d972f6e501
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1c5c98b6-6036-44e8-afc1-b487fe50fcd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:80e57bc2-a37b-4842-8cec-290dbeb3d362
ModelName:Vfw6ccaf3de0143..base_vfw..module-0
ModelUuid:e689f659-d508-410d-a53d-dd20b6bfbe21
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9b8db22b-a13e-4cd6-bc85-f79683599f8a
ModelInvariantUuid:14a35f6d-0aa0-4500-80c8-e18158cfe8d2
ModelName:vFW 6ccaf3de-0143-nodes.vfwCvfc
ModelUuid:a6507636-cf36-42e5-ba7b-e52ae1cbabd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5466d61d-5f2b-46cb-818f-31a04592d874
ModelInvariantUuid:07bb1ee5-9fd2-4459-b4c5-c65808f0e2f0
ModelName:Vfw6ccaf3de0143.compute.nodes.heat.vfw
ModelUuid:76b70e8a-0f9e-4876-83c8-49937ee24f42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:91511cce-485b-4b7a-b0a5-ca5a38b4f071
ModelInvariantUuid:1ba4b40d-17c9-4317-8e28-0d5b23a18787
ModelName:vFW 6ccaf3de-0143-nodes.vsnCvfc
ModelUuid:9667be2a-38cb-4392-8096-0865a73692de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2060e6b1-2be3-414c-85a2-bef713eb27d9
ModelInvariantUuid:9590646b-617a-43cb-8ce8-6c529409f7ee
ModelName:Vfw6ccaf3de0143.compute.nodes.heat.vsn
ModelUuid:5ceeecb2-c2dd-4c3d-8924-b64f561018d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:de8fa81d-882d-47d4-8da9-07f8cd11b703
ModelInvariantUuid:96d4d113-1b02-4141-981a-8bf3a7380aa4
ModelName:vFW 6ccaf3de-0143-nodes.vpgCvfc
ModelUuid:4de8bd85-a59f-41ef-8f9e-13523209caca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:aaf54156-a447-43f2-8769-8b49e7a5c512
ModelInvariantUuid:5b1ea71d-1110-429b-b028-b6933e34ed39
ModelName:Vfw6ccaf3de0143.compute.nodes.heat.vpg
ModelUuid:4d184ba6-920d-441f-b8cc-496f266ecea9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T04:14:56.295Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 69c178be-266a-4885-a4ea-0f693e2a0950
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:14:56.422Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||vFW 6ccaf3de-0143 0
2022-12-08T04:14:56.431Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69c178be-266a-4885-a4ea-0f693e2a0950
2022-12-08T04:14:56.432Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b62dbca1-8024-43bc-a279-266c6635c6bd from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json
2022-12-08T04:14:56.432Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:14:56.432Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json
2022-12-08T04:14:56.490Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:14:56.490Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json b62dbca1-8024-43bc-a279-266c6635c6bd 785
2022-12-08T04:14:56.491Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json ASDC sendASDCNotification
2022-12-08T04:14:56.491Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json
2022-12-08T04:14:56.491Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:14:56.492Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:56.495Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:56.495Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472896491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:14:56.595Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:14:56.596Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:56.597Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:56.609Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:56.610Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:14:57.497Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ccaf3de0143..base_vfw..module-0",
"vfModuleModelInvariantUUID": "80e57bc2-a37b-4842-8cec-290dbeb3d362",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e689f659-d508-410d-a53d-dd20b6bfbe21",
"vfModuleModelCustomizationUUID": "3929611b-ca0e-41f6-bee7-c5136c3c0a17",
"isBase": true,
"artifacts": [
"b73d86d4-e200-425b-8e9a-6bac13d485bb",
"81aa8995-51ac-4f25-8a5b-dce10d5afac2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T04:14:57.511Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ccaf3de0143..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e689f659-d508-410d-a53d-dd20b6bfbe21
VfModuleModelInvariantUUID:80e57bc2-a37b-4842-8cec-290dbeb3d362
VfModuleModelDescription:NULL
Artifacts UUID List:{
b73d86d4-e200-425b-8e9a-6bac13d485bb
,
81aa8995-51ac-4f25-8a5b-dce10d5afac2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T04:14:57.514Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6ccaf3de0143..base_vfw..module-0",
"vfModuleModelInvariantUUID": "80e57bc2-a37b-4842-8cec-290dbeb3d362",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e689f659-d508-410d-a53d-dd20b6bfbe21",
"vfModuleModelCustomizationUUID": "3929611b-ca0e-41f6-bee7-c5136c3c0a17",
"isBase": true,
"artifacts": [
"b73d86d4-e200-425b-8e9a-6bac13d485bb",
"81aa8995-51ac-4f25-8a5b-dce10d5afac2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T04:14:57.514Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ccaf3de0143..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e689f659-d508-410d-a53d-dd20b6bfbe21
VfModuleModelInvariantUUID:80e57bc2-a37b-4842-8cec-290dbeb3d362
VfModuleModelDescription:NULL
Artifacts UUID List:{
b73d86d4-e200-425b-8e9a-6bac13d485bb
,
81aa8995-51ac-4f25-8a5b-dce10d5afac2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T04:14:57.514Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b73d86d4-e200-425b-8e9a-6bac13d485bb from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml
2022-12-08T04:14:57.515Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:14:57.515Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml
2022-12-08T04:14:57.569Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:14:57.571Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml b73d86d4-e200-425b-8e9a-6bac13d485bb 20368
2022-12-08T04:14:57.571Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-08T04:14:57.571Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml
2022-12-08T04:14:57.572Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:14:57.572Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:57.574Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:57.574Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472897571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:14:57.674Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:14:57.675Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:57.675Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:57.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:57.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:58.575Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81aa8995-51ac-4f25-8a5b-dce10d5afac2 from URL: /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env
2022-12-08T04:14:58.576Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:14:58.577Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env
2022-12-08T04:14:58.635Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:14:58.635Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env 81aa8995-51ac-4f25-8a5b-dce10d5afac2 2098
2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env
2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:14:58.636Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:58.650Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:58.651Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472898636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:14:58.739Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-12-08T04:14:58.740Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:14:58.741Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:14:58.750Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:14:58.751Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:14:59.651Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e78a03a1-671c-40d4-a599-ea746666b013
2022-12-08T04:14:59.652Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ccaf3de-0143 0 69c178be-266a-4885-a4ea-0f693e2a0950 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:14:59.689Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23485ce7, org.onap.sdc.toscaparser.api.parameters.Input@6659a7d2, org.onap.sdc.toscaparser.api.parameters.Input@4d4654f2, org.onap.sdc.toscaparser.api.parameters.Input@24ee8e75, org.onap.sdc.toscaparser.api.parameters.Input@45a0416b]
2022-12-08T04:14:59.692Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.693Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.693Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-12-08T04:14:59.693Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c5c98b6-6036-44e8-afc1-b487fe50fcd8
2022-12-08T04:14:59.694Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c5c98b6-6036-44e8-afc1-b487fe50fcd8 matches Tosca VF Customization UUID: 1c5c98b6-6036-44e8-afc1-b487fe50fcd8
2022-12-08T04:14:59.694Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c5c98b6-6036-44e8-afc1-b487fe50fcd8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-08T04:14:59.700Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.701Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.702Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c5c98b6-6036-44e8-afc1-b487fe50fcd8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T04:14:59.702Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e79f474
2022-12-08T04:14:59.703Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.703Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T04:14:59.704Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3929611b-ca0e-41f6-bee7-c5136c3c0a17
2022-12-08T04:14:59.705Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3929611b-ca0e-41f6-bee7-c5136c3c0a17
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-08T04:14:59.711Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.712Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:59.712Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:59.713Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.714Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:59.714Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:59.714Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.715Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:59.715Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:59.715Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T04:14:59.716Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.717Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:59.717Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T04:14:59.717Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:59.718Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T04:14:59.718Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.718Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b8db22b-a13e-4cd6-bc85-f79683599f8a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T04:14:59.728Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.729Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:59.729Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:59.729Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.730Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:59.730Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:59.730Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.731Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:59.732Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T04:14:59.733Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.733Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91511cce-485b-4b7a-b0a5-ca5a38b4f071
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T04:14:59.735Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.735Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:59.736Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:59.738Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is not matching search criteria
2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T04:14:59.739Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T04:14:59.740Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T04:14:59.741Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-08T04:14:59.742Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de8fa81d-882d-47d4-8da9-07f8cd11b703
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:14:59.744Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.745Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ccaf3de-0143 0 is matching search criteria
2022-12-08T04:14:59.745Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ccaf3de-0143 0] matching following query criteria: sdcType=VF, customizationUUID=1c5c98b6-6036-44e8-afc1-b487fe50fcd8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:14:59.746Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.747Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.747Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e78a03a1-671c-40d4-a599-ea746666b013: vFW 6ccaf3de-0143
2022-12-08T04:14:59.747Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.748Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.749Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.749Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.749Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.750Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:14:59.750Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-08 04-13-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:14:59.750Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-12-08 04-13-38
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:14:59.986Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ccaf3de-0143 69c178be-266a-4885-a4ea-0f693e2a0950 1 ASDC deployResourceStructure
2022-12-08T04:14:59.987Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json ASDC sendASDCNotification
2022-12-08T04:14:59.987Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json
2022-12-08T04:14:59.987Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:14:59.988Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:14:59.990Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:14:59.990Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472899987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T04:15:00.090Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:15:00.092Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:15:00.092Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:15:00.105Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:15:00.106Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:15:00.992Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-08T04:15:00.992Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml
2022-12-08T04:15:00.993Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:15:00.993Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:15:00.995Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:15:00.995Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472900991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T04:15:01.095Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:15:01.096Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:15:01.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:15:01.108Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:15:01.109Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:15:01.999Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-08T04:15:02.000Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env
2022-12-08T04:15:02.000Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:15:02.000Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:15:02.002Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:15:02.002Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472901998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-08T04:15:02.103Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:15:02.104Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:15:02.104Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:15:02.115Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:15:02.116Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:15:03.003Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar ASDC sendASDCNotification
2022-12-08T04:15:03.004Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar
2022-12-08T04:15:03.004Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:15:03.004Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:15:03.006Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:15:03.007Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472903003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:15:03.107Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:15:03.108Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:15:03.108Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:15:03.122Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:15:03.123Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:15:04.007Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:15:04.035Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:15:04.037Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:15:04.037Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T04:15:04.037Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T04:15:34.038Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:15:34.049Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:15:34.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:15:34.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T04:15:34.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T04:15:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:15:42.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:15:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:15:43.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:15:43.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:15:43.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T04:15:43.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:04.051Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:16:04.066Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:16:04.068Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:16:04.069Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T04:16:04.069Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T04:16:34.069Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:16:34.080Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:16:34.082Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:16:34.082Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T04:16:34.083Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T04:16:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:16:42.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:16:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:16:43.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:16:43.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472877802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472888379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472882979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472889459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472890536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472891240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472884907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472883066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472891658,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.543Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304
2022-12-08T04:16:43.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472884836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472890883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472892663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472892804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "cds",
"timestamp": 1670472893825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304
2022-12-08T04:16:43.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472888901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472896491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472896770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472897571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472896371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472898636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472897377,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304
2022-12-08T04:16:43.589Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472899987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/vfw6ccaf3de01430_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472900991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472901998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/resourceInstances/vfw6ccaf3de01430/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670472903003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472912285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208041338/1.0/artifacts/service-Vfw20221208041338-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "aai-ml",
"timestamp": 1670472913292,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.611Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of acbf996b-8c3e-424a-be2e-b8d205873304
2022-12-08T04:16:43.611Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId acbf996b-8c3e-424a-be2e-b8d205873304 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472918901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472913066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472914836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472917803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:16:43.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472929236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472927806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472929246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472929250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "cds",
"timestamp": 1670472930259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.674Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69
2022-12-08T04:16:43.675Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472930301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "ves-openapi-manager",
"timestamp": 1670472924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:16:43.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472931377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:16:43.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472930291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472932402,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.695Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69
2022-12-08T04:16:43.695Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670472931296,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69
2022-12-08T04:16:43.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:16:43.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670472933406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472936068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:16:43.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:16:43.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:16:43.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "aai-ml",
"timestamp": 1670472937077,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:16:43.735Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e7b5ed6-249e-4f43-827d-0d635d839e69
2022-12-08T04:16:43.736Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7b5ed6-249e-4f43-827d-0d635d839e69 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:17:04.084Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:17:04.095Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:17:04.098Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:17:04.098Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:17:04.099Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:17:04.104Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T04:17:34.105Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: acbf996b-8c3e-424a-be2e-b8d205873304 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T04:17:34.119Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: acbf996b-8c3e-424a-be2e-b8d205873304 and serviceModelVersionId: e78a03a1-671c-40d4-a599-ea746666b013
2022-12-08T04:17:34.119Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b997d3a5-7702-4b60-8461-9a737180b927
2022-12-08T04:17:42.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:17:43.001Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:17:43.001Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:48.722Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0
2022-12-08T04:17:48.859Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T04:17:49.401Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|INFO|500||Invoke
2022-12-08T04:17:49.409Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[acbf996b-8c3e-424a-be2e-b8d205873304], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c261914d-7d2b-49ab-a370-120c2d98d495], X-ECOMP-RequestID=[acbf996b-8c3e-424a-be2e-b8d205873304], X-TransactionId=[], X-ONAP-RequestID=[acbf996b-8c3e-424a-be2e-b8d205873304], Content-Type=[application/merge-patch+json]}
2022-12-08T04:17:49.546Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T04:17:49.839Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?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/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:17:48 GMT], content-length=[0], vertex-id=[336104], x-aai-txid=[0-aai-resources-221208-04:17:48:274-28428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T04:17:49.841Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T04:17:49.842Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b997d3a5-7702-4b60-8461-9a737180b927/model-vers/model-ver/e78a03a1-671c-40d4-a599-ea746666b013?depth=0|INFO|500||InvokeReturn
2022-12-08T04:17:49.845Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T04:17:49.846Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:17:49.854Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T04:17:49.855Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID acbf996b-8c3e-424a-be2e-b8d205873304 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T04:17:49.857Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T04:17:49.857Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:17:49.860Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:17:49.860Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473069855,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T04:17:49.960Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:17:49.961Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:17:49.961Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:49.992Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:49.993Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:17:50.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:50.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:17:50.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbf996b-8c3e-424a-be2e-b8d205873304",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473069855,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T04:17:50.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T04:17:50.873Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:17:50.874Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:17:50.874Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:55.333Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:55.334Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T04:17:55.334Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e7b5ed6-249e-4f43-827d-0d635d839e69","serviceName":"basic_onboard_EIbSCX","serviceVersion":"1.0","serviceUUID":"68af59a7-4f83-4691-a046-f1702aa5f308","serviceDescription":"service","serviceInvariantUUID":"7366dc3d-8430-4a7c-9e37-8e4af9b447f3","resources":[{"resourceInstanceName":"basic_onboard_EIbSCX 0","resourceName":"basic_onboard_EIbSCX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda6310e-2e5a-40b7-b8af-434718fec96b","resourceInvariantUUID":"c7da876f-2bf3-43bf-98ce-3397306ea4ab","resourceCustomizationUUID":"e275807d-25e8-4aa4-81be-fb1d8864e2b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml","artifactChecksum":"ODEwMmE0MGNjZmMwZGM3NzViZTI5Y2Q5ODc5YzMxMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ce8d631-bcd6-4eb3-82ce-2e092cd1bd98","artifactVersion":"1"},{"artifactName":"basic_onboard_eibscx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json","artifactChecksum":"NDU4YzE3Y2JjZGUxMDVhNGU3NDRiZTI3ZjBlZTBjZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c11b66a2-4498-4c80-86f8-fa2f4c3dbb66","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"073d28ff-1271-4c48-88fb-9da14c17bf8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71f2691a-9875-4577-b249-424b08cae4eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"40733cd8-6d48-4e7e-846a-da99353a4660","artifactVersion":"2","generatedFromUUID":"073d28ff-1271-4c48-88fb-9da14c17bf8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEibscx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml","artifactChecksum":"MDhkZDU0M2Q2MzQxNzYyMDhkZjQ4N2ViYjI3YWNmOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63dc2bb0-20c7-4f4b-a89f-60a8f6cc60ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEibscx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar","artifactChecksum":"Y2JiNzQwZTExY2JlZDZjZjRmMzE5ZGFiMDc2YWQ3Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fff8d3e2-7227-4b68-9992-e0d631482bef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T04:17:55.337Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:17:55.337Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:17:55.339Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:17:55.339Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:17:55.439Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:17:55.441Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:17:55.441Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:55.481Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:55.482Z||pool-19-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:17:56.340Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:17:56.341Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:17:56.343Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:17:56.343Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T04:17:56.443Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:17:56.444Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:17:56.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:56.463Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:56.464Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:17:57.344Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:17:57.345Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:17:57.347Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:17:57.347Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T04:17:57.447Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:17:57.448Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:17:57.448Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:57.464Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:57.464Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:17:58.347Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:17:58.348Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:17:58.350Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:17:58.351Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:17:58.451Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:17:58.452Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:17:58.452Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:58.462Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:58.463Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:17:59.351Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:17:59.353Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:17:59.354Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:17:59.354Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-08T04:17:59.455Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:17:59.456Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:17:59.456Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:17:59.471Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:17:59.471Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:18:00.355Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:18:00.356Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:00.358Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:00.359Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:18:00.459Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:00.459Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:00.460Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:00.473Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:00.473Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:18:01.359Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:18:01.360Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:01.362Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:01.362Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:18:01.463Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:18:01.464Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:01.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:01.475Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:01.476Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:18:02.364Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"serviceName": "basic_onboard_EIbSCX",
"serviceVersion": "1.0",
"serviceUUID": "68af59a7-4f83-4691-a046-f1702aa5f308",
"serviceDescription": "service",
"serviceInvariantUUID": "7366dc3d-8430-4a7c-9e37-8e4af9b447f3",
"resources": [
{
"resourceInstanceName": "basic_onboard_EIbSCX 0",
"resourceCustomizationUUID": "e275807d-25e8-4aa4-81be-fb1d8864e2b8",
"resourceName": "basic_onboard_EIbSCX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dda6310e-2e5a-40b7-b8af-434718fec96b",
"resourceInvariantUUID": "c7da876f-2bf3-43bf-98ce-3397306ea4ab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_eibscx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"artifactChecksum": "NDU4YzE3Y2JjZGUxMDVhNGU3NDRiZTI3ZjBlZTBjZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c11b66a2-4498-4c80-86f8-fa2f4c3dbb66",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "073d28ff-1271-4c48-88fb-9da14c17bf8b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "40733cd8-6d48-4e7e-846a-da99353a4660",
"generatedFromUUID": "073d28ff-1271-4c48-88fb-9da14c17bf8b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "40733cd8-6d48-4e7e-846a-da99353a4660",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEibscx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"artifactChecksum": "Y2JiNzQwZTExY2JlZDZjZjRmMzE5ZGFiMDc2YWQ3Y2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fff8d3e2-7227-4b68-9992-e0d631482bef"
}
],
"workloadContext": "Production"
}
2022-12-08T04:18:02.365Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T04:18:02.365Z|acbf996b-8c3e-424a-be2e-b8d205873304|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68af59a7-4f83-4691-a046-f1702aa5f308 ASDC
2022-12-08T04:18:02.365Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5e7b5ed6-249e-4f43-827d-0d635d839e69
ServiceName:basic_onboard_EIbSCX
ServiceVersion:1.0
ServiceUUID:68af59a7-4f83-4691-a046-f1702aa5f308
ServiceInvariantUUID:7366dc3d-8430-4a7c-9e37-8e4af9b447f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEibscx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar
ArtifactUUID:fff8d3e2-7227-4b68-9992-e0d631482bef
ArtifactChecksum:Y2JiNzQwZTExY2JlZDZjZjRmMzE5ZGFiMDc2YWQ3Y2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_EIbSCX 0
ResourceCustomizationUUID:e275807d-25e8-4aa4-81be-fb1d8864e2b8
ResourceInvariantUUID:c7da876f-2bf3-43bf-98ce-3397306ea4ab
ResourceName:basic_onboard_EIbSCX
ResourceType:VF
ResourceUUID:dda6310e-2e5a-40b7-b8af-434718fec96b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eibscx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json
ArtifactUUID:c11b66a2-4498-4c80-86f8-fa2f4c3dbb66
ArtifactChecksum:NDU4YzE3Y2JjZGUxMDVhNGU3NDRiZTI3ZjBlZTBjZDg=
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/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:073d28ff-1271-4c48-88fb-9da14c17bf8b
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/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env
ArtifactUUID:40733cd8-6d48-4e7e-846a-da99353a4660
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/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env
ArtifactUUID:40733cd8-6d48-4e7e-846a-da99353a4660
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-08T04:18:02.365Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68af59a7-4f83-4691-a046-f1702aa5f308 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T04:18:02.408Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fff8d3e2-7227-4b68-9992-e0d631482bef from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:02.409Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:18:02.410Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:02.480Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:18:02.484Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar fff8d3e2-7227-4b68-9992-e0d631482bef 75306
2022-12-08T04:18:02.484Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar ASDC sendASDCNotification
2022-12-08T04:18:02.484Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:02.485Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:18:02.485Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:02.489Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:02.489Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473082484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:02.588Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:18:02.588Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:02.589Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:02.599Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:02.600Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:18:03.490Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:18:03.491Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-08T04:18:03.491Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fff8d3e2-7227-4b68-9992-e0d631482bef, URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar to file: /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:03.491Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:03.492Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:03.492Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:03.635Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5915418132893103941/Definitions/service-BasicOnboardEibscx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-08T04:18:04.963Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T04:18:04.964Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_EIbSCX 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-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||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-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:04.965Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-08T04:18:04.966Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:18:04.967Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is not matching search criteria
2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-08T04:18:04.968Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T04:18:04.969Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:04.970Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.971Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is not matching search criteria
2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88b89a65-da33-4c35-8aa9-a8cfa5f96153
2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.972Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:04.973Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:04.974Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_EIbSCX
Description:service
Model UUID:68af59a7-4f83-4691-a046-f1702aa5f308
Model Version:NULL
Model InvariantUuid:7366dc3d-8430-4a7c-9e37-8e4af9b447f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_EIbSCX
Model UUID:13645f3b-d5f1-4365-ac09-c1093223cedd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7da876f-2bf3-43bf-98ce-3397306ea4ab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e275807d-25e8-4aa4-81be-fb1d8864e2b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e4b61295-2780-4a32-8c46-51e28eb24004
ModelName:BasicOnboardEibscx..base_ubuntu18..module-0
ModelUuid:4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:88b89a65-da33-4c35-8aa9-a8cfa5f96153
ModelInvariantUuid:b342cc97-e6f4-40c9-9194-a2ca65f60237
ModelName:basic_onboard_EIbSCX-nodes.ubuntu18Cvfc
ModelUuid:4dcb50da-33c7-4464-9de9-3d755be0f31f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e2a3a83e-ef6f-4003-acb9-08fb39ceafb7
ModelInvariantUuid:f9702720-de74-4c05-a252-d8a876d30e5c
ModelName:BasicOnboardEibscx.compute.nodes.heat.ubuntu18
ModelUuid:2efe1555-a997-42a4-8089-bd1142c67619
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T04:18:04.979Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dda6310e-2e5a-40b7-b8af-434718fec96b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||basic_onboard_EIbSCX 0
2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda6310e-2e5a-40b7-b8af-434718fec96b
2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c11b66a2-4498-4c80-86f8-fa2f4c3dbb66 from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json
2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:18:04.981Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json
2022-12-08T04:18:05.049Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:18:05.050Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json c11b66a2-4498-4c80-86f8-fa2f4c3dbb66 798
2022-12-08T04:18:05.050Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json ASDC sendASDCNotification
2022-12-08T04:18:05.050Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json
2022-12-08T04:18:05.051Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:18:05.051Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:05.053Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:05.053Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473085050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:05.153Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:05.154Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:05.154Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:05.165Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:05.165Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:18:06.054Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEibscx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e4b61295-2780-4a32-8c46-51e28eb24004",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8",
"vfModuleModelCustomizationUUID": "9dadfac7-0776-47eb-a103-db071b5221c3",
"isBase": true,
"artifacts": [
"073d28ff-1271-4c48-88fb-9da14c17bf8b",
"40733cd8-6d48-4e7e-846a-da99353a4660"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T04:18:06.060Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEibscx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8
VfModuleModelInvariantUUID:e4b61295-2780-4a32-8c46-51e28eb24004
VfModuleModelDescription:NULL
Artifacts UUID List:{
073d28ff-1271-4c48-88fb-9da14c17bf8b
,
40733cd8-6d48-4e7e-846a-da99353a4660
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T04:18:06.063Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEibscx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e4b61295-2780-4a32-8c46-51e28eb24004",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8",
"vfModuleModelCustomizationUUID": "9dadfac7-0776-47eb-a103-db071b5221c3",
"isBase": true,
"artifacts": [
"073d28ff-1271-4c48-88fb-9da14c17bf8b",
"40733cd8-6d48-4e7e-846a-da99353a4660"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T04:18:06.063Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEibscx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cb320c9-882f-4cf7-a22d-0ee9dcbe1bb8
VfModuleModelInvariantUUID:e4b61295-2780-4a32-8c46-51e28eb24004
VfModuleModelDescription:NULL
Artifacts UUID List:{
073d28ff-1271-4c48-88fb-9da14c17bf8b
,
40733cd8-6d48-4e7e-846a-da99353a4660
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T04:18:06.064Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 073d28ff-1271-4c48-88fb-9da14c17bf8b from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml
2022-12-08T04:18:06.064Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:18:06.064Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml
2022-12-08T04:18:06.113Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:18:06.113Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml 073d28ff-1271-4c48-88fb-9da14c17bf8b 5033
2022-12-08T04:18:06.114Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-08T04:18:06.114Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml
2022-12-08T04:18:06.115Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:18:06.115Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:06.118Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:06.118Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473086114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:06.218Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:18:06.219Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:06.219Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:06.235Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:06.235Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:18:07.119Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 40733cd8-6d48-4e7e-846a-da99353a4660 from URL: /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env
2022-12-08T04:18:07.120Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-08T04:18:07.121Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env
2022-12-08T04:18:07.167Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env 40733cd8-6d48-4e7e-846a-da99353a4660 909
2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env
2022-12-08T04:18:07.168Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:18:07.169Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:07.171Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:07.171Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473087168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:07.271Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:07.272Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:07.272Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:07.284Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:07.285Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:18:08.172Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68af59a7-4f83-4691-a046-f1702aa5f308
2022-12-08T04:18:08.172Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_EIbSCX 0 dda6310e-2e5a-40b7-b8af-434718fec96b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:18:08.183Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f6d5988, org.onap.sdc.toscaparser.api.parameters.Input@ce5be69, org.onap.sdc.toscaparser.api.parameters.Input@34bf65cf, org.onap.sdc.toscaparser.api.parameters.Input@d4a3f48, org.onap.sdc.toscaparser.api.parameters.Input@781e8670]
2022-12-08T04:18:08.184Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.184Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.184Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-12-08T04:18:08.185Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e275807d-25e8-4aa4-81be-fb1d8864e2b8
2022-12-08T04:18:08.185Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e275807d-25e8-4aa4-81be-fb1d8864e2b8 matches Tosca VF Customization UUID: e275807d-25e8-4aa4-81be-fb1d8864e2b8
2022-12-08T04:18:08.185Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e275807d-25e8-4aa4-81be-fb1d8864e2b8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-08T04:18:08.186Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.186Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.187Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e275807d-25e8-4aa4-81be-fb1d8864e2b8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T04:18:08.187Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a1b23e2
2022-12-08T04:18:08.187Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.188Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T04:18:08.188Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9dadfac7-0776-47eb-a103-db071b5221c3
2022-12-08T04:18:08.188Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9dadfac7-0776-47eb-a103-db071b5221c3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.190Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is not matching search criteria
2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-08T04:18:08.191Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T04:18:08.192Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88b89a65-da33-4c35-8aa9-a8cfa5f96153
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.193Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EIbSCX 0 is matching search criteria
2022-12-08T04:18:08.194Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EIbSCX 0] matching following query criteria: sdcType=VF, customizationUUID=e275807d-25e8-4aa4-81be-fb1d8864e2b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 68af59a7-4f83-4691-a046-f1702aa5f308: basic_onboard_EIbSCX
2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.195Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.196Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EIbSCX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:18:08.197Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_EIbSCX
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:18:08.254Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_EIbSCX dda6310e-2e5a-40b7-b8af-434718fec96b 1 ASDC deployResourceStructure
2022-12-08T04:18:08.254Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json ASDC sendASDCNotification
2022-12-08T04:18:08.255Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json
2022-12-08T04:18:08.255Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:18:08.255Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:08.257Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:08.257Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473088254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:08.357Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:08.358Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:08.358Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:08.368Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:08.368Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:18:09.257Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-08T04:18:09.258Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml
2022-12-08T04:18:09.258Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:18:09.259Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:09.261Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:09.261Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473089257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:09.361Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:09.362Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:09.362Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:09.375Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:09.375Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:18:10.262Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-08T04:18:10.262Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env
2022-12-08T04:18:10.263Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:18:10.263Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:10.265Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:10.265Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473090262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:10.365Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:10.367Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:10.367Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:10.382Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:10.383Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:18:11.266Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar ASDC sendASDCNotification
2022-12-08T04:18:11.267Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar
2022-12-08T04:18:11.267Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:18:11.267Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:11.269Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:11.269Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473091266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:11.369Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:11.371Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:11.371Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:11.383Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:11.384Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:18:12.271Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:18:12.285Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:18:12.290Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:18:12.290Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T04:18:12.290Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T04:18:12.291Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T04:18:12.291Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:18:12.291Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:18:12.292Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:18:12.299Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T04:18:42.299Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T04:18:42.309Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e7b5ed6-249e-4f43-827d-0d635d839e69 and serviceModelVersionId: 68af59a7-4f83-4691-a046-f1702aa5f308
2022-12-08T04:18:42.309Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7366dc3d-8430-4a7c-9e37-8e4af9b447f3
2022-12-08T04:18:42.310Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0
2022-12-08T04:18:42.314Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T04:18:42.366Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|INFO|500||Invoke
2022-12-08T04:18:42.366Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e7b5ed6-249e-4f43-827d-0d635d839e69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e261521f-4095-426d-90c9-f2623344f5b2], X-ECOMP-RequestID=[5e7b5ed6-249e-4f43-827d-0d635d839e69], X-TransactionId=[], X-ONAP-RequestID=[5e7b5ed6-249e-4f43-827d-0d635d839e69], Content-Type=[application/merge-patch+json]}
2022-12-08T04:18:42.402Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T04:18:42.520Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?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/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:18:41 GMT], content-length=[0], vertex-id=[422104], x-aai-txid=[2-aai-resources-221208-04:18:41:124-5873], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T04:18:42.521Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T04:18:42.522Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7366dc3d-8430-4a7c-9e37-8e4af9b447f3/model-vers/model-ver/68af59a7-4f83-4691-a046-f1702aa5f308?depth=0|INFO|500||InvokeReturn
2022-12-08T04:18:42.522Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T04:18:42.523Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:18:42.528Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T04:18:42.528Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e7b5ed6-249e-4f43-827d-0d635d839e69 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T04:18:42.528Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T04:18:42.529Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:18:42.531Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:18:42.531Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473122528,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T04:18:42.631Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:18:42.632Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:18:42.632Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:42.647Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:42.648Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:18:42.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:18:42.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:18:42.984Z||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 nDhLkQT76ckaq9yo) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T04:18:43.544Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:18:43.544Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:18:43.545Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:18:43.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:43.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:18:43.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T04:18:43.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473070873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473082484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:43.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473085050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473086114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473087168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:18:43.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473088254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/basic_onboard_eibscx0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473089257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473090262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/resourceInstances/basic_onboard_eibscx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:43.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473091266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEibscx/1.0/artifacts/service-BasicOnboardEibscx-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:18:43.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T04:18:43.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e7b5ed6-249e-4f43-827d-0d635d839e69",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473122528,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T04:18:43.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:18:53.117Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:18:53.118Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:18:53.119Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:18:53.119Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:19:02.664Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:19:02.665Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:19:02.666Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:19:02.666Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:19:12.226Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:19:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:19:42.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:19:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:19:42.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:19:42.983Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:19:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:19:52.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:19:52.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:20:42.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:20:42.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:20:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:20:42.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:20:42.983Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:20:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:20:52.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:20:52.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:21:42.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:21:42.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:21:42.980Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:21:42.983Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:21:42.984Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:21:42.984Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:21:52.532Z|5e7b5ed6-249e-4f43-827d-0d635d839e69|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:21:52.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:22:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:22:42.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:22:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:22:42.982Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:22:42.983Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:22:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:22:52.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:22:52.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:23:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:23:42.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:23:42.982Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:23:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:23:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:23:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:23:52.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:23:52.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:24:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:24:42.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:24:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:24:42.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:24:42.984Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:24:42.984Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:24:52.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:24:52.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:25:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:25:42.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:25:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:25:42.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:25:42.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:25:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:25:52.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:25:52.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:26:42.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:26:42.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:26:42.980Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:26:42.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:26:42.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:26:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:26:52.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:26:52.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:27:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:27:42.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:27:42.981Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:27:42.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:27:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:27:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:27:52.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:27:52.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:28:42.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:28:42.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:28:42.980Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:28:42.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:28:42.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:28:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:28:52.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:28:52.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:42.979Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:29:42.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:29:42.980Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:29:42.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T04:29:42.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T04:29:42.983Z||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 nDhLkQT76ckaq9yo) ...
2022-12-08T04:29:43.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:43.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670473753067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "cds",
"timestamp": 1670473754838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670473753067,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "cds",
"timestamp": 1670473754838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670473755868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:29:43.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "cds",
"timestamp": 1670473757620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:29:43.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670473757802,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "cds",
"timestamp": 1670473758633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:29:43.149Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cd6b268-7f4e-450c-8554-f366391da1fa
2022-12-08T04:29:43.150Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd6b268-7f4e-450c-8554-f366391da1fa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670473757669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:29:43.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670473757802,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:29:43.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "aai-ml",
"timestamp": 1670473758901,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670473758674,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:29:43.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cd6b268-7f4e-450c-8554-f366391da1fa
2022-12-08T04:29:43.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd6b268-7f4e-450c-8554-f366391da1fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "aai-ml",
"timestamp": 1670473758901,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:29:43.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "aai-ml",
"timestamp": 1670473761682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1670473764907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "aai-ml",
"timestamp": 1670473765804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1670473764907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-08T04:29:43.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "aai-ml",
"timestamp": 1670473766808,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:29:43.191Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cd6b268-7f4e-450c-8554-f366391da1fa
2022-12-08T04:29:43.191Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cd6b268-7f4e-450c-8554-f366391da1fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:29:43.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:43.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T04:29:43.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cd6b268-7f4e-450c-8554-f366391da1fa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9e979fbf-f1af-4fbe-a6b3-7240b97c4c37","serviceDescription":"service","serviceInvariantUUID":"cb11b945-05df-4f41-9d18-728932f89170","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8e778ffd-1523-4455-ba7f-75684f85f0b2","resourceInvariantUUID":"76175e35-2dd3-4c04-9d3f-5194a6b8781e","resourceCustomizationUUID":"f82c2086-0cee-4884-b5a4-65b0e9100eea","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":"OTZhNzBiMzQwNWFiMDViYmRlZTVmMGViYzdmZTQ1Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1382d9eb-5f83-4fc4-a865-ce542ab3730f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTljYTMwZGRjMGU4OWViNTQ0MmY1YTdlZmQ4OWJmNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ee2fa47-92bb-47b9-941d-d9ccddf3e31f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T04:29:43.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:29:43.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:29:43.622Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:29:43.622Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:29:43.726Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-08T04:29:43.727Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:29:43.727Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:29:43.740Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:43.741Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:29:44.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:29:44.624Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:29:44.626Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:29:44.626Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:29:44.726Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:29:44.727Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:29:44.727Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:29:44.744Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:44.745Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:29:45.627Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9e979fbf-f1af-4fbe-a6b3-7240b97c4c37",
"serviceDescription": "service",
"serviceInvariantUUID": "cb11b945-05df-4f41-9d18-728932f89170",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f82c2086-0cee-4884-b5a4-65b0e9100eea",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8e778ffd-1523-4455-ba7f-75684f85f0b2",
"resourceInvariantUUID": "76175e35-2dd3-4c04-9d3f-5194a6b8781e",
"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": "ZTljYTMwZGRjMGU4OWViNTQ0MmY1YTdlZmQ4OWJmNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ee2fa47-92bb-47b9-941d-d9ccddf3e31f"
}
],
"workloadContext": "Production"
}
2022-12-08T04:29:45.627Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T04:29:45.627Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 ASDC
2022-12-08T04:29:45.628Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1cd6b268-7f4e-450c-8554-f366391da1fa
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9e979fbf-f1af-4fbe-a6b3-7240b97c4c37
ServiceInvariantUUID:cb11b945-05df-4f41-9d18-728932f89170
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:5ee2fa47-92bb-47b9-941d-d9ccddf3e31f
ArtifactChecksum:ZTljYTMwZGRjMGU4OWViNTQ0MmY1YTdlZmQ4OWJmNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f82c2086-0cee-4884-b5a4-65b0e9100eea
ResourceInvariantUUID:76175e35-2dd3-4c04-9d3f-5194a6b8781e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8e778ffd-1523-4455-ba7f-75684f85f0b2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-08T04:29:45.628Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T04:29:45.661Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ee2fa47-92bb-47b9-941d-d9ccddf3e31f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-08T04:29:45.662Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T04:29:45.722Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-08T04:29:45.724Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ee2fa47-92bb-47b9-941d-d9ccddf3e31f 57662
2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:29:45.725Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:29:45.727Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:29:45.727Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473785725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:29:45.827Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:29:45.829Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:29:45.829Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:29:45.839Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:45.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:29:46.728Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:29:46.729Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T04:29:46.729Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5ee2fa47-92bb-47b9-941d-d9ccddf3e31f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:46.729Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-08T04:29:46.730Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:46.730Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:46.911Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13889970458386150891/Definitions/service-BasicNetwork-template.yml
2022-12-08T04:29:47.583Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T04:29:47.583Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T04:29:47.583Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.584Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T04:29:47.585Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.586Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.587Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.588Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.588Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9e979fbf-f1af-4fbe-a6b3-7240b97c4c37
Model Version:NULL
Model InvariantUuid:cb11b945-05df-4f41-9d18-728932f89170
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:76175e35-2dd3-4c04-9d3f-5194a6b8781e
Model UUID:36bd5715-2428-47dc-b2d1-eadfd8419658
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f82c2086-0cee-4884-b5a4-65b0e9100eea
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T04:29:47.594Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8e778ffd-1523-4455-ba7f-75684f85f0b2
2022-12-08T04:29:47.595Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||No resources found for Service: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:29:47.602Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||
2022-12-08T04:29:47.603Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37
2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37
2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-08T04:29:47.604Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:29:47.609Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bab5963, org.onap.sdc.toscaparser.api.parameters.Input@1cf05255, org.onap.sdc.toscaparser.api.parameters.Input@71b4bd90, org.onap.sdc.toscaparser.api.parameters.Input@65c0327, org.onap.sdc.toscaparser.api.parameters.Input@47fd22ce]
2022-12-08T04:29:47.611Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.611Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37: Generic NeutronNet
2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.612Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.613Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-08T04:29:47.667Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.670Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:29:47.671Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:29:47.671Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-08T04:29:47.742Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T04:29:47.743Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:29:47.748Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:29:47.748Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473787743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T04:29:47.848Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:29:47.849Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:29:47.849Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:29:47.862Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:29:47.863Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:29:48.749Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cd6b268-7f4e-450c-8554-f366391da1fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:29:48.763Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cd6b268-7f4e-450c-8554-f366391da1fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:29:48.766Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T04:29:48.767Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T04:29:48.772Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T04:30:18.772Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cd6b268-7f4e-450c-8554-f366391da1fa and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T04:30:18.779Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cd6b268-7f4e-450c-8554-f366391da1fa and serviceModelVersionId: 9e979fbf-f1af-4fbe-a6b3-7240b97c4c37
2022-12-08T04:30:18.779Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb11b945-05df-4f41-9d18-728932f89170
2022-12-08T04:30:18.780Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0
2022-12-08T04:30:18.785Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T04:30:18.845Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|INFO|500||Invoke
2022-12-08T04:30:18.845Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cd6b268-7f4e-450c-8554-f366391da1fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cd03ae-f7e9-4d92-a1a9-5cce361c5b99], X-ECOMP-RequestID=[1cd6b268-7f4e-450c-8554-f366391da1fa], X-TransactionId=[], X-ONAP-RequestID=[1cd6b268-7f4e-450c-8554-f366391da1fa], Content-Type=[application/merge-patch+json]}
2022-12-08T04:30:18.866Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T04:30:18.958Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?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/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 04:30:17 GMT], content-length=[0], vertex-id=[377064], x-aai-txid=[2-aai-resources-221208-04:30:17:575-55020], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T04:30:18.959Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T04:30:18.959Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb11b945-05df-4f41-9d18-728932f89170/model-vers/model-ver/9e979fbf-f1af-4fbe-a6b3-7240b97c4c37?depth=0|INFO|500||InvokeReturn
2022-12-08T04:30:18.961Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T04:30:18.961Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cd6b268-7f4e-450c-8554-f366391da1fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T04:30:18.965Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:18.967Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:18.967Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1cd6b268-7f4e-450c-8554-f366391da1fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473818965,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T04:30:19.067Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:19.068Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:19.068Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:19.084Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:19.085Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T04:30:19.979Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T04:30:19.980Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"341ce894-a95d-46b6-920f-5a8340fa98e4","serviceName":"Demo_pNF_Fvng3Hrw8J97vlcopF2U","serviceVersion":"1.0","serviceUUID":"fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7","serviceDescription":"catalog service description","serviceInvariantUUID":"42db9466-e44d-4c9a-b523-bf36ae2ff3cf","resources":[{"resourceInstanceName":"pNF 23dc4f22-e3bd 0","resourceName":"pNF 23dc4f22-e3bd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"016feb5f-f073-4a03-b79c-079412a59cf7","resourceInvariantUUID":"5a480d72-4c18-4359-a149-2802a7535c1b","resourceCustomizationUUID":"151831bf-18f7-4d3c-a9a2-86c83c2a1f2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml","artifactChecksum":"NzdkNzkxMGYzMjMwN2YwZDBiNDQ4ZDYyNTc3ZmJkMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62ff43f2-1b66-4d2d-a7d9-c638e2655ba8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar","artifactChecksum":"ZDU2MGUzZjljNTFmZDA0YWYzNjE4ODExZTBjNDRiNTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d371b0c6-2ee9-4dc7-b8e8-c25ce54c8e96","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21311b40-069b-498d-9343-c59654898c44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI1OGZiM2M5ZWI2YzdhOWM1NzE2NmVkYTRlOWRlZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c000e55b-333d-4f30-82ba-8e3c9acda5f4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74dcbbc3-0a1d-4c04-a454-41b4dd9091cd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58402ffa-a8b2-4d77-9698-3d71a09187a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml","artifactChecksum":"MzE3OTkxYjEzYjZkOWE4OGIwNjFmYjA0MmMzM2M4ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bd850bf-7026-46d9-a731-77c05161ed4f","artifactVersion":"1"},{"artifactName":"service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar","artifactChecksum":"YTY0YWFjMDdkNjgxMjljYzgzNzA2YzZhOTZmNjcyZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T04:30:19.980Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:19.980Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:19.982Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:19.983Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:20.083Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:20.084Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:20.084Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:20.095Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:20.095Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:30:20.985Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:20.986Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:20.989Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:20.989Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:21.090Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:21.091Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:21.091Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:21.102Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:21.103Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:30:21.990Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:21.991Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:21.993Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:21.993Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:22.093Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:22.094Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:22.094Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:22.106Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:22.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:30:22.994Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:22.995Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:22.997Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:22.998Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:23.098Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:30:23.098Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:23.099Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:23.137Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:23.137Z||pool-43-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:30:23.999Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:24.000Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:24.002Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:24.002Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:24.102Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:24.103Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:24.103Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:24.117Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:24.118Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:30:25.003Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:25.004Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:25.006Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:25.006Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/resourceInstances/pnf23dc4f22e3bd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:25.106Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:25.108Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:25.108Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:25.122Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:25.123Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:30:26.006Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:26.008Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:26.010Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:26.010Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T04:30:26.110Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T04:30:26.112Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:26.112Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:26.123Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:26.124Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:30:27.011Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T04:30:27.012Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:27.015Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:27.015Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473782979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T04:30:27.115Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:27.116Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:27.116Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:27.131Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:27.131Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T04:30:28.016Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"serviceName": "Demo_pNF_Fvng3Hrw8J97vlcopF2U",
"serviceVersion": "1.0",
"serviceUUID": "fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "42db9466-e44d-4c9a-b523-bf36ae2ff3cf",
"resources": [
{
"resourceInstanceName": "pNF 23dc4f22-e3bd 0",
"resourceCustomizationUUID": "151831bf-18f7-4d3c-a9a2-86c83c2a1f2f",
"resourceName": "pNF 23dc4f22-e3bd",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "016feb5f-f073-4a03-b79c-079412a59cf7",
"resourceInvariantUUID": "5a480d72-4c18-4359-a149-2802a7535c1b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar",
"artifactChecksum": "YTY0YWFjMDdkNjgxMjljYzgzNzA2YzZhOTZmNjcyZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca"
}
],
"workloadContext": "Production"
}
2022-12-08T04:30:28.017Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T04:30:28.017Z|1cd6b268-7f4e-450c-8554-f366391da1fa|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 ASDC
2022-12-08T04:30:28.017Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:341ce894-a95d-46b6-920f-5a8340fa98e4
ServiceName:Demo_pNF_Fvng3Hrw8J97vlcopF2U
ServiceVersion:1.0
ServiceUUID:fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7
ServiceInvariantUUID:42db9466-e44d-4c9a-b523-bf36ae2ff3cf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
ArtifactUUID:d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca
ArtifactChecksum:YTY0YWFjMDdkNjgxMjljYzgzNzA2YzZhOTZmNjcyZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 23dc4f22-e3bd 0
ResourceCustomizationUUID:151831bf-18f7-4d3c-a9a2-86c83c2a1f2f
ResourceInvariantUUID:5a480d72-4c18-4359-a149-2802a7535c1b
ResourceName:pNF 23dc4f22-e3bd
ResourceType:PNF
ResourceUUID:016feb5f-f073-4a03-b79c-079412a59cf7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-08T04:30:28.017Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T04:30:28.045Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca from URL: /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-08T04:30:28.046Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:28.118Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-08T04:30:28.122Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca 87775
2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar ASDC sendASDCNotification
2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T04:30:28.123Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-08T04:30:28.126Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T04:30:28.126Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "341ce894-a95d-46b6-920f-5a8340fa98e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670473828123,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T04:30:28.226Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T04:30:28.227Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T04:30:28.227Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nDhLkQT76ckaq9yo) ...
2022-12-08T04:30:28.240Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T04:30:28.241Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T04:30:29.127Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T04:30:29.128Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-08T04:30:29.129Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d03569e7-5f0e-4fcc-8fc0-2d0b27bdd7ca, URL: /sdc/v1/catalog/services/DemoPnfFvng3hrw8j97vlcopf2u/1.0/artifacts/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar to file: /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:29.129Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:29.130Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:29.130Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:29.291Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10283358097047598028/Definitions/service-DemoPnfFvng3hrw8j97vlcopf2u-template.yml
2022-12-08T04:30:30.070Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.071Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 23dc4f22-e3bd 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.072Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFvng3hrw8j97vlcopf2u-csar.csar
2022-12-08T04:30:30.073Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-08T04:30:30.073Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.073Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Node template pNF 23dc4f22-e3bd 0 is matching search criteria
2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 23dc4f22-e3bd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:30:30.074Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Node template pNF 23dc4f22-e3bd 0 is matching search criteria
2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-08T04:30:30.075Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 23dc4f22-e3bd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.076Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.077Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.078Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.078Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.078Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Fvng3Hrw8J97vlcopF2U
Description:catalog service description
Model UUID:fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7
Model Version:NULL
Model InvariantUuid:42db9466-e44d-4c9a-b523-bf36ae2ff3cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T04:30:30.084Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 016feb5f-f073-4a03-b79c-079412a59cf7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:30:30.086Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||pNF 23dc4f22-e3bd 0
2022-12-08T04:30:30.086Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 016feb5f-f073-4a03-b79c-079412a59cf7
2022-12-08T04:30:30.087Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7
2022-12-08T04:30:30.087Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7
2022-12-08T04:30:30.087Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 23dc4f22-e3bd 0 016feb5f-f073-4a03-b79c-079412a59cf7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33fe1254, org.onap.sdc.toscaparser.api.parameters.Input@94fe493, org.onap.sdc.toscaparser.api.parameters.Input@f9865c3, org.onap.sdc.toscaparser.api.parameters.Input@46166627, org.onap.sdc.toscaparser.api.parameters.Input@539b003]
2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Fvng3Hrw8J97vlcopF2U is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T04:30:30.090Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fbe6ff7b-d4b2-4d6b-a8d1-f3ae3f902fe7: pNF 23dc4f22-e3bd
2022-12-08T04:30:30.091Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||INFO|500||Processing PNF resource: 016feb5f-f073-4a03-b79c-079412a59cf7
2022-12-08T04:30:30.091Z|341ce894-a95d-46b6-920f-5a8340fa98e4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery