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-15T03:14:07.054Z||main|||||INFO|500||The following profiles are active: basic
2022-12-15T03:14:18.692Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-15T03:14:18.693Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-15T03:14:18.806Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-15T03:14:22.861Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-15T03:14:23.268Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-15T03:14:23.762Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-15T03:14:23.766Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-15T03:14:23.892Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-15T03:14:24.113Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-15T03:14:24.722Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-15T03:14:26.714Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-15T03:14:29.165Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-15T03:14:29.226Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-15T03:14:29.885Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-15T03:14:30.275Z||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-15T03:14:31.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-15T03:14:32.577Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-15T03:14:32.596Z||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-15T03:14:32.597Z||main|||||WARN|500||The sdc end point is not alive
2022-12-15T03:14:35.610Z||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-15T03:14:38.541Z||main|||||WARN|500||---
2022-12-15T03:14:38.541Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-15T03:14:38.542Z||main|||||WARN|500||---
2022-12-15T03:14:39.004Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-15T03:14:43.815Z||main|||||INFO|500||Started Application in 40.05 seconds (JVM running for 42.129)
2022-12-15T03:14:43.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-15T03:14:43.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-15T03:14:43.850Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-15T03:14:43.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-15T03:14:43.949Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfd3217e-8141-46cd-88c2-c9badeea07a6 url= /sdc/v1/artifactTypes
2022-12-15T03:14:43.950Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-15T03:14:44.252Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-15T03:14:44.321Z||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-15T03:14:44.352Z||scheduling-1|||||DEBUG|500||create keys
2022-12-15T03:14:44.360Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-15T03:14:44.404Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:14:44.423Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 71f9c1c1-e17c-46c0-94b4-b6d3cdf5be2d url= /sdc/v1/registerForDistribution
2022-12-15T03:14:44.521Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 71f9c1c1-e17c-46c0-94b4-b6d3cdf5be2d url= /sdc/v1/registerForDistribution
2022-12-15T03:14:44.522Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-15T03:14:44.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:14:44.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:14:44.539Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-15T03:14:44.542Z||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-15T03:14:44.542Z||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-15T03:14:44.542Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:14:44.542Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:14:54.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:14:54.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:15:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:15:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:15:44.532Z||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-15T03:15:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:15:44.532Z||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-15T03:15:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:15:54.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:15:54.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:16:44.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:16:44.530Z||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-15T03:16:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:16:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:16:44.532Z||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-15T03:16:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:16:54.103Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:16:54.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:17:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:17:44.534Z||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-15T03:17:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:17:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:17:44.536Z||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-15T03:17:44.536Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:17:54.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:17:54.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:18:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:18:44.530Z||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-15T03:18:44.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:18:44.531Z||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-15T03:18:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:18:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:18:54.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:18:54.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:19:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:19:44.530Z||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-15T03:19:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:19:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:19:44.531Z||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-15T03:19:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:19:54.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:19:54.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:20:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:20:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:20:44.533Z||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-15T03:20:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:20:44.534Z||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-15T03:20:44.535Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:20:54.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:20:54.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:21:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:21:44.531Z||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-15T03:21:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:21:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:21:44.534Z||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-15T03:21:44.535Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:21:54.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:21:54.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:22:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:22:44.530Z||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-15T03:22:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:22:44.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:22:44.533Z||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-15T03:22:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:22:54.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:22:54.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:23:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:23:44.530Z||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-15T03:23:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:23:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:23:44.531Z||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-15T03:23:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:23:54.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:23:54.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:24:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:24:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:24:44.533Z||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-15T03:24:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:24:44.533Z||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-15T03:24:44.538Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:24:47.950Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-15T03:24:54.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:24:54.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:25:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:25:44.530Z||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-15T03:25:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:25:44.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:25:44.532Z||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-15T03:25:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:25:54.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:25:54.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:26:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:26:44.530Z||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-15T03:26:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:26:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:26:44.531Z||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-15T03:26:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:26:54.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:26:54.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:27:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:27:44.530Z||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-15T03:27:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:27:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:27:44.531Z||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-15T03:27:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:27:54.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:27:54.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:28:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:28:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:28:44.532Z||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-15T03:28:44.532Z||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-15T03:28:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:28:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:28:54.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:28:54.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:29:44.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:29:44.530Z||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-15T03:29:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:29:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:29:44.531Z||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-15T03:29:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:29:54.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:29:54.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:30:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:30:44.530Z||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-15T03:30:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:30:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:30:44.531Z||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-15T03:30:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:30:54.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:30:54.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:31:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:31:44.530Z||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-15T03:31:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:31:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:31:44.533Z||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-15T03:31:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:31:54.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:31:54.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:32:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:32:44.530Z||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-15T03:32:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:32:44.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:32:44.532Z||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-15T03:32:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:32:54.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:32:54.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:33:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:33:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:33:44.532Z||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-15T03:33:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:33:44.532Z||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-15T03:33:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:33:54.093Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:33:54.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:34:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:34:44.530Z||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-15T03:34:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:34:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:34:44.532Z||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-15T03:34:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:34:54.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:34:54.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:35:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:35:44.530Z||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-15T03:35:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:35:44.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:35:44.533Z||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-15T03:35:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:35:54.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:35:54.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:36:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:36:44.530Z||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-15T03:36:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:36:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:36:44.531Z||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-15T03:36:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:36:54.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:36:54.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:37:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:37:44.530Z||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-15T03:37:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:37:44.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:37:44.532Z||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-15T03:37:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:37:54.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:37:54.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:38:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:38:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:38:44.533Z||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-15T03:38:44.533Z||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-15T03:38:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:38:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:38:54.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:38:54.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:39:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:39:44.530Z||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-15T03:39:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:39:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:39:44.532Z||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-15T03:39:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:39:54.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:39:54.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:40:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:40:44.530Z||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-15T03:40:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:40:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:40:44.531Z||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-15T03:40:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:40:54.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:40:54.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:41:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:41:44.530Z||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-15T03:41:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:41:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:41:44.532Z||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-15T03:41:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:41:54.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:41:54.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:42:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:42:44.530Z||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-15T03:42:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:42:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:42:44.531Z||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-15T03:42:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:42:54.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:42:54.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:43:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:43:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:43:44.531Z||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-15T03:43:44.531Z||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-15T03:43:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:43:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:43:54.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:43:54.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:44:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:44:44.530Z||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-15T03:44:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:44:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:44:44.531Z||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-15T03:44:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:44:54.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:44:54.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:45:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:45:44.530Z||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-15T03:45:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:45:44.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:45:44.531Z||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-15T03:45:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:45:54.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:45:54.094Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:46:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:46:44.530Z||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-15T03:46:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:46:44.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:46:44.531Z||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-15T03:46:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:46:54.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:46:54.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:47:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:47:44.529Z||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-15T03:47:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:47:44.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:47:44.532Z||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-15T03:47:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:47:54.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:47:54.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:48:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:48:44.530Z||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-15T03:48:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:48:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:48:44.531Z||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-15T03:48:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:48:54.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:48:54.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:49:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:49:44.530Z||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-15T03:49:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:49:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:49:44.531Z||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-15T03:49:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:49:54.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:49:54.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:50:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:50:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:50:44.533Z||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-15T03:50:44.533Z||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-15T03:50:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:50:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:50:54.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:50:54.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:51:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:51:44.530Z||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-15T03:51:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:51:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:51:44.531Z||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-15T03:51:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:51:54.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:51:54.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:52:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:52:44.530Z||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-15T03:52:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:52:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:52:44.531Z||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-15T03:52:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:52:54.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:52:54.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:53:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:53:44.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T03:53:44.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T03:53:44.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:53:44.532Z||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-15T03:53:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:53:54.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:53:54.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:54:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:54:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:54:44.535Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T03:54:44.535Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T03:54:44.536Z||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-15T03:54:44.536Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:54:54.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:54:54.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:55:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:55:44.530Z||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-15T03:55:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:55:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:55:44.532Z||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-15T03:55:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:55:54.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:55:54.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:56:44.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:56:44.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:56:44.533Z||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-15T03:56:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:56:44.533Z||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-15T03:56:44.534Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:56:54.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:56:54.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:57:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:57:44.530Z||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-15T03:57:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:57:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:57:44.532Z||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-15T03:57:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:57:54.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:57:54.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:58:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:58:44.530Z||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-15T03:58:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:58:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:58:44.531Z||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-15T03:58:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:58:54.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:58:54.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:59:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:59:44.530Z||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-15T03:59:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:59:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T03:59:44.531Z||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-15T03:59:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T03:59:54.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T03:59:54.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:00:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:00:44.530Z||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-15T04:00:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:00:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:00:44.531Z||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-15T04:00:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:00:54.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:00:54.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:01:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:01:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:01:44.531Z||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-15T04:01:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:01:44.532Z||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-15T04:01:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:01:54.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:01:54.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:02:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:02:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:02:44.533Z||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-15T04:02:44.533Z||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-15T04:02:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:02:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:02:54.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:02:54.104Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:03:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:03:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:03:44.531Z||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-15T04:03:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:03:44.532Z||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-15T04:03:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:03:54.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:03:54.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:04:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:04:44.530Z||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-15T04:04:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:04:44.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:04:44.531Z||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-15T04:04:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:04:54.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:04:54.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:05:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:05:44.530Z||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-15T04:05:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:05:44.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:05:44.531Z||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-15T04:05:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:05:54.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:05:54.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:06:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:06:44.530Z||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-15T04:06:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:06:44.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:06:44.531Z||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-15T04:06:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:06:54.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:06:54.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:07:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:07:44.530Z||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-15T04:07:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:07:44.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:07:44.533Z||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-15T04:07:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:07:54.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:07:54.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:08:44.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:08:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:08:44.533Z||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-15T04:08:44.533Z||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-15T04:08:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:08:44.533Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:08:54.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:08:54.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:09:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:09:44.530Z||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-15T04:09:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:09:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:09:44.531Z||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-15T04:09:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:09:54.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:09:54.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:10:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:10:44.530Z||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-15T04:10:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:10:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:10:44.531Z||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-15T04:10:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:10:54.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:10:54.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:11:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:11:44.530Z||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-15T04:11:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:11:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:11:44.531Z||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-15T04:11:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:11:54.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:11:54.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:12:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:12:44.530Z||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-15T04:12:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:12:44.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:12:44.531Z||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-15T04:12:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:12:54.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:12:54.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:13:44.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:13:44.530Z||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-15T04:13:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:13:44.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:13:44.531Z||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-15T04:13:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:13:54.134Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:13:54.134Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:44.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:14:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:14:44.531Z||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-15T04:14:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:44.531Z||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-15T04:14:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:44.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:44.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:14:44.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:14:44.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:14:45.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:45.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:14:45.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e94044a1-210f-4436-ae0b-d02129202d0d","serviceName":"vFW 2022-12-15 04-13-50","serviceVersion":"1.0","serviceUUID":"5c3f0243-c10b-47d9-9b87-ee461cd49192","serviceDescription":"catalog service description","serviceInvariantUUID":"161da34b-67e3-4680-8c4a-9104350193e3","resources":[{"resourceInstanceName":"vFW 37e78d90-d48e 0","resourceName":"vFW 37e78d90-d48e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f572275-6f5a-48f8-8da9-74f316dd46d8","resourceInvariantUUID":"fb3a73c4-4029-4bdb-af38-652ede1ae003","resourceCustomizationUUID":"4b3bb07c-99c0-4f88-a3d8-a4d9075766bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml","artifactChecksum":"ODlkMzg1NmQwMTQ2YWVjMjMwYjMzNzEyZDg4OGNiMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a16aa355-67f3-48f0-9fd2-38a013f8f681","artifactVersion":"1"},{"artifactName":"vfw37e78d90d48e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json","artifactChecksum":"OGUyNmUxZjY2OThlNmRmMWRmYTFkNzY5YzEzY2IxMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"936ba4a1-f384-49af-bc3e-a417fc484cc4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2978dcda-4f55-4c66-a9ba-1ab265d28c36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml","artifactChecksum":"ODgzMDAwZTliMjY5YTYyNjlhNjliZTdhODBhNDEyYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32ba74fc-5632-46c0-b7bb-a4bf9cf64401","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"958ac8a7-ddc7-41bd-9a5a-90f9c3274940","artifactVersion":"2","generatedFromUUID":"2978dcda-4f55-4c66-a9ba-1ab265d28c36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221215041350-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml","artifactChecksum":"OWVhMDMzNmI2MjY0YTI4Y2YyYzVkNDNmNzY5NTI3YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16fe346e-8028-48dd-a772-62a57b68310f","artifactVersion":"1"},{"artifactName":"service-Vfw20221215041350-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar","artifactChecksum":"NWNkMDM5ZDIxN2NlYmQ0ZDM5MzUzZDczYjM1Yzg0OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbb873ad-e595-40fd-802e-c0ad4679f9c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:14:45.172Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:45.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:45.191Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:45.191Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:14:45.291Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-15T04:14:45.296Z||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-15T04:14:45.296Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:45.307Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:45.308Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:46.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:46.199Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:46.201Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:46.203Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T04:14:46.302Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:14:46.303Z||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-15T04:14:46.303Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:46.316Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:46.316Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:47.204Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:47.205Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:47.208Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:47.208Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T04:14:47.308Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:47.309Z||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-15T04:14:47.310Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:47.323Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:47.324Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:48.215Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:48.220Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:48.231Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:48.232Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:14:48.328Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-15T04:14:48.329Z||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-15T04:14:48.329Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:48.342Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:48.343Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:49.233Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:49.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:49.236Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:49.237Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-15T04:14:49.337Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:49.338Z||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-15T04:14:49.338Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:49.349Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:49.350Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:50.237Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:50.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:50.242Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:50.242Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:14:50.343Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:14:50.344Z||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-15T04:14:50.344Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:50.355Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:50.356Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:51.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:14:51.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:51.247Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:51.247Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:14:51.347Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:51.348Z||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-15T04:14:51.349Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:51.360Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:51.361Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:52.249Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"serviceName": "vFW 2022-12-15 04-13-50",
"serviceVersion": "1.0",
"serviceUUID": "5c3f0243-c10b-47d9-9b87-ee461cd49192",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "161da34b-67e3-4680-8c4a-9104350193e3",
"resources": [
{
"resourceInstanceName": "vFW 37e78d90-d48e 0",
"resourceCustomizationUUID": "4b3bb07c-99c0-4f88-a3d8-a4d9075766bb",
"resourceName": "vFW 37e78d90-d48e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4f572275-6f5a-48f8-8da9-74f316dd46d8",
"resourceInvariantUUID": "fb3a73c4-4029-4bdb-af38-652ede1ae003",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw37e78d90d48e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"artifactChecksum": "OGUyNmUxZjY2OThlNmRmMWRmYTFkNzY5YzEzY2IxMzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "936ba4a1-f384-49af-bc3e-a417fc484cc4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2978dcda-4f55-4c66-a9ba-1ab265d28c36",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "958ac8a7-ddc7-41bd-9a5a-90f9c3274940",
"generatedFromUUID": "2978dcda-4f55-4c66-a9ba-1ab265d28c36"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "958ac8a7-ddc7-41bd-9a5a-90f9c3274940",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221215041350-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"artifactChecksum": "NWNkMDM5ZDIxN2NlYmQ0ZDM5MzUzZDczYjM1Yzg0OTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dbb873ad-e595-40fd-802e-c0ad4679f9c9"
}
],
"workloadContext": "Production"
}
2022-12-15T04:14:52.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:14:52.251Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c3f0243-c10b-47d9-9b87-ee461cd49192 ASDC
2022-12-15T04:14:52.387Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e94044a1-210f-4436-ae0b-d02129202d0d
ServiceName:vFW 2022-12-15 04-13-50
ServiceVersion:1.0
ServiceUUID:5c3f0243-c10b-47d9-9b87-ee461cd49192
ServiceInvariantUUID:161da34b-67e3-4680-8c4a-9104350193e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221215041350-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
ArtifactUUID:dbb873ad-e595-40fd-802e-c0ad4679f9c9
ArtifactChecksum:NWNkMDM5ZDIxN2NlYmQ0ZDM5MzUzZDczYjM1Yzg0OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 37e78d90-d48e 0
ResourceCustomizationUUID:4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
ResourceInvariantUUID:fb3a73c4-4029-4bdb-af38-652ede1ae003
ResourceName:vFW 37e78d90-d48e
ResourceType:VF
ResourceUUID:4f572275-6f5a-48f8-8da9-74f316dd46d8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw37e78d90d48e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
ArtifactUUID:936ba4a1-f384-49af-bc3e-a417fc484cc4
ArtifactChecksum:OGUyNmUxZjY2OThlNmRmMWRmYTFkNzY5YzEzY2IxMzI=
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/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
ArtifactUUID:2978dcda-4f55-4c66-a9ba-1ab265d28c36
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/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
ArtifactUUID:958ac8a7-ddc7-41bd-9a5a-90f9c3274940
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/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
ArtifactUUID:958ac8a7-ddc7-41bd-9a5a-90f9c3274940
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-15T04:14:52.388Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c3f0243-c10b-47d9-9b87-ee461cd49192 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-15T04:14:52.641Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:14:52.643Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:14:52.644Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:14:52.645Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dbb873ad-e595-40fd-802e-c0ad4679f9c9 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:52.645Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:14:52.647Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:52.780Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:14:52.799Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar dbb873ad-e595-40fd-802e-c0ad4679f9c9 100724
2022-12-15T04:14:52.801Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar ASDC sendASDCNotification
2022-12-15T04:14:52.802Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:52.802Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:14:52.804Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:52.806Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:52.806Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077692800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:14:52.906Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:52.907Z||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-15T04:14:52.907Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:52.919Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:52.920Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:53.806Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:14:53.808Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:14:53.808Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dbb873ad-e595-40fd-802e-c0ad4679f9c9, URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar to file: /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:53.809Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221215041350-csar.csar
2022-12-15T04:14:53.914Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:53.915Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:54.654Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8830983298935917675/Definitions/service-Vfw20221215041350-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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
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
2022-12-15T04:14:57.950Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:14:57.956Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:14:57.956Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.956Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 37e78d90-d48e 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-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.957Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.958Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215041350-csar.csar
2022-12-15T04:14:57.959Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:14:57.965Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.967Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.971Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.972Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:14:57.973Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:14:57.975Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.975Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.975Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.976Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.980Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.981Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.982Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.983Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.984Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:14:57.985Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.985Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:14:57.987Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:14:57.988Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.989Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:14:57.990Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:14:57.991Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.992Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e291609-e591-4493-9662-c99c7b6b805c
2022-12-15T04:14:57.992Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.992Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.993Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:14:57.994Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=791850da-679e-4c13-8548-79e60844b2b3
2022-12-15T04:14:57.995Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.996Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:14:57.997Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=92cc9dc8-066d-4f5d-a715-64547a909ca4
2022-12-15T04:14:57.998Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:57.999Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:14:58.000Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-15 04-13-50
Description:catalog service description
Model UUID:5c3f0243-c10b-47d9-9b87-ee461cd49192
Model Version:NULL
Model InvariantUuid:161da34b-67e3-4680-8c4a-9104350193e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 37e78d90-d48e
Model UUID:5ced9254-8ff0-4068-9a16-f532dcf4620e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb3a73c4-4029-4bdb-af38-652ede1ae003
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fe1131af-88d4-4632-ba16-4e3954acec51
ModelName:Vfw37e78d90D48e..base_vfw..module-0
ModelUuid:870914fd-c0e7-4333-abbd-0592a977d5fe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5e291609-e591-4493-9662-c99c7b6b805c
ModelInvariantUuid:be487afc-0e6f-4e61-893e-48e392160700
ModelName:vFW 37e78d90-d48e-nodes.vfwCvfc
ModelUuid:53564d7b-94a4-4899-9b47-c7c7d37d912f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b2d15ad5-b3c1-4cbe-b016-4fa6e3b93b8c
ModelInvariantUuid:41e3e2f8-8d1b-44c5-b5e8-01b3a41807c9
ModelName:Vfw37e78d90D48e.compute.nodes.heat.vfw
ModelUuid:2341530c-f94e-4825-898c-34c59aa15795
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:791850da-679e-4c13-8548-79e60844b2b3
ModelInvariantUuid:7affc5b5-bbaa-471d-b754-2bf3d65e8682
ModelName:vFW 37e78d90-d48e-nodes.vsnCvfc
ModelUuid:94d060f6-0f19-44d4-bb42-06f6a910df08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:30370699-3f6d-4e85-9560-0f65477aee8c
ModelInvariantUuid:b2908346-c14d-4cda-b111-28bc1fac642c
ModelName:Vfw37e78d90D48e.compute.nodes.heat.vsn
ModelUuid:1d40e95e-0f64-4ec4-80be-081fcad5c802
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:92cc9dc8-066d-4f5d-a715-64547a909ca4
ModelInvariantUuid:50e30815-646d-4f8a-8ca7-dc0b30bddab4
ModelName:vFW 37e78d90-d48e-nodes.vpgCvfc
ModelUuid:86ecfe3c-e623-4aaf-ac2b-7efa68db7c0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0fc07bf2-a676-49a8-9ba6-2ef2badc033c
ModelInvariantUuid:a242b23b-e998-493a-8d60-1e015e058092
ModelName:Vfw37e78d90D48e.compute.nodes.heat.vpg
ModelUuid:30f3746c-7e82-436e-aa86-b1136ee92af1
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-15T04:14:58.022Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f572275-6f5a-48f8-8da9-74f316dd46d8
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-15T04:14:58.148Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||vFW 37e78d90-d48e 0
2022-12-15T04:14:58.155Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f572275-6f5a-48f8-8da9-74f316dd46d8
2022-12-15T04:14:58.156Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 936ba4a1-f384-49af-bc3e-a417fc484cc4 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:14:58.156Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:14:58.156Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:14:58.212Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:14:58.212Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json 936ba4a1-f384-49af-bc3e-a417fc484cc4 785
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json ASDC sendASDCNotification
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:14:58.213Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:58.216Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:58.216Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077698213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:14:58.316Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:58.317Z||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-15T04:14:58.317Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:58.329Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:58.329Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:14:59.218Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw37e78d90D48e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fe1131af-88d4-4632-ba16-4e3954acec51",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "870914fd-c0e7-4333-abbd-0592a977d5fe",
"vfModuleModelCustomizationUUID": "8660b181-2655-4913-a3a7-803a51563c5b",
"isBase": true,
"artifacts": [
"2978dcda-4f55-4c66-a9ba-1ab265d28c36",
"958ac8a7-ddc7-41bd-9a5a-90f9c3274940"
],
"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-15T04:14:59.231Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw37e78d90D48e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:870914fd-c0e7-4333-abbd-0592a977d5fe
VfModuleModelInvariantUUID:fe1131af-88d4-4632-ba16-4e3954acec51
VfModuleModelDescription:NULL
Artifacts UUID List:{
2978dcda-4f55-4c66-a9ba-1ab265d28c36
,
958ac8a7-ddc7-41bd-9a5a-90f9c3274940
}
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-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw37e78d90D48e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fe1131af-88d4-4632-ba16-4e3954acec51",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "870914fd-c0e7-4333-abbd-0592a977d5fe",
"vfModuleModelCustomizationUUID": "8660b181-2655-4913-a3a7-803a51563c5b",
"isBase": true,
"artifacts": [
"2978dcda-4f55-4c66-a9ba-1ab265d28c36",
"958ac8a7-ddc7-41bd-9a5a-90f9c3274940"
],
"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-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw37e78d90D48e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:870914fd-c0e7-4333-abbd-0592a977d5fe
VfModuleModelInvariantUUID:fe1131af-88d4-4632-ba16-4e3954acec51
VfModuleModelDescription:NULL
Artifacts UUID List:{
2978dcda-4f55-4c66-a9ba-1ab265d28c36
,
958ac8a7-ddc7-41bd-9a5a-90f9c3274940
}
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-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2978dcda-4f55-4c66-a9ba-1ab265d28c36 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:14:59.234Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:14:59.235Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:14:59.289Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml 2978dcda-4f55-4c66-a9ba-1ab265d28c36 20368
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:14:59.290Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:14:59.292Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:14:59.292Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077699290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:14:59.392Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:14:59.394Z||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-15T04:14:59.394Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:14:59.405Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:14:59.406Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:00.294Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 958ac8a7-ddc7-41bd-9a5a-90f9c3274940 from URL: /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:00.295Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:15:00.295Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:00.345Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:15:00.346Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env 958ac8a7-ddc7-41bd-9a5a-90f9c3274940 2098
2022-12-15T04:15:00.346Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-15T04:15:00.346Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:00.347Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:15:00.347Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:00.350Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:00.350Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077700346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:15:00.450Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-15T04:15:00.451Z||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-15T04:15:00.451Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:00.466Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:15:00.466Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:01.366Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5c3f0243-c10b-47d9-9b87-ee461cd49192
2022-12-15T04:15:01.368Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 37e78d90-d48e 0 4f572275-6f5a-48f8-8da9-74f316dd46d8 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-15T04:15:01.413Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60c3e8b5, org.onap.sdc.toscaparser.api.parameters.Input@462adf6f, org.onap.sdc.toscaparser.api.parameters.Input@8c65aaa, org.onap.sdc.toscaparser.api.parameters.Input@1c053a3a, org.onap.sdc.toscaparser.api.parameters.Input@637cef4f]
2022-12-15T04:15:01.417Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.417Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.417Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-15T04:15:01.418Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
2022-12-15T04:15:01.418Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb matches Tosca VF Customization UUID: 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
2022-12-15T04:15:01.418Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb 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-15T04:15:01.426Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.426Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.427Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4b3bb07c-99c0-4f88-a3d8-a4d9075766bb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T04:15:01.428Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@157203b
2022-12-15T04:15:01.428Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.428Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:15:01.429Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8660b181-2655-4913-a3a7-803a51563c5b
2022-12-15T04:15:01.430Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8660b181-2655-4913-a3a7-803a51563c5b
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-15T04:15:01.436Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.437Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.437Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.438Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:15:01.439Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:15:01.440Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.441Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:15:01.441Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.441Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e291609-e591-4493-9662-c99c7b6b805c
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-15T04:15:01.448Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.449Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.449Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.449Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.450Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:15:01.450Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:15:01.450Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:15:01.451Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.451Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.451Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-15T04:15:01.452Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T04:15:01.453Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.453Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T04:15:01.453Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.454Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=791850da-679e-4c13-8548-79e60844b2b3
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-15T04:15:01.455Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.456Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.456Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.458Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is not matching search criteria
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T04:15:01.459Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T04:15:01.460Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T04:15:01.461Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-15T04:15:01.462Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=92cc9dc8-066d-4f5d-a715-64547a909ca4
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-15T04:15:01.464Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.464Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Node template vFW 37e78d90-d48e 0 is matching search criteria
2022-12-15T04:15:01.465Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 37e78d90-d48e 0] matching following query criteria: sdcType=VF, customizationUUID=4b3bb07c-99c0-4f88-a3d8-a4d9075766bb
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-15T04:15:01.467Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.468Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.468Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5c3f0243-c10b-47d9-9b87-ee461cd49192: vFW 37e78d90-d48e
2022-12-15T04:15:01.468Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.469Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.470Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:15:01.471Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-15 04-13-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:15:01.471Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-15 04-13-50
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-15T04:15:01.732Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 37e78d90-d48e 4f572275-6f5a-48f8-8da9-74f316dd46d8 1 ASDC deployResourceStructure
2022-12-15T04:15:01.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json ASDC sendASDCNotification
2022-12-15T04:15:01.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json
2022-12-15T04:15:01.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:01.734Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:01.736Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:01.736Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077701733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T04:15:01.837Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:01.838Z||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-15T04:15:01.838Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:01.851Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:15:01.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:02.737Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-15T04:15:02.738Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml
2022-12-15T04:15:02.738Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:02.738Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:02.740Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:02.740Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T04:15:02.841Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:02.842Z||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-15T04:15:02.842Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:02.854Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:15:02.855Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:03.741Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-15T04:15:03.742Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env
2022-12-15T04:15:03.742Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:03.743Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:03.746Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:03.747Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077703741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-15T04:15:03.847Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:03.848Z||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-15T04:15:03.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:03.862Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:15:03.863Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:15:04.748Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar ASDC sendASDCNotification
2022-12-15T04:15:04.749Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar
2022-12-15T04:15:04.749Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:15:04.749Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:15:04.752Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:15:04.752Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077704748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:15:04.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:15:04.853Z||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-15T04:15:04.853Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:04.863Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:15:04.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:15:05.753Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:15:05.776Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:15:05.778Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:15:05.778Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:15:05.778Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:15:35.779Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:15:35.787Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:15:35.788Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:15:35.788Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:15:35.788Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:15:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:15:44.532Z||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-15T04:15:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:15:44.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:15:44.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:15:44.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:15:44.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:05.789Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:16:05.817Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:16:05.818Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:16:05.819Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:16:05.819Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:16:35.819Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:16:35.827Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:16:35.828Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:16:35.829Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T04:16:35.829Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T04:16:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:16:44.532Z||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-15T04:16:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:16:44.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:16:45.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077677440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077691405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077684529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077685672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077692800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077687493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077687900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077695316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077695739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "cds",
"timestamp": 1671077696338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-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-15T04:16:45.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077697409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077696821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077698415,
"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-15T04:16:45.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-15T04:16:45.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077697881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077698213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077691680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077698983,
"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-15T04:16:45.112Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-15T04:16:45.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077699290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077699540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077699989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077700346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077701733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/vfw37e78d90d48e0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077703741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/resourceInstances/vfw37e78d90d48e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077704748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077715253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215041350/1.0/artifacts/service-Vfw20221215041350-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "aai-ml",
"timestamp": 1671077716258,
"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-15T04:16:45.131Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e94044a1-210f-4436-ae0b-d02129202d0d
2022-12-15T04:16:45.131Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e94044a1-210f-4436-ae0b-d02129202d0d 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-15T04:16:45.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "ves-openapi-manager",
"timestamp": 1671077705672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077707900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077707440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077720674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077721467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077721736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077722800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077724075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077717493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077723829,
"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=?
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-15T04:16:45.153Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.153Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-15T04:16:45.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671077725079,
"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-15T04:16:45.160Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.161Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-15T04:16:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077725238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671077724837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "cds",
"timestamp": 1671077726246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-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-15T04:16:45.169Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-15T04:16:45.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077721680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077729390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077736540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:16:45.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "aai-ml",
"timestamp": 1671077737545,
"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-15T04:16:45.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93d6c086-7b41-4659-931e-904d8a50fae8
2022-12-15T04:16:45.182Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6c086-7b41-4659-931e-904d8a50fae8 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-15T04:17:05.829Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:17:05.838Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d
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-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:17:05.842Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:17:05.843Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:17:05.843Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:17:05.846Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:17:35.846Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e94044a1-210f-4436-ae0b-d02129202d0d 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-15T04:17:35.856Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e94044a1-210f-4436-ae0b-d02129202d0d and serviceModelVersionId: 5c3f0243-c10b-47d9-9b87-ee461cd49192
2022-12-15T04:17:35.856Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 161da34b-67e3-4680-8c4a-9104350193e3
2022-12-15T04:17:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:17:44.532Z||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-15T04:17:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:50.762Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0
2022-12-15T04:17:50.869Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:17:51.347Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|INFO|500||Invoke
2022-12-15T04:17:51.355Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e94044a1-210f-4436-ae0b-d02129202d0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78c5aa89-c8ba-486f-98b1-43eb8d08c0a9], X-ECOMP-RequestID=[e94044a1-210f-4436-ae0b-d02129202d0d], X-TransactionId=[], X-ONAP-RequestID=[e94044a1-210f-4436-ae0b-d02129202d0d], Content-Type=[application/merge-patch+json]}
2022-12-15T04:17:51.473Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T04:17:51.714Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?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/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:17:51 GMT], content-length=[0], vertex-id=[221328], x-aai-txid=[2-aai-resources-221215-04:17:51:406-69865], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:17:51.716Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:17:51.716Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/161da34b-67e3-4680-8c4a-9104350193e3/model-vers/model-ver/5c3f0243-c10b-47d9-9b87-ee461cd49192?depth=0|INFO|500||InvokeReturn
2022-12-15T04:17:51.720Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:17:51.720Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:17:51.728Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:17:51.729Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e94044a1-210f-4436-ae0b-d02129202d0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:17:51.730Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:17:51.731Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:51.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:51.733Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077871729,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:17:51.833Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:17:51.834Z||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-15T04:17:51.834Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:51.846Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:17:51.847Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:17:52.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:17:52.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:17:52.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e94044a1-210f-4436-ae0b-d02129202d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077871729,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:17:52.474Z||pool-2-thread-6|||||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-15T04:17:52.744Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:17:52.744Z|e94044a1-210f-4436-ae0b-d02129202d0d|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-15T04:17:52.744Z|e94044a1-210f-4436-ae0b-d02129202d0d|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:57.161Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:17:57.167Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-15T04:17:57.167Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"93d6c086-7b41-4659-931e-904d8a50fae8","serviceName":"basic_onboard_rzczYW","serviceVersion":"1.0","serviceUUID":"daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3","serviceDescription":"service","serviceInvariantUUID":"8c015724-ec2e-463f-baa2-3ca551836a5a","resources":[{"resourceInstanceName":"basic_onboard_rzczYW 0","resourceName":"basic_onboard_rzczYW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8da33301-ede8-454b-9ec4-7ecf3db7907e","resourceInvariantUUID":"7a87d0b9-a878-4024-b492-896064af809a","resourceCustomizationUUID":"2cb9f4e0-a757-4673-8104-85fbef090de8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml","artifactChecksum":"NDgzZTQyMmEzNzI4ZTYwM2ZhNTY3ZjA5MmJkOTM5ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7aab10af-0300-41f8-ac8d-1b5acbf13842","artifactVersion":"1"},{"artifactName":"basic_onboard_rzczyw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json","artifactChecksum":"MWRkODc5NmU3YjEwZDIzNzU1MTQ3MTU0NDA2MGVhMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15e1eff0-224e-439f-aaf7-5fe144411568","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f85a494-8dea-4919-bfb4-1440fa2eaaaa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3bafdd72-675b-438b-ab28-109cd45eac2c","artifactVersion":"2","generatedFromUUID":"2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRzczyw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml","artifactChecksum":"ODk4YWUyMWQ4NDJkZTEzMDAzYzdkYWRkYjk4ODMzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23aed334-44b9-4c66-b8e6-818df8f5ba23","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRzczyw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar","artifactChecksum":"M2JlYjRjYzhkYzRkMmU2YTU3NTA3NmUwODNiYTA4NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25213be0-c564-45b7-b0c3-264d0215611c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:17:57.171Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:17:57.172Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:57.174Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:57.175Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:17:57.275Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:17:57.275Z||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-15T04:17:57.276Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:57.291Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:17:57.292Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:17:58.175Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:17:58.176Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:58.178Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:58.178Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T04:17:58.279Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:17:58.280Z||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-15T04:17:58.280Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:58.294Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:17:58.294Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:17:59.179Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:17:59.180Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:17:59.182Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:17:59.182Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T04:17:59.283Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:17:59.284Z||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-15T04:17:59.284Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:17:59.295Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:17:59.295Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:18:00.183Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:00.184Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:00.186Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:00.186Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:18:00.287Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:00.288Z||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-15T04:18:00.288Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:00.300Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:00.300Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:01.187Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:01.188Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:01.190Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:01.190Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-15T04:18:01.290Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:01.291Z||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-15T04:18:01.291Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:01.304Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:01.304Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:02.190Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:02.191Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:02.193Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:02.193Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:18:02.293Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:02.294Z||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-15T04:18:02.294Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:02.309Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:02.309Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-15T04:18:03.194Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:18:03.194Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:03.196Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:03.196Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:18:03.297Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:03.298Z||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-15T04:18:03.298Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:03.310Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:03.310Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:04.198Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"serviceName": "basic_onboard_rzczYW",
"serviceVersion": "1.0",
"serviceUUID": "daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3",
"serviceDescription": "service",
"serviceInvariantUUID": "8c015724-ec2e-463f-baa2-3ca551836a5a",
"resources": [
{
"resourceInstanceName": "basic_onboard_rzczYW 0",
"resourceCustomizationUUID": "2cb9f4e0-a757-4673-8104-85fbef090de8",
"resourceName": "basic_onboard_rzczYW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8da33301-ede8-454b-9ec4-7ecf3db7907e",
"resourceInvariantUUID": "7a87d0b9-a878-4024-b492-896064af809a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rzczyw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"artifactChecksum": "MWRkODc5NmU3YjEwZDIzNzU1MTQ3MTU0NDA2MGVhMWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15e1eff0-224e-439f-aaf7-5fe144411568",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3bafdd72-675b-438b-ab28-109cd45eac2c",
"generatedFromUUID": "2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3bafdd72-675b-438b-ab28-109cd45eac2c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRzczyw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"artifactChecksum": "M2JlYjRjYzhkYzRkMmU2YTU3NTA3NmUwODNiYTA4NDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25213be0-c564-45b7-b0c3-264d0215611c"
}
],
"workloadContext": "Production"
}
2022-12-15T04:18:04.199Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:18:04.199Z|e94044a1-210f-4436-ae0b-d02129202d0d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3 ASDC
2022-12-15T04:18:04.200Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:93d6c086-7b41-4659-931e-904d8a50fae8
ServiceName:basic_onboard_rzczYW
ServiceVersion:1.0
ServiceUUID:daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
ServiceInvariantUUID:8c015724-ec2e-463f-baa2-3ca551836a5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRzczyw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
ArtifactUUID:25213be0-c564-45b7-b0c3-264d0215611c
ArtifactChecksum:M2JlYjRjYzhkYzRkMmU2YTU3NTA3NmUwODNiYTA4NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rzczYW 0
ResourceCustomizationUUID:2cb9f4e0-a757-4673-8104-85fbef090de8
ResourceInvariantUUID:7a87d0b9-a878-4024-b492-896064af809a
ResourceName:basic_onboard_rzczYW
ResourceType:VF
ResourceUUID:8da33301-ede8-454b-9ec4-7ecf3db7907e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rzczyw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
ArtifactUUID:15e1eff0-224e-439f-aaf7-5fe144411568
ArtifactChecksum:MWRkODc5NmU3YjEwZDIzNzU1MTQ3MTU0NDA2MGVhMWE=
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/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0
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/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
ArtifactUUID:3bafdd72-675b-438b-ab28-109cd45eac2c
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/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
ArtifactUUID:3bafdd72-675b-438b-ab28-109cd45eac2c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-15T04:18:04.200Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3 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-15T04:18:04.223Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25213be0-c564-45b7-b0c3-264d0215611c from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:04.224Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:04.304Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:04.309Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar 25213be0-c564-45b7-b0c3-264d0215611c 75312
2022-12-15T04:18:04.310Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar ASDC sendASDCNotification
2022-12-15T04:18:04.310Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:04.310Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:04.311Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:04.313Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:04.314Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077884310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:04.414Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:04.415Z||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-15T04:18:04.415Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:04.427Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:04.428Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:05.315Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:18:05.316Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-15T04:18:05.316Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25213be0-c564-45b7-b0c3-264d0215611c, URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar to file: /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.317Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.317Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.317Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:05.454Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17211354660522518330/Definitions/service-BasicOnboardRzczyw-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-15T04:18:06.752Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rzczYW 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-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.753Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.754Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.755Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is not matching search criteria
2022-12-15T04:18:06.756Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:18:06.757Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:06.758Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is not matching search criteria
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-15T04:18:06.759Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9d7826e0-9764-4085-ace7-7aff02e2afad
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.760Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:06.761Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rzczYW
Description:service
Model UUID:daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
Model Version:NULL
Model InvariantUuid:8c015724-ec2e-463f-baa2-3ca551836a5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rzczYW
Model UUID:2330a7ed-4108-46a8-9b3a-654bb3efdf5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7a87d0b9-a878-4024-b492-896064af809a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2cb9f4e0-a757-4673-8104-85fbef090de8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:71983a46-3699-4216-acd7-a90a0f5e98d2
ModelName:BasicOnboardRzczyw..base_ubuntu18..module-0
ModelUuid:2614c615-3bab-4fdb-9a09-e33de92fdeb1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9d7826e0-9764-4085-ace7-7aff02e2afad
ModelInvariantUuid:ca277b35-2a84-492d-bb15-60831a47935f
ModelName:basic_onboard_rzczYW-nodes.ubuntu18Cvfc
ModelUuid:3f5ddb38-211d-49f0-b1c4-ea2c493719f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ec72d96c-6b98-4909-97e3-2c5778d4588b
ModelInvariantUuid:13507fba-97fd-4d6a-8af0-d01c55129890
ModelName:BasicOnboardRzczyw.compute.nodes.heat.ubuntu18
ModelUuid:02e3cbc9-adf3-4b56-8c83-762860b737ed
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-15T04:18:06.771Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8da33301-ede8-454b-9ec4-7ecf3db7907e
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-15T04:18:06.774Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||basic_onboard_rzczYW 0
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8da33301-ede8-454b-9ec4-7ecf3db7907e
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 15e1eff0-224e-439f-aaf7-5fe144411568 from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:06.775Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:06.833Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:06.834Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json 15e1eff0-224e-439f-aaf7-5fe144411568 798
2022-12-15T04:18:06.835Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json ASDC sendASDCNotification
2022-12-15T04:18:06.835Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:06.835Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:06.836Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:06.838Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:06.838Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077886835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:06.938Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:06.940Z||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-15T04:18:06.940Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:06.976Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:06.977Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:07.839Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRzczyw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71983a46-3699-4216-acd7-a90a0f5e98d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2614c615-3bab-4fdb-9a09-e33de92fdeb1",
"vfModuleModelCustomizationUUID": "0bcabf80-44b2-491b-b6c4-006cccb92e9f",
"isBase": true,
"artifacts": [
"2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0",
"3bafdd72-675b-438b-ab28-109cd45eac2c"
],
"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-15T04:18:07.843Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRzczyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2614c615-3bab-4fdb-9a09-e33de92fdeb1
VfModuleModelInvariantUUID:71983a46-3699-4216-acd7-a90a0f5e98d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0
,
3bafdd72-675b-438b-ab28-109cd45eac2c
}
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-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRzczyw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "71983a46-3699-4216-acd7-a90a0f5e98d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2614c615-3bab-4fdb-9a09-e33de92fdeb1",
"vfModuleModelCustomizationUUID": "0bcabf80-44b2-491b-b6c4-006cccb92e9f",
"isBase": true,
"artifacts": [
"2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0",
"3bafdd72-675b-438b-ab28-109cd45eac2c"
],
"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-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRzczyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2614c615-3bab-4fdb-9a09-e33de92fdeb1
VfModuleModelInvariantUUID:71983a46-3699-4216-acd7-a90a0f5e98d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0
,
3bafdd72-675b-438b-ab28-109cd45eac2c
}
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-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0 from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:07.846Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:07.847Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:07.899Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:07.900Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml 2fe2e2a9-5f57-4193-b4a0-edd8b31a60e0 5033
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:07.901Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:07.903Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:07.904Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077887900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:08.007Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-15T04:18:08.008Z||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-15T04:18:08.009Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:08.021Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:08.022Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:08.905Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3bafdd72-675b-438b-ab28-109cd45eac2c from URL: /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:08.906Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-15T04:18:08.906Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:08.956Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-15T04:18:08.956Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env 3bafdd72-675b-438b-ab28-109cd45eac2c 909
2022-12-15T04:18:08.957Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-15T04:18:08.957Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:08.957Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:18:08.958Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:08.960Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:08.960Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077888957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:09.060Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:09.061Z||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-15T04:18:09.061Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:09.073Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:09.073Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:09.961Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
2022-12-15T04:18:09.961Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rzczYW 0 8da33301-ede8-454b-9ec4-7ecf3db7907e 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-15T04:18:09.981Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24cde7fd, org.onap.sdc.toscaparser.api.parameters.Input@63d8095d, org.onap.sdc.toscaparser.api.parameters.Input@f4052c9, org.onap.sdc.toscaparser.api.parameters.Input@195cab69, org.onap.sdc.toscaparser.api.parameters.Input@526555b0]
2022-12-15T04:18:09.983Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:09.983Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:09.984Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-15T04:18:09.984Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2cb9f4e0-a757-4673-8104-85fbef090de8
2022-12-15T04:18:09.984Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cb9f4e0-a757-4673-8104-85fbef090de8 matches Tosca VF Customization UUID: 2cb9f4e0-a757-4673-8104-85fbef090de8
2022-12-15T04:18:09.985Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2cb9f4e0-a757-4673-8104-85fbef090de8 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-15T04:18:09.987Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:09.987Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:09.988Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2cb9f4e0-a757-4673-8104-85fbef090de8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T04:18:09.988Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f405b2
2022-12-15T04:18:09.989Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:09.989Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T04:18:09.989Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0bcabf80-44b2-491b-b6c4-006cccb92e9f
2022-12-15T04:18:09.990Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0bcabf80-44b2-491b-b6c4-006cccb92e9f
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-15T04:18:09.993Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:09.994Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:09.995Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:09.996Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:09.996Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:09.996Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:09.997Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:09.997Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is not matching search criteria
2022-12-15T04:18:09.997Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-15T04:18:09.998Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T04:18:09.998Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9d7826e0-9764-4085-ace7-7aff02e2afad
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-15T04:18:10.000Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.001Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:10.001Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T04:18:10.001Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.002Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_rzczYW 0 is matching search criteria
2022-12-15T04:18:10.002Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_rzczYW 0] matching following query criteria: sdcType=VF, customizationUUID=2cb9f4e0-a757-4673-8104-85fbef090de8
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-15T04:18:10.004Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.004Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3: basic_onboard_rzczYW
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.005Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.006Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.007Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.007Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:18:10.007Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_rzczYW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:18:10.008Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_rzczYW
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-15T04:18:10.087Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rzczYW 8da33301-ede8-454b-9ec4-7ecf3db7907e 1 ASDC deployResourceStructure
2022-12-15T04:18:10.088Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json ASDC sendASDCNotification
2022-12-15T04:18:10.088Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json
2022-12-15T04:18:10.088Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:10.089Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:10.091Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:10.092Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077890088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:10.192Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:10.193Z||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-15T04:18:10.193Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:10.204Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:10.204Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:11.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-15T04:18:11.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml
2022-12-15T04:18:11.093Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:11.094Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:11.095Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:11.096Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077891092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:11.196Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:11.197Z||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-15T04:18:11.197Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:11.209Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:11.209Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:12.096Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-15T04:18:12.097Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env
2022-12-15T04:18:12.097Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:12.097Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:12.099Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:12.099Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077892096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:12.199Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:12.200Z||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-15T04:18:12.200Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:12.214Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:12.215Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:13.100Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar ASDC sendASDCNotification
2022-12-15T04:18:13.100Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar
2022-12-15T04:18:13.100Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:18:13.101Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:13.103Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:13.103Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077893100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:13.203Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:13.204Z||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-15T04:18:13.204Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:13.214Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:13.214Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:14.103Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93d6c086-7b41-4659-931e-904d8a50fae8
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-15T04:18:14.113Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93d6c086-7b41-4659-931e-904d8a50fae8
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-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:18:14.116Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:18:14.117Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:18:14.118Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T04:18:14.122Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:18:44.122Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93d6c086-7b41-4659-931e-904d8a50fae8 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-15T04:18:44.130Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93d6c086-7b41-4659-931e-904d8a50fae8 and serviceModelVersionId: daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3
2022-12-15T04:18:44.130Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c015724-ec2e-463f-baa2-3ca551836a5a
2022-12-15T04:18:44.131Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0
2022-12-15T04:18:44.135Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:18:44.190Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|INFO|500||Invoke
2022-12-15T04:18:44.191Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93d6c086-7b41-4659-931e-904d8a50fae8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67f698ac-cbd5-4c25-b272-c2c20a54c83e], X-ECOMP-RequestID=[93d6c086-7b41-4659-931e-904d8a50fae8], X-TransactionId=[], X-ONAP-RequestID=[93d6c086-7b41-4659-931e-904d8a50fae8], Content-Type=[application/merge-patch+json]}
2022-12-15T04:18:44.226Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T04:18:44.342Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?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/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:18:44 GMT], content-length=[0], vertex-id=[205032], x-aai-txid=[2-aai-resources-221215-04:18:44:157-36899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:18:44.343Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:18:44.344Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c015724-ec2e-463f-baa2-3ca551836a5a/model-vers/model-ver/daeb42f5-69fc-4fc9-b25b-5d6ae6831dd3?depth=0|INFO|500||InvokeReturn
2022-12-15T04:18:44.344Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:18:44.345Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T04:18:44.351Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T04:18:44.351Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93d6c086-7b41-4659-931e-904d8a50fae8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:18:44.351Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:18:44.352Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:18:44.354Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:18:44.354Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077924351,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:18:44.454Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:18:44.455Z||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-15T04:18:44.455Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:44.467Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:44.468Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:18:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:18:44.532Z||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-15T04:18:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:45.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:45.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:18:45.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T04:18:45.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:18:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:18:45.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077872744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077884310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077886835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077887900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077888957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077890088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/basic_onboard_rzczyw0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:45.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077891092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:45.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077892096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/resourceInstances/basic_onboard_rzczyw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:45.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077893100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRzczyw/1.0/artifacts/service-BasicOnboardRzczyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:18:45.176Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:18:45.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T04:18:45.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93d6c086-7b41-4659-931e-904d8a50fae8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671077924351,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:18:45.177Z||pool-2-thread-6|||||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-15T04:18:45.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:18:45.363Z||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-15T04:18:45.364Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:18:54.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:18:54.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:18:54.907Z||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-15T04:18:54.907Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:04.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:19:04.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:19:04.448Z||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-15T04:19:04.448Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:14.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:19:44.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:19:44.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:19:44.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:19:44.532Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:44.532Z||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-15T04:19:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:19:54.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:19:54.088Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:20:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:20:44.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:20:44.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:20:44.530Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:20:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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-15T04:20:44.531Z|93d6c086-7b41-4659-931e-904d8a50fae8|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:20:54.073Z|93d6c086-7b41-4659-931e-904d8a50fae8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:20:54.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:21:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:21:44.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:21:44.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:21:44.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:21:44.531Z||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-15T04:21:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:21:54.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:21:54.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:22:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:22:44.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:22:44.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:22:44.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:22:44.531Z||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-15T04:22:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:22:54.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:22:54.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:23:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:23:44.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:23:44.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:23:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:23:44.531Z||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-15T04:23:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:23:54.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:23:54.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:24:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:24:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:24:44.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:24:44.531Z||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-15T04:24:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:24:44.531Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:24:54.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:24:54.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:25:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:25:44.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:25:44.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:25:44.531Z||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-15T04:25:44.532Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:25:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:25:54.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:25:54.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:26:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:26:44.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:26:44.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:26:44.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:26:44.531Z||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-15T04:26:44.532Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:26:54.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:26:54.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:27:44.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:27:44.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T04:27:44.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:27:44.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:27:44.531Z||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-15T04:27:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:27:54.097Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:27:54.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:28:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:28:44.530Z||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-15T04:28:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:28:44.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:28:44.531Z||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-15T04:28:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:28:54.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:28:54.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:44.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:29:44.530Z||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-15T04:29:44.530Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:44.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:29:44.531Z||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-15T04:29:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:45.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:45.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f77150d2-bb34-4a20-ab36-3ff92abcf1f9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"19f828b2-a409-47d1-a336-2ce642602f53","serviceDescription":"service","serviceInvariantUUID":"61559d62-9cab-4683-8087-0579b95b3def","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"851e2040-5f26-4ddf-ad76-733ce8c71a4b","resourceInvariantUUID":"d2a3f6c1-62bc-4653-9358-12ba0aa23bde","resourceCustomizationUUID":"83a0ee95-ae58-461f-92e3-580ad3b8f4be","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":"MDZiMTJlOWIwM2MxZjFhMTM1M2UzODYzNzI3ZWQ2MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b259908-8293-4898-a2f7-5580dd3f54c8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTAxZDY0NDE3NGYyNmY4ZmQ0OTFjNTUwMDIxMzJmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f56719e-944d-468c-9f0d-51dd43c87a20","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:29:45.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671078547440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671078547900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671078547900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671078547440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "cds",
"timestamp": 1671078557493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671078559197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "cds",
"timestamp": 1671078557493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "cds",
"timestamp": 1671078560251,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:29:45.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671078561169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "cds",
"timestamp": 1671078561259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-12-15T04:29:45.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:29:45.165Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:45.169Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
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-15T04:29:45.169Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078584528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T04:29:45.179Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f77150d2-bb34-4a20-ab36-3ff92abcf1f9
2022-12-15T04:29:45.180Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-15T04:29:45.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671078562173,
"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-15T04:29:45.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f77150d2-bb34-4a20-ab36-3ff92abcf1f9
2022-12-15T04:29:45.190Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-15T04:29:45.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "aai-ml",
"timestamp": 1671078561680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "aai-ml",
"timestamp": 1671078561680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "aai-ml",
"timestamp": 1671078564415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1671078565672,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1671078565672,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "aai-ml",
"timestamp": 1671078568915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:29:45.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T04:29:45.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:29:45.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "aai-ml",
"timestamp": 1671078569919,
"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-15T04:29:45.200Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f77150d2-bb34-4a20-ab36-3ff92abcf1f9
2022-12-15T04:29:45.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-15T04:29:45.269Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:29:45.270Z||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-15T04:29:45.270Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:45.282Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:45.282Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:46.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:29:46.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:46.173Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:29:46.173Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078584528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:29:46.274Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:29:46.275Z||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-15T04:29:46.275Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:46.286Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:46.286Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:47.175Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "19f828b2-a409-47d1-a336-2ce642602f53",
"serviceDescription": "service",
"serviceInvariantUUID": "61559d62-9cab-4683-8087-0579b95b3def",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "83a0ee95-ae58-461f-92e3-580ad3b8f4be",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "851e2040-5f26-4ddf-ad76-733ce8c71a4b",
"resourceInvariantUUID": "d2a3f6c1-62bc-4653-9358-12ba0aa23bde",
"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": "NTAxZDY0NDE3NGYyNmY4ZmQ0OTFjNTUwMDIxMzJmN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f56719e-944d-468c-9f0d-51dd43c87a20"
}
],
"workloadContext": "Production"
}
2022-12-15T04:29:47.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:29:47.175Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 19f828b2-a409-47d1-a336-2ce642602f53 ASDC
2022-12-15T04:29:47.176Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f77150d2-bb34-4a20-ab36-3ff92abcf1f9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:19f828b2-a409-47d1-a336-2ce642602f53
ServiceInvariantUUID:61559d62-9cab-4683-8087-0579b95b3def
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:1f56719e-944d-468c-9f0d-51dd43c87a20
ArtifactChecksum:NTAxZDY0NDE3NGYyNmY4ZmQ0OTFjNTUwMDIxMzJmN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:83a0ee95-ae58-461f-92e3-580ad3b8f4be
ResourceInvariantUUID:d2a3f6c1-62bc-4653-9358-12ba0aa23bde
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:851e2040-5f26-4ddf-ad76-733ce8c71a4b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-15T04:29:47.177Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19f828b2-a409-47d1-a336-2ce642602f53 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-15T04:29:47.199Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:29:47.200Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:29:47.200Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:29:47.201Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f56719e-944d-468c-9f0d-51dd43c87a20 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-15T04:29:47.201Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:29:47.202Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:47.263Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:29:47.266Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1f56719e-944d-468c-9f0d-51dd43c87a20 57663
2022-12-15T04:29:47.267Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:47.267Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:47.267Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:29:47.268Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:47.270Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:29:47.270Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078587266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:29:47.370Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:29:47.371Z||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-15T04:29:47.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:47.385Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:47.386Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:48.271Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:29:48.272Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:29:48.272Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1f56719e-944d-468c-9f0d-51dd43c87a20, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:48.273Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-15T04:29:48.273Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:48.274Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:48.441Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6091714329498332258/Definitions/service-BasicNetwork-template.yml
2022-12-15T04:29:49.110Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.111Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.112Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-15T04:29:49.113Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.114Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.115Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.116Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:19f828b2-a409-47d1-a336-2ce642602f53
Model Version:NULL
Model InvariantUuid:61559d62-9cab-4683-8087-0579b95b3def
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d2a3f6c1-62bc-4653-9358-12ba0aa23bde
Model UUID:833b53f8-a766-4152-add4-d60e0cf91d43
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:83a0ee95-ae58-461f-92e3-580ad3b8f4be
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-15T04:29:49.126Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 851e2040-5f26-4ddf-ad76-733ce8c71a4b
2022-12-15T04:29:49.127Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||No resources found for Service: 19f828b2-a409-47d1-a336-2ce642602f53
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-15T04:29:49.137Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||
2022-12-15T04:29:49.138Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-15T04:29:49.139Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 19f828b2-a409-47d1-a336-2ce642602f53
2022-12-15T04:29:49.139Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 19f828b2-a409-47d1-a336-2ce642602f53
2022-12-15T04:29:49.139Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-15T04:29:49.140Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.147Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5df282, org.onap.sdc.toscaparser.api.parameters.Input@41be0f02, org.onap.sdc.toscaparser.api.parameters.Input@d94d176, org.onap.sdc.toscaparser.api.parameters.Input@7bfc776a, org.onap.sdc.toscaparser.api.parameters.Input@6f214375]
2022-12-15T04:29:49.150Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.150Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.150Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 19f828b2-a409-47d1-a336-2ce642602f53: Generic NeutronNet
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.151Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.152Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.152Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:29:49.205Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.205Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.259Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-15T04:29:49.260Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.260Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:49.260Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T04:29:49.261Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:29:49.263Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:29:49.264Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078589260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T04:29:49.363Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:29:49.364Z||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-15T04:29:49.364Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:29:49.374Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:29:49.375Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:29:50.265Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9
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-15T04:29:50.274Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9
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-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T04:29:50.277Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T04:29:50.278Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:29:50.281Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T04:30:20.282Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9 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-15T04:30:20.289Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f77150d2-bb34-4a20-ab36-3ff92abcf1f9 and serviceModelVersionId: 19f828b2-a409-47d1-a336-2ce642602f53
2022-12-15T04:30:20.289Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61559d62-9cab-4683-8087-0579b95b3def
2022-12-15T04:30:20.290Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0
2022-12-15T04:30:20.296Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T04:30:20.392Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-15T04:30:20.394Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0|INFO|500||Invoke
2022-12-15T04:30:20.422Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T04:30:20.526Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0|INFO|500||InvokeReturn
2022-12-15T04:30:20.528Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61559d62-9cab-4683-8087-0579b95b3def/model-vers/model-ver/19f828b2-a409-47d1-a336-2ce642602f53?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 04:30:20 GMT], content-length=[0], vertex-id=[184536], x-aai-txid=[0-aai-resources-221215-04:30:20:343-20329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T04:30:20.528Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T04:30:20.529Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T04:30:20.529Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:30:20.533Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:30:20.534Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f77150d2-bb34-4a20-ab36-3ff92abcf1f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T04:30:20.534Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T04:30:20.535Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:20.537Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:20.537Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078620534,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T04:30:20.637Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:20.638Z||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-15T04:30:20.638Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:20.652Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:20.653Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-15T04:30:44.529Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:30:44.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T04:30:44.531Z||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-15T04:30:44.531Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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-15T04:30:44.531Z||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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:44.531Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|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 p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:44.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:44.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T04:30:44.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f77150d2-bb34-4a20-ab36-3ff92abcf1f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078584528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:44.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-15T04:30:45.158Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:45.159Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T04:30:45.160Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d491d5ea-147d-4612-80b2-60053c75e3f8","serviceName":"Demo_pNF_rdPu2q4etdAqgQl6xsiQ","serviceVersion":"1.0","serviceUUID":"c58ec3cd-2ecc-4d13-b823-25861f4eabf3","serviceDescription":"catalog service description","serviceInvariantUUID":"18bd0759-8854-498d-ab56-044683b0e738","resources":[{"resourceInstanceName":"pNF 47dbbcec-6a08 0","resourceName":"pNF 47dbbcec-6a08","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af658a21-e64e-4a0c-b436-1b28331d3595","resourceInvariantUUID":"3d798b8e-a17c-4809-9675-7b7baa8169f3","resourceCustomizationUUID":"de0aac73-e5bd-466c-b545-9f0133f39453","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml","artifactChecksum":"MGFmMWVhMDEzZGUyYTMxMDkxOWI5ZjQ2YTBmY2FhNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d389ea57-4425-4447-b287-481807d3377e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar","artifactChecksum":"YTMyYzE2Zjk4OWRiNTYwNzdhODEzNmE5NThmNzdhN2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcb3b78a-f962-4649-b7fc-feeecd1bbadd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fba0851a-a55c-48b6-b4f0-c180deb39e75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml","artifactChecksum":"NWI4YWY2ZTMzNmI2MmM1Y2E4NTkwMGIyY2RkYThjMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"65da64c2-c255-4fd9-98c8-9b79bce292b8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e553831e-44e2-4a3b-9828-5b9b8db6f072","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a889815-b5b1-4933-89b7-bda667d86be1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml","artifactChecksum":"ZGMyOGRkNzA2NGE2ZGU3N2Y5Y2I2MTBhNzdmZTM1Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ccb4e98-9000-4b6f-bbb5-bb95fc1ccf96","artifactVersion":"1"},{"artifactName":"service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar","artifactChecksum":"NDE4OTkxYzA2ZTJjYzZiYzNmNzI5M2VjN2UyNTRhODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86205ca3-0001-4027-9c17-efa40e767933","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T04:30:45.163Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:45.163Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:45.166Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:45.166Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:45.267Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:45.268Z||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-15T04:30:45.268Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:45.280Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:45.281Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:46.167Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:46.169Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:46.172Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:46.172Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:46.273Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:46.274Z||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-15T04:30:46.274Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:46.286Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:46.287Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:47.173Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:47.174Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:47.176Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:47.177Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:47.277Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:47.279Z||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-15T04:30:47.279Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:47.290Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:47.291Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:48.177Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:48.180Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:48.182Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:48.182Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:48.282Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:48.284Z||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-15T04:30:48.284Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:48.300Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:48.301Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:49.182Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:49.184Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:49.186Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:49.186Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:49.287Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:30:49.288Z||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-15T04:30:49.288Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:49.301Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:49.301Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:50.186Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:50.187Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:50.190Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:50.190Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/resourceInstances/pnf47dbbcec6a080/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:50.291Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T04:30:50.292Z||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-15T04:30:50.292Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:50.303Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:50.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:51.197Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:51.199Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:51.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:51.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T04:30:51.303Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T04:30:51.304Z||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-15T04:30:51.304Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:51.323Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:51.324Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:52.203Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T04:30:52.204Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:52.206Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:52.206Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078644529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T04:30:52.306Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:52.307Z||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-15T04:30:52.308Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:52.317Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:52.318Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:53.208Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"serviceName": "Demo_pNF_rdPu2q4etdAqgQl6xsiQ",
"serviceVersion": "1.0",
"serviceUUID": "c58ec3cd-2ecc-4d13-b823-25861f4eabf3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "18bd0759-8854-498d-ab56-044683b0e738",
"resources": [
{
"resourceInstanceName": "pNF 47dbbcec-6a08 0",
"resourceCustomizationUUID": "de0aac73-e5bd-466c-b545-9f0133f39453",
"resourceName": "pNF 47dbbcec-6a08",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "af658a21-e64e-4a0c-b436-1b28331d3595",
"resourceInvariantUUID": "3d798b8e-a17c-4809-9675-7b7baa8169f3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
"artifactChecksum": "NDE4OTkxYzA2ZTJjYzZiYzNmNzI5M2VjN2UyNTRhODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "86205ca3-0001-4027-9c17-efa40e767933"
}
],
"workloadContext": "Production"
}
2022-12-15T04:30:53.209Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T04:30:53.209Z|f77150d2-bb34-4a20-ab36-3ff92abcf1f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c58ec3cd-2ecc-4d13-b823-25861f4eabf3 ASDC
2022-12-15T04:30:53.210Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d491d5ea-147d-4612-80b2-60053c75e3f8
ServiceName:Demo_pNF_rdPu2q4etdAqgQl6xsiQ
ServiceVersion:1.0
ServiceUUID:c58ec3cd-2ecc-4d13-b823-25861f4eabf3
ServiceInvariantUUID:18bd0759-8854-498d-ab56-044683b0e738
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
ArtifactUUID:86205ca3-0001-4027-9c17-efa40e767933
ArtifactChecksum:NDE4OTkxYzA2ZTJjYzZiYzNmNzI5M2VjN2UyNTRhODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 47dbbcec-6a08 0
ResourceCustomizationUUID:de0aac73-e5bd-466c-b545-9f0133f39453
ResourceInvariantUUID:3d798b8e-a17c-4809-9675-7b7baa8169f3
ResourceName:pNF 47dbbcec-6a08
ResourceType:PNF
ResourceUUID:af658a21-e64e-4a0c-b436-1b28331d3595
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-15T04:30:53.210Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c58ec3cd-2ecc-4d13-b823-25861f4eabf3 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-15T04:30:53.255Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:30:53.256Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:30:53.257Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:30:53.257Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86205ca3-0001-4027-9c17-efa40e767933 from URL: /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:53.257Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-15T04:30:53.258Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:53.360Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-15T04:30:53.364Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar 86205ca3-0001-4027-9c17-efa40e767933 87774
2022-12-15T04:30:53.364Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar ASDC sendASDCNotification
2022-12-15T04:30:53.364Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:53.365Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T04:30:53.365Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-15T04:30:53.367Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T04:30:53.368Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d491d5ea-147d-4612-80b2-60053c75e3f8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671078653364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T04:30:53.468Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T04:30:53.469Z||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-15T04:30:53.469Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p9ozJFarTQ0gUypB) ...
2022-12-15T04:30:53.487Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T04:30:53.487Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-15T04:30:54.368Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T04:30:54.370Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-15T04:30:54.370Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 86205ca3-0001-4027-9c17-efa40e767933, URL: /sdc/v1/catalog/services/DemoPnfRdpu2q4etdaqgql6xsiq/1.0/artifacts/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar to file: /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.370Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.371Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.371Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:54.496Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16269243455383825379/Definitions/service-DemoPnfRdpu2q4etdaqgql6xsiq-template.yml
2022-12-15T04:30:55.460Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T04:30:55.461Z|d491d5ea-147d-4612-80b2-60053c75e3f8|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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47dbbcec-6a08 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-DemoPnfRdpu2q4etdaqgql6xsiq-csar.csar
2022-12-15T04:30:55.462Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-15T04:30:55.463Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.463Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.463Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Node template pNF 47dbbcec-6a08 0 is matching search criteria
2022-12-15T04:30:55.464Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:30:55.464Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 47dbbcec-6a08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:30:55.464Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Node template pNF 47dbbcec-6a08 0 is matching search criteria
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-15T04:30:55.465Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 47dbbcec-6a08 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.466Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.467Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_rdPu2q4etdAqgQl6xsiQ
Description:catalog service description
Model UUID:c58ec3cd-2ecc-4d13-b823-25861f4eabf3
Model Version:NULL
Model InvariantUuid:18bd0759-8854-498d-ab56-044683b0e738
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-15T04:30:55.475Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: af658a21-e64e-4a0c-b436-1b28331d3595
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-15T04:30:55.479Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||pNF 47dbbcec-6a08 0
2022-12-15T04:30:55.479Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af658a21-e64e-4a0c-b436-1b28331d3595
2022-12-15T04:30:55.480Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c58ec3cd-2ecc-4d13-b823-25861f4eabf3
2022-12-15T04:30:55.480Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c58ec3cd-2ecc-4d13-b823-25861f4eabf3
2022-12-15T04:30:55.480Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 47dbbcec-6a08 0 af658a21-e64e-4a0c-b436-1b28331d3595 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-15T04:30:55.484Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34917241, org.onap.sdc.toscaparser.api.parameters.Input@1a1aa624, org.onap.sdc.toscaparser.api.parameters.Input@371643f3, org.onap.sdc.toscaparser.api.parameters.Input@25a9ef99, org.onap.sdc.toscaparser.api.parameters.Input@1a959217]
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_rdPu2q4etdAqgQl6xsiQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c58ec3cd-2ecc-4d13-b823-25861f4eabf3: pNF 47dbbcec-6a08
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||INFO|500||Processing PNF resource: af658a21-e64e-4a0c-b436-1b28331d3595
2022-12-15T04:30:55.485Z|d491d5ea-147d-4612-80b2-60053c75e3f8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery