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-10-24T05:25:32.048Z||main|||||INFO|500||The following profiles are active: basic
2022-10-24T05:25:43.915Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-24T05:25:43.916Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-24T05:25:44.033Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-24T05:25:48.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-24T05:25:49.205Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-24T05:25:49.725Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-24T05:25:49.733Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-24T05:25:49.840Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-24T05:25:50.029Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-24T05:25:50.681Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-24T05:25:52.389Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-24T05:25:54.704Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-24T05:25:54.764Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-24T05:25:55.367Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-24T05:25:55.645Z||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-10-24T05:25:57.007Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-24T05:25:58.255Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-24T05:25:58.279Z||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$$1cee29c1.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-10-24T05:25:58.280Z||main|||||WARN|500||The sdc end point is not alive
2022-10-24T05:26:01.887Z||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-10-24T05:26:04.978Z||main|||||WARN|500||---
2022-10-24T05:26:04.979Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-24T05:26:04.979Z||main|||||WARN|500||---
2022-10-24T05:26:05.437Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-24T05:26:10.428Z||main|||||INFO|500||Started Application in 41.521 seconds (JVM running for 43.886)
2022-10-24T05:26:10.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-24T05:26:10.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-24T05:26:10.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-24T05:26:10.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-24T05:26:10.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 866c1796-395b-42f5-83c5-8e8e81fe86de url= /sdc/v1/artifactTypes
2022-10-24T05:26:10.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-24T05:26:10.899Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-24T05:26:10.927Z||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-10-24T05:26:10.978Z||scheduling-1|||||DEBUG|500||create keys
2022-10-24T05:26:10.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-24T05:26:11.019Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:26:11.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da0e281a-d144-4878-8904-9a29a2a930a6 url= /sdc/v1/registerForDistribution
2022-10-24T05:26:11.123Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= da0e281a-d144-4878-8904-9a29a2a930a6 url= /sdc/v1/registerForDistribution
2022-10-24T05:26:11.124Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-24T05:26:11.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:26:11.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:26:11.151Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-24T05:26:11.186Z||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-10-24T05:26:11.190Z||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-10-24T05:26:11.190Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:26:11.190Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:26:21.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:26:21.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:27:11.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:27:11.132Z||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-10-24T05:27:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:27:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:27:11.135Z||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-10-24T05:27:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:27:20.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:27:20.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:28:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:28:11.131Z||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-10-24T05:28:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:28:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:28:11.138Z||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-10-24T05:28:11.138Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:28:20.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:28:20.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:29:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:29:11.131Z||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-10-24T05:29:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:29:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:29:11.135Z||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-10-24T05:29:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:29:20.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:29:20.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:30:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:30:11.131Z||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-10-24T05:30:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:30:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:30:11.135Z||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-10-24T05:30:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:30:20.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:30:20.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:31:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:31:11.131Z||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-10-24T05:31:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:31:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:31:11.136Z||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-10-24T05:31:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:31:20.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:31:20.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:32:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:32:11.131Z||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-10-24T05:32:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:32:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:32:11.135Z||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-10-24T05:32:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:32:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:32:20.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:33:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:33:11.131Z||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-10-24T05:33:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:33:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:33:11.136Z||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-10-24T05:33:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:33:20.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:33:20.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:34:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:34:11.131Z||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-10-24T05:34:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:34:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:34:11.135Z||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-10-24T05:34:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:34:20.696Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:34:20.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:35:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:35:11.131Z||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-10-24T05:35:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:35:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:35:11.135Z||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-10-24T05:35:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:35:20.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:35:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:35:36.364Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-24T05:36:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:36:11.131Z||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-10-24T05:36:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:36:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:36:11.135Z||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-10-24T05:36:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:36:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:36:20.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:37:11.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:37:11.133Z||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-10-24T05:37:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:37:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:37:11.135Z||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-10-24T05:37:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:37:20.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:37:20.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:38:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:38:11.132Z||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-10-24T05:38:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:38:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:38:11.135Z||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-10-24T05:38:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:38:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:38:20.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:39:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:39:11.131Z||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-10-24T05:39:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:39:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:39:11.135Z||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-10-24T05:39:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:39:20.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:39:20.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:40:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:40:11.131Z||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-10-24T05:40:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:40:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:40:11.135Z||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-10-24T05:40:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:40:20.671Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:40:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:41:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:41:11.131Z||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-10-24T05:41:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:41:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:41:11.135Z||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-10-24T05:41:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:41:20.672Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:41:20.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:42:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:42:11.131Z||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-10-24T05:42:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:42:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:42:11.135Z||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-10-24T05:42:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:42:20.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:42:20.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:43:11.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:43:11.132Z||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-10-24T05:43:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:43:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:43:11.135Z||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-10-24T05:43:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:43:20.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:43:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:44:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:44:11.131Z||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-10-24T05:44:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:44:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:44:11.135Z||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-10-24T05:44:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:44:20.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:44:20.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:45:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:45:11.131Z||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-10-24T05:45:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:45:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:45:11.135Z||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-10-24T05:45:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:45:20.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:45:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:46:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:46:11.131Z||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-10-24T05:46:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:46:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:46:11.135Z||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-10-24T05:46:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:46:20.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:46:20.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:47:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:47:11.131Z||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-10-24T05:47:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:47:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:47:11.135Z||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-10-24T05:47:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:47:20.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:47:20.700Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:48:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:48:11.131Z||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-10-24T05:48:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:48:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:48:11.135Z||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-10-24T05:48:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:48:20.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:48:20.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:49:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:49:11.133Z||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-10-24T05:49:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:49:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:49:11.135Z||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-10-24T05:49:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:49:20.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:49:20.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:50:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:50:11.131Z||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-10-24T05:50:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:50:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:50:11.135Z||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-10-24T05:50:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:50:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:50:20.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:51:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:51:11.131Z||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-10-24T05:51:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:51:11.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:51:11.136Z||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-10-24T05:51:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:51:20.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:51:20.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:52:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:52:11.131Z||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-10-24T05:52:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:52:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:52:11.135Z||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-10-24T05:52:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:52:20.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:52:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:53:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:53:11.131Z||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-10-24T05:53:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:53:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:53:11.135Z||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-10-24T05:53:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:53:20.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:53:20.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:54:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:54:11.131Z||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-10-24T05:54:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:54:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:54:11.134Z||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-10-24T05:54:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:54:20.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:54:20.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:55:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:55:11.131Z||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-10-24T05:55:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:55:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:55:11.135Z||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-10-24T05:55:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:55:20.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:55:20.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:56:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:56:11.131Z||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-10-24T05:56:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:56:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:56:11.135Z||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-10-24T05:56:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:56:20.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:56:20.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:57:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:57:11.131Z||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-10-24T05:57:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:57:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:57:11.135Z||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-10-24T05:57:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:57:20.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:57:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:58:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:58:11.131Z||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-10-24T05:58:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:58:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:58:11.135Z||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-10-24T05:58:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:58:20.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:58:20.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:59:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:59:11.131Z||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-10-24T05:59:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:59:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:59:11.135Z||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-10-24T05:59:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:59:20.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T05:59:20.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:00:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:00:11.131Z||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-10-24T06:00:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:00:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:00:11.134Z||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-10-24T06:00:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:00:20.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:00:20.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:01:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:01:11.131Z||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-10-24T06:01:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:01:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:01:11.135Z||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-10-24T06:01:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:01:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:01:20.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:02:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:02:11.131Z||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-10-24T06:02:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:02:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:02:11.135Z||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-10-24T06:02:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:02:20.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:02:20.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:03:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:03:11.133Z||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-10-24T06:03:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:03:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:03:11.135Z||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-10-24T06:03:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:03:20.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:03:20.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:04:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:04:11.131Z||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-10-24T06:04:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:04:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:04:11.135Z||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-10-24T06:04:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:04:20.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:04:20.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:05:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:05:11.131Z||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-10-24T06:05:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:05:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:05:11.135Z||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-10-24T06:05:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:05:20.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:05:20.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:06:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:06:11.131Z||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-10-24T06:06:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:06:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:06:11.135Z||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-10-24T06:06:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:06:20.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:06:20.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:07:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:07:11.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:07:11.131Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:07:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:07:11.135Z||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-10-24T06:07:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:07:20.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:07:20.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:08:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:08:11.130Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:08:11.131Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:08:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:08:11.135Z||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-10-24T06:08:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:08:20.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:08:20.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:09:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:09:11.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:09:11.131Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:09:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:09:11.135Z||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-10-24T06:09:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:09:20.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:09:20.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:10:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:10:11.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:10:11.131Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:10:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:10:11.135Z||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-10-24T06:10:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:10:20.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:10:20.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:11:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:11:11.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:11:11.132Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:11:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:11:11.135Z||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-10-24T06:11:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:11:20.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:11:20.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:12:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:12:11.132Z||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-10-24T06:12:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:12:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:12:11.135Z||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-10-24T06:12:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:12:20.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:12:20.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:13:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:13:11.131Z||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-10-24T06:13:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:13:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:13:11.135Z||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-10-24T06:13:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:13:20.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:13:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:14:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:14:11.131Z||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-10-24T06:14:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:14:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:14:11.135Z||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-10-24T06:14:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:14:20.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:14:20.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:15:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:15:11.131Z||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-10-24T06:15:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:15:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:15:11.135Z||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-10-24T06:15:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:15:20.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:15:20.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:16:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:16:11.131Z||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-10-24T06:16:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:16:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:16:11.135Z||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-10-24T06:16:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:16:20.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:16:20.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:17:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:17:11.133Z||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-10-24T06:17:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:17:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:17:11.135Z||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-10-24T06:17:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:17:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:17:20.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:18:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:18:11.131Z||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-10-24T06:18:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:18:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:18:11.135Z||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-10-24T06:18:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:18:20.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:18:20.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:19:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:19:11.131Z||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-10-24T06:19:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:19:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:19:11.135Z||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-10-24T06:19:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:19:20.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:19:20.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:20:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:20:11.131Z||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-10-24T06:20:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:20:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:20:11.135Z||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-10-24T06:20:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:20:20.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:20:20.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:21:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:21:11.131Z||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-10-24T06:21:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:21:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:21:11.135Z||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-10-24T06:21:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:21:20.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:21:20.672Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:22:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:22:11.131Z||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-10-24T06:22:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:22:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:22:11.135Z||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-10-24T06:22:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:22:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:22:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:23:11.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:23:11.134Z||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-10-24T06:23:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:23:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:23:11.135Z||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-10-24T06:23:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:23:20.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:23:20.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:24:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:24:11.131Z||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-10-24T06:24:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:24:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:24:11.135Z||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-10-24T06:24:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:24:20.708Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:24:20.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:25:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:25:11.131Z||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-10-24T06:25:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:25:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:25:11.134Z||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-10-24T06:25:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:25:20.669Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:25:20.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:26:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:26:11.131Z||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-10-24T06:26:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:26:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:26:11.134Z||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-10-24T06:26:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:26:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:26:20.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:27:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:27:11.133Z||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-10-24T06:27:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:27:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:27:11.135Z||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-10-24T06:27:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:27:20.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:27:20.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:28:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:28:11.131Z||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-10-24T06:28:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:28:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:28:11.135Z||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-10-24T06:28:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:28:20.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:28:20.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:29:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:29:11.131Z||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-10-24T06:29:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:29:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:29:11.135Z||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-10-24T06:29:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:29:20.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:29:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:30:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:30:11.131Z||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-10-24T06:30:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:30:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:30:11.135Z||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-10-24T06:30:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:30:20.672Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:30:20.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:31:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:31:11.131Z||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-10-24T06:31:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:31:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:31:11.135Z||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-10-24T06:31:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:31:20.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:31:20.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:32:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:32:11.131Z||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-10-24T06:32:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:32:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:32:11.135Z||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-10-24T06:32:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:32:20.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:32:20.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:33:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:33:11.131Z||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-10-24T06:33:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:33:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:33:11.135Z||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-10-24T06:33:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:33:20.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:33:20.671Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:34:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:34:11.131Z||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-10-24T06:34:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:34:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:34:11.135Z||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-10-24T06:34:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:34:20.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:34:20.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:35:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:35:11.131Z||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-10-24T06:35:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:35:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:35:11.135Z||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-10-24T06:35:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:35:20.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:35:20.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:36:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:36:11.131Z||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-10-24T06:36:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:36:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:36:11.135Z||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-10-24T06:36:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:36:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:36:20.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:37:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:37:11.131Z||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-10-24T06:37:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:37:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:37:11.135Z||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-10-24T06:37:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:37:20.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:37:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:38:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:38:11.131Z||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-10-24T06:38:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:38:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:38:11.135Z||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-10-24T06:38:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:38:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:38:20.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:39:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:39:11.132Z||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-10-24T06:39:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:39:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:39:11.135Z||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-10-24T06:39:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:39:20.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:39:20.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:40:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:40:11.131Z||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-10-24T06:40:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:40:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:40:11.135Z||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-10-24T06:40:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:40:20.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:40:20.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:41:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:41:11.131Z||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-10-24T06:41:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:41:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:41:11.135Z||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-10-24T06:41:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:41:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:41:20.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:42:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:42:11.131Z||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-10-24T06:42:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:42:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:42:11.135Z||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-10-24T06:42:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:42:20.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:42:20.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:43:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:43:11.132Z||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-10-24T06:43:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:43:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:43:11.135Z||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-10-24T06:43:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:43:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:43:20.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:44:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:44:11.131Z||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-10-24T06:44:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:44:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:44:11.135Z||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-10-24T06:44:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:44:20.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:44:20.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:45:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:45:11.131Z||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-10-24T06:45:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:45:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:45:11.135Z||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-10-24T06:45:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:45:20.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:45:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:46:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:46:11.131Z||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-10-24T06:46:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:46:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:46:11.134Z||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-10-24T06:46:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:46:20.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:46:20.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:47:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:47:11.131Z||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-10-24T06:47:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:47:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:47:11.135Z||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-10-24T06:47:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:47:20.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:47:20.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:48:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:48:11.130Z||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-10-24T06:48:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:48:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:48:11.134Z||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-10-24T06:48:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:48:20.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:48:20.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:49:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:49:11.131Z||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-10-24T06:49:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:49:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:49:11.135Z||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-10-24T06:49:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:49:20.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:49:20.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:50:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:50:11.131Z||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-10-24T06:50:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:50:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:50:11.135Z||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-10-24T06:50:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:50:20.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:50:20.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:51:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:51:11.131Z||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-10-24T06:51:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:51:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:51:11.135Z||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-10-24T06:51:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:51:20.669Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:51:20.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:52:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:52:11.131Z||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-10-24T06:52:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:52:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:52:11.135Z||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-10-24T06:52:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:52:20.674Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:52:20.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:53:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:53:11.131Z||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-10-24T06:53:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:53:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:53:11.135Z||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-10-24T06:53:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:53:20.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:53:20.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:54:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:54:11.131Z||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-10-24T06:54:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:54:11.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:54:11.135Z||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-10-24T06:54:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:54:20.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:54:20.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:55:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:55:11.130Z||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-10-24T06:55:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:55:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:55:11.134Z||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-10-24T06:55:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:55:20.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:55:20.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:56:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:56:11.131Z||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-10-24T06:56:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:56:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:56:11.135Z||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-10-24T06:56:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:56:20.670Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:56:20.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:57:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:57:11.131Z||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-10-24T06:57:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:57:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:57:11.135Z||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-10-24T06:57:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:57:20.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:57:20.674Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:58:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:58:11.132Z||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-10-24T06:58:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:58:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:58:11.134Z||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-10-24T06:58:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:58:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:58:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:59:11.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:59:11.131Z||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-10-24T06:59:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:59:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:59:11.135Z||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-10-24T06:59:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:59:20.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T06:59:20.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:00:11.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:00:11.131Z||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-10-24T07:00:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:00:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:00:11.135Z||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-10-24T07:00:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:00:20.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:00:20.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:01:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:01:11.131Z||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-10-24T07:01:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:01:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:01:11.135Z||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-10-24T07:01:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:01:20.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:01:20.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:02:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:02:11.130Z||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-10-24T07:02:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:02:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:02:11.134Z||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-10-24T07:02:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:02:20.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:02:20.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:03:11.131Z||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-10-24T07:03:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:03:11.135Z||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-10-24T07:03:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:11.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:11.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOTIFIED"
}
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594972504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666594981173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594988255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:03:11.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594989336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:03:11.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:03:11.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:11.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"be109a46-11e2-4578-a129-bc53f768437d","serviceName":"vFW 2022-10-24 07-02-08","serviceVersion":"1.0","serviceUUID":"0ab58581-0eda-4911-bd4e-3bc1c2251221","serviceDescription":"catalog service description","serviceInvariantUUID":"d2aacc1c-0be1-4050-858e-3c807bfd84a9","resources":[{"resourceInstanceName":"vFW 4a21e104-95e4 0","resourceName":"vFW 4a21e104-95e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afc9d36c-853a-497e-ac67-841a45540ecd","resourceInvariantUUID":"9fb58336-74db-4ee7-b236-9cad6427f89b","resourceCustomizationUUID":"ba885693-fffa-43a6-b8be-640c7ebb0ae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml","artifactChecksum":"ZTJiNTA1MTA4YTEwN2UwOWQzMmM3NWMzOGZjMjE1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"438b6c78-1fb8-464e-9ea4-de7e733d43db","artifactVersion":"1"},{"artifactName":"vfw4a21e10495e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json","artifactChecksum":"OGIzOTgyMTRkMzM5MzE5ZjIwYjFmYWE0ODE1ZjM5Yjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"736513aa-bc0f-4a69-82fb-205da001c353","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml","artifactChecksum":"MGM4MTM0MGVkMjAwOWZhNDRiNTRmOTRkM2NmZGI0ZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"041f14cd-0bb6-4944-8072-b2d3c6984916","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1dcacac8-0076-4b96-9441-c2bc0fbd8d08","artifactVersion":"2","generatedFromUUID":"7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221024070208-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml","artifactChecksum":"MWM5NjI5YTA2NmY4ZjY2OGJmZWY4MDQ1MzRmMDBlZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f136b7ed-8aa9-4651-96e5-366d6b16250c","artifactVersion":"1"},{"artifactName":"service-Vfw20221024070208-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar","artifactChecksum":"MjQyOTk4NTM3MjA4N2EzMjRhZmRmNTk1ZThlMjFjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90b47380-48bf-44e1-85ef-516643c930cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:03:11.771Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:11.780Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:11.792Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:11.793Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.893Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-24T07:03:11.897Z||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-10-24T07:03:11.897Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:11.908Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:11.909Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:12.802Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:12.802Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:12.804Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:12.804Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOTIFIED"
}
2022-10-24T07:03:12.905Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:12.906Z||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-10-24T07:03:12.906Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:12.917Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:12.917Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:13.805Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:13.808Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:13.811Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:13.811Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:03:13.911Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:13.912Z||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-10-24T07:03:13.912Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:13.926Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:13.927Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:03:14.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:14.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:14.815Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:14.815Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:14.915Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:14.916Z||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-10-24T07:03:14.916Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:14.926Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:14.927Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:15.816Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:15.816Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:15.818Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:15.818Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-24T07:03:15.918Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:15.919Z||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-10-24T07:03:15.919Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:15.932Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:15.932Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:16.819Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:16.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:16.822Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:16.822Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:03:16.922Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:16.923Z||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-10-24T07:03:16.924Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:16.936Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:16.936Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:17.822Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:17.824Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:17.826Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:17.826Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:03:17.926Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:17.927Z||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-10-24T07:03:17.927Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:17.939Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:17.939Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:18.828Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"serviceName": "vFW 2022-10-24 07-02-08",
"serviceVersion": "1.0",
"serviceUUID": "0ab58581-0eda-4911-bd4e-3bc1c2251221",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d2aacc1c-0be1-4050-858e-3c807bfd84a9",
"resources": [
{
"resourceInstanceName": "vFW 4a21e104-95e4 0",
"resourceCustomizationUUID": "ba885693-fffa-43a6-b8be-640c7ebb0ae4",
"resourceName": "vFW 4a21e104-95e4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "afc9d36c-853a-497e-ac67-841a45540ecd",
"resourceInvariantUUID": "9fb58336-74db-4ee7-b236-9cad6427f89b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4a21e10495e40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"artifactChecksum": "OGIzOTgyMTRkMzM5MzE5ZjIwYjFmYWE0ODE1ZjM5Yjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "736513aa-bc0f-4a69-82fb-205da001c353",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1dcacac8-0076-4b96-9441-c2bc0fbd8d08",
"generatedFromUUID": "7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1dcacac8-0076-4b96-9441-c2bc0fbd8d08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221024070208-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"artifactChecksum": "MjQyOTk4NTM3MjA4N2EzMjRhZmRmNTk1ZThlMjFjM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "90b47380-48bf-44e1-85ef-516643c930cf"
}
],
"workloadContext": "Production"
}
2022-10-24T07:03:18.829Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:03:18.829Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ab58581-0eda-4911-bd4e-3bc1c2251221 ASDC
2022-10-24T07:03:18.970Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:be109a46-11e2-4578-a129-bc53f768437d
ServiceName:vFW 2022-10-24 07-02-08
ServiceVersion:1.0
ServiceUUID:0ab58581-0eda-4911-bd4e-3bc1c2251221
ServiceInvariantUUID:d2aacc1c-0be1-4050-858e-3c807bfd84a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221024070208-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
ArtifactUUID:90b47380-48bf-44e1-85ef-516643c930cf
ArtifactChecksum:MjQyOTk4NTM3MjA4N2EzMjRhZmRmNTk1ZThlMjFjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4a21e104-95e4 0
ResourceCustomizationUUID:ba885693-fffa-43a6-b8be-640c7ebb0ae4
ResourceInvariantUUID:9fb58336-74db-4ee7-b236-9cad6427f89b
ResourceName:vFW 4a21e104-95e4
ResourceType:VF
ResourceUUID:afc9d36c-853a-497e-ac67-841a45540ecd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4a21e10495e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
ArtifactUUID:736513aa-bc0f-4a69-82fb-205da001c353
ArtifactChecksum:OGIzOTgyMTRkMzM5MzE5ZjIwYjFmYWE0ODE1ZjM5Yjc=
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/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
ArtifactUUID:7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65
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/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
ArtifactUUID:1dcacac8-0076-4b96-9441-c2bc0fbd8d08
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/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
ArtifactUUID:1dcacac8-0076-4b96-9441-c2bc0fbd8d08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-24T07:03:18.971Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ab58581-0eda-4911-bd4e-3bc1c2251221 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-10-24T07:03:19.266Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:03:19.268Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:03:19.269Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:03:19.269Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 90b47380-48bf-44e1-85ef-516643c930cf from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:19.270Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:19.271Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:19.376Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:19.395Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar 90b47380-48bf-44e1-85ef-516643c930cf 100643
2022-10-24T07:03:19.397Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar ASDC sendASDCNotification
2022-10-24T07:03:19.397Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:19.399Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:19.401Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:19.403Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:19.403Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594999395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:03:19.503Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:19.504Z||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-10-24T07:03:19.505Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:19.544Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:19.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:20.404Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:03:20.405Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:03:20.405Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 90b47380-48bf-44e1-85ef-516643c930cf, URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar to file: /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:20.406Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221024070208-csar.csar
2022-10-24T07:03:20.562Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:20.562Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:21.299Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12632684825332966534/Definitions/service-Vfw20221024070208-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-10-24T07:03:23.806Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:03:23.810Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4a21e104-95e4 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-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:03:23.818Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.820Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.824Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.824Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:03:23.826Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:03:23.829Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.829Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.832Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:03:23.836Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.836Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:03:23.837Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.837Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.837Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1f4bfa5-dc06-41be-95ac-2917924f2d00
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832b359-5223-431f-8a1c-cc3ea9842fca
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a08dbbb3-9f99-4f01-bde8-79ca7a524b3a
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-24 07-02-08
Description:catalog service description
Model UUID:0ab58581-0eda-4911-bd4e-3bc1c2251221
Model Version:NULL
Model InvariantUuid:d2aacc1c-0be1-4050-858e-3c807bfd84a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4a21e104-95e4
Model UUID:5d007d62-3c09-49bb-ad6c-2cd9df5022bd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9fb58336-74db-4ee7-b236-9cad6427f89b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ba885693-fffa-43a6-b8be-640c7ebb0ae4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ce4c26d9-4f4b-452b-b327-7f20890c1135
ModelName:Vfw4a21e10495e4..base_vfw..module-0
ModelUuid:160122eb-adc0-4357-8983-b8465a5048da
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d1f4bfa5-dc06-41be-95ac-2917924f2d00
ModelInvariantUuid:6e6826a7-4a63-4ef0-bca2-de686fe38018
ModelName:vFW 4a21e104-95e4-nodes.vfwCvfc
ModelUuid:03bc8d98-6286-43a0-90ba-35517f918080
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0f5ce4ce-0d76-48e0-80b6-7e66ef1dea23
ModelInvariantUuid:4c510073-4659-44c2-8fff-ecff0d5b7394
ModelName:Vfw4a21e10495e4.compute.nodes.heat.vfw
ModelUuid:6e49f4f7-d5e3-45da-aafe-e919dc1f2c60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f832b359-5223-431f-8a1c-cc3ea9842fca
ModelInvariantUuid:9a964888-2a21-484e-8f79-35ab50ff2597
ModelName:vFW 4a21e104-95e4-nodes.vsnCvfc
ModelUuid:f64103f9-eb06-4984-8a2b-1a5c29514ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8dbc761f-bba8-4b56-a027-76dba31873a2
ModelInvariantUuid:99d89073-b5bc-403c-aedd-a9e6cfd3c4b0
ModelName:Vfw4a21e10495e4.compute.nodes.heat.vsn
ModelUuid:0bbf60ae-2ee0-4a3a-aae7-8287f85aa05b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a08dbbb3-9f99-4f01-bde8-79ca7a524b3a
ModelInvariantUuid:10429596-5d71-4c1d-b258-af6962bc1561
ModelName:vFW 4a21e104-95e4-nodes.vpgCvfc
ModelUuid:4ed1d7b7-19ab-46e1-aa2e-10a6feb246af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:03364c47-4948-41fa-a8d3-603babe0553d
ModelInvariantUuid:4091fd89-051c-419b-8da6-405e68fcc867
ModelName:Vfw4a21e10495e4.compute.nodes.heat.vpg
ModelUuid:cf0cf98b-2ea5-4705-bd03-36cda3e3b251
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-10-24T07:03:23.871Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: afc9d36c-853a-497e-ac67-841a45540ecd
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-10-24T07:03:23.968Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||vFW 4a21e104-95e4 0
2022-10-24T07:03:23.974Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afc9d36c-853a-497e-ac67-841a45540ecd
2022-10-24T07:03:23.975Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 736513aa-bc0f-4a69-82fb-205da001c353 from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:23.975Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:23.975Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:24.026Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json 736513aa-bc0f-4a69-82fb-205da001c353 785
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json ASDC sendASDCNotification
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:24.030Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:24.030Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595004027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:03:24.132Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-24T07:03:24.133Z||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-10-24T07:03:24.133Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:24.145Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:24.145Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:25.032Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4a21e10495e4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ce4c26d9-4f4b-452b-b327-7f20890c1135",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "160122eb-adc0-4357-8983-b8465a5048da",
"vfModuleModelCustomizationUUID": "704016e3-2f38-47cb-9824-4e653234fe32",
"isBase": true,
"artifacts": [
"7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65",
"1dcacac8-0076-4b96-9441-c2bc0fbd8d08"
],
"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-10-24T07:03:25.048Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a21e10495e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:160122eb-adc0-4357-8983-b8465a5048da
VfModuleModelInvariantUUID:ce4c26d9-4f4b-452b-b327-7f20890c1135
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65
,
1dcacac8-0076-4b96-9441-c2bc0fbd8d08
}
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-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4a21e10495e4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ce4c26d9-4f4b-452b-b327-7f20890c1135",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "160122eb-adc0-4357-8983-b8465a5048da",
"vfModuleModelCustomizationUUID": "704016e3-2f38-47cb-9824-4e653234fe32",
"isBase": true,
"artifacts": [
"7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65",
"1dcacac8-0076-4b96-9441-c2bc0fbd8d08"
],
"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-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a21e10495e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:160122eb-adc0-4357-8983-b8465a5048da
VfModuleModelInvariantUUID:ce4c26d9-4f4b-452b-b327-7f20890c1135
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65
,
1dcacac8-0076-4b96-9441-c2bc0fbd8d08
}
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-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65 from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:25.053Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:25.112Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:25.113Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml 7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65 20368
2022-10-24T07:03:25.113Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-24T07:03:25.114Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:25.114Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:25.114Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:25.116Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:25.116Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595005113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:03:25.216Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:25.217Z||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-10-24T07:03:25.217Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:25.230Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:25.230Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:26.117Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1dcacac8-0076-4b96-9441-c2bc0fbd8d08 from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:26.117Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:26.117Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:26.166Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:26.166Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env 1dcacac8-0076-4b96-9441-c2bc0fbd8d08 2098
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:26.169Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:26.169Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595006167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:03:26.269Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:26.270Z||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-10-24T07:03:26.271Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:26.282Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:26.282Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:27.170Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0ab58581-0eda-4911-bd4e-3bc1c2251221
2022-10-24T07:03:27.170Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4a21e104-95e4 0 afc9d36c-853a-497e-ac67-841a45540ecd 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-10-24T07:03:27.220Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@590cc8d2, org.onap.sdc.toscaparser.api.parameters.Input@2abcbf40, org.onap.sdc.toscaparser.api.parameters.Input@11689ec2, org.onap.sdc.toscaparser.api.parameters.Input@1ae59d1c, org.onap.sdc.toscaparser.api.parameters.Input@25908cca]
2022-10-24T07:03:27.225Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.226Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-10-24T07:03:27.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ba885693-fffa-43a6-b8be-640c7ebb0ae4
2022-10-24T07:03:27.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba885693-fffa-43a6-b8be-640c7ebb0ae4 matches Tosca VF Customization UUID: ba885693-fffa-43a6-b8be-640c7ebb0ae4
2022-10-24T07:03:27.228Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ba885693-fffa-43a6-b8be-640c7ebb0ae4 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-10-24T07:03:27.237Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.237Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ba885693-fffa-43a6-b8be-640c7ebb0ae4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@430e011e
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:03:27.240Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 704016e3-2f38-47cb-9824-4e653234fe32
2022-10-24T07:03:27.241Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 704016e3-2f38-47cb-9824-4e653234fe32
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-10-24T07:03:27.247Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.248Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.248Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.249Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.249Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.249Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.253Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1f4bfa5-dc06-41be-95ac-2917924f2d00
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-10-24T07:03:27.260Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.260Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.261Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.261Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.261Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832b359-5223-431f-8a1c-cc3ea9842fca
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-10-24T07:03:27.267Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.267Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.268Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.271Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.271Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:27.272Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:27.272Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:27.273Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.273Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.273Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.274Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:27.274Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:27.274Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:27.275Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:27.275Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.275Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.276Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-24T07:03:27.276Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a08dbbb3-9f99-4f01-bde8-79ca7a524b3a
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-10-24T07:03:27.279Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.279Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=ba885693-fffa-43a6-b8be-640c7ebb0ae4
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-10-24T07:03:27.283Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.283Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.284Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0ab58581-0eda-4911-bd4e-3bc1c2251221: vFW 4a21e104-95e4
2022-10-24T07:03:27.284Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.284Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.287Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-10-24 07-02-08
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-10-24T07:03:27.569Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4a21e104-95e4 afc9d36c-853a-497e-ac67-841a45540ecd 1 ASDC deployResourceStructure
2022-10-24T07:03:27.570Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json ASDC sendASDCNotification
2022-10-24T07:03:27.571Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:27.571Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:27.571Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:27.574Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:27.575Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595007570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "DEPLOY_OK"
}
2022-10-24T07:03:27.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:27.675Z||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-10-24T07:03:27.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:27.686Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:27.686Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:28.576Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-24T07:03:28.577Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:28.577Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:28.577Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:28.579Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:28.579Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595008576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-24T07:03:28.679Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:28.680Z||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-10-24T07:03:28.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:28.693Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:28.694Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:29.580Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-24T07:03:29.581Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:29.581Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:29.582Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:29.584Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:29.584Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595009580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-24T07:03:29.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:29.685Z||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-10-24T07:03:29.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:29.698Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:29.698Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:30.586Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar ASDC sendASDCNotification
2022-10-24T07:03:30.586Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:30.587Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:30.587Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:30.589Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:30.589Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595010585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:03:30.689Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:30.690Z||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-10-24T07:03:30.690Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:30.702Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:03:30.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:31.591Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:03:31.615Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:03:31.617Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:03:31.618Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:03:31.618Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:04:01.618Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:04:01.634Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:04:01.638Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:04:01.638Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:04:01.638Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:04:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:04:11.135Z||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-10-24T07:04:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:04:11.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:04:11.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:04:11.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594983044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:04:11.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:04:31.639Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:04:31.651Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:04:31.653Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:04:31.654Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:04:31.654Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:05:01.654Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:05:01.665Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:05:01.668Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:05:01.668Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:05:01.668Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:05:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:05:11.135Z||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-10-24T07:05:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:05:11.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:05:11.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:05:11.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:05:11.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:05:31.669Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:05:31.679Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:05:31.681Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:05:31.682Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:05:31.682Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:06:01.682Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:06:01.691Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:06:01.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:06:01.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:06:01.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:06:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:06:11.135Z||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-10-24T07:06:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:06:11.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:06:11.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594990397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594990865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594991470,
"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-10-24T07:06:11.168Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.168Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "cds",
"timestamp": 1666594991889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-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-10-24T07:06:11.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666594992474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594987871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666594995746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594991130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666594999395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595004027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595005113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595006167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595007570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666594999823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595008576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595007661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595009580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595010585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666595011582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "aai-ml",
"timestamp": 1666595012588,
"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-10-24T07:06:11.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.210Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595013322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595014326,
"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-10-24T07:06:11.222Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.223Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595041173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595043044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:06:31.695Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:06:31.707Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
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-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:06:31.712Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:06:31.712Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-24T07:06:31.718Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:07:01.718Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:07:01.728Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be109a46-11e2-4578-a129-bc53f768437d and serviceModelVersionId: 0ab58581-0eda-4911-bd4e-3bc1c2251221
2022-10-24T07:07:01.728Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2aacc1c-0be1-4050-858e-3c807bfd84a9
2022-10-24T07:07:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:07:11.135Z||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-10-24T07:07:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:11.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:11.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595050824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "cds",
"timestamp": 1666595051830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:07:11.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:11.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOTIFIED"
}
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595047871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595055637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595052504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595060253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595061315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595062366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595063107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:11.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595063392,
"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-10-24T07:07:11.693Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.694Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "aai-ml",
"timestamp": 1666595064111,
"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-10-24T07:07:11.707Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.707Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595064397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595059823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595067582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595070011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595071016,
"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-10-24T07:07:11.720Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.720Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:17.279Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0
2022-10-24T07:07:17.387Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:07:17.867Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?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-10-24T07:07:17.872Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0|INFO|500||Invoke
2022-10-24T07:07:17.976Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-24T07:07:18.210Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0|INFO|500||InvokeReturn
2022-10-24T07:07:18.212Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221024-07:07:17:603-58151], vertex-id=[184480], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:07:17 GMT], Content-Type=[application/json]}
2022-10-24T07:07:18.213Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:07:18.216Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:07:18.216Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-24T07:07:18.222Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-24T07:07:18.223Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be109a46-11e2-4578-a129-bc53f768437d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:07:18.224Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:07:18.225Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:18.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:18.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595238223,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:07:18.327Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:18.328Z||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-10-24T07:07:18.328Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:18.342Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:18.342Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:07:19.240Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:07:19.241Z|be109a46-11e2-4578-a129-bc53f768437d|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-10-24T07:07:19.241Z|be109a46-11e2-4578-a129-bc53f768437d|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:23.666Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:23.667Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:07:23.667Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"540ca8df-b025-4d4e-ad66-fb5992d1d581","serviceName":"basic_onboard_GupLij","serviceVersion":"1.0","serviceUUID":"2f5b5c04-edb6-4c4a-8750-ca1f8c32b091","serviceDescription":"service","serviceInvariantUUID":"6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3","resources":[{"resourceInstanceName":"basic_onboard_GupLij 0","resourceName":"basic_onboard_GupLij","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9978e3eb-0c92-44c8-ac23-9c6a28667741","resourceInvariantUUID":"6b0f5913-6005-4689-a2c4-31b24e5a09d7","resourceCustomizationUUID":"c08a8e3e-9d5e-426a-804a-2bfab9679144","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml","artifactChecksum":"ZGUwMDk3NzA4YWQ0ZjkyZjBjNmQwNWQ5MzhlMTg4ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"51fae0de-aefb-4849-97db-dd5b37d2548d","artifactVersion":"1"},{"artifactName":"basic_onboard_guplij0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json","artifactChecksum":"NmE5MGJiMTdhZmM2M2FiODM4OGViYjY3NDMyMDA5OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e34d8af-06d4-46a2-9d85-dcc3f9df92cc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7130c732-9384-41dd-8d2e-4198fcb7cde1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d92e8edd-d471-4297-bf81-4c50d68355e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b","artifactVersion":"2","generatedFromUUID":"7130c732-9384-41dd-8d2e-4198fcb7cde1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGuplij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml","artifactChecksum":"ODdmYTFjMDRjOTExNmZhM2IwMmNkNDkzODE1NWY0YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfe9846d-1e26-45b1-8d80-66f35f4ccf3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGuplij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar","artifactChecksum":"OTEzMDViN2NhYzg5MTBmMzIyOWY4MzNiN2E5NWE3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efe955b0-2a3c-486b-ac5e-cb90821e1757","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:07:23.670Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:23.670Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:23.672Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:23.672Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:23.773Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:23.774Z||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-10-24T07:07:23.774Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:23.807Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:23.809Z||pool-19-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:24.673Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:24.674Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:24.676Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:24.676Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOTIFIED"
}
2022-10-24T07:07:24.776Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:24.777Z||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-10-24T07:07:24.777Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:24.790Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:24.790Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:25.677Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:25.678Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:25.680Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:25.680Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:07:25.781Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:07:25.782Z||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-10-24T07:07:25.782Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:25.794Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:25.794Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:26.681Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:26.681Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:26.684Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:26.684Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:26.784Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:26.785Z||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-10-24T07:07:26.785Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:26.797Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:26.797Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:27.684Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:27.685Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:27.687Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:27.687Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-24T07:07:27.787Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:27.788Z||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-10-24T07:07:27.788Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:27.800Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:27.800Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:28.688Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:28.689Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:28.691Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:28.692Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:07:28.792Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:28.792Z||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-10-24T07:07:28.793Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:28.818Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:28.819Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:29.692Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:29.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:29.696Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:29.696Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:07:29.796Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:29.797Z||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-10-24T07:07:29.797Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:29.809Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:29.809Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:07:30.698Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"serviceName": "basic_onboard_GupLij",
"serviceVersion": "1.0",
"serviceUUID": "2f5b5c04-edb6-4c4a-8750-ca1f8c32b091",
"serviceDescription": "service",
"serviceInvariantUUID": "6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3",
"resources": [
{
"resourceInstanceName": "basic_onboard_GupLij 0",
"resourceCustomizationUUID": "c08a8e3e-9d5e-426a-804a-2bfab9679144",
"resourceName": "basic_onboard_GupLij",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9978e3eb-0c92-44c8-ac23-9c6a28667741",
"resourceInvariantUUID": "6b0f5913-6005-4689-a2c4-31b24e5a09d7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_guplij0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"artifactChecksum": "NmE5MGJiMTdhZmM2M2FiODM4OGViYjY3NDMyMDA5OGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e34d8af-06d4-46a2-9d85-dcc3f9df92cc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7130c732-9384-41dd-8d2e-4198fcb7cde1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b",
"generatedFromUUID": "7130c732-9384-41dd-8d2e-4198fcb7cde1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGuplij-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"artifactChecksum": "OTEzMDViN2NhYzg5MTBmMzIyOWY4MzNiN2E5NWE3Y2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "efe955b0-2a3c-486b-ac5e-cb90821e1757"
}
],
"workloadContext": "Production"
}
2022-10-24T07:07:30.698Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:07:30.699Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091 ASDC
2022-10-24T07:07:30.699Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:540ca8df-b025-4d4e-ad66-fb5992d1d581
ServiceName:basic_onboard_GupLij
ServiceVersion:1.0
ServiceUUID:2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
ServiceInvariantUUID:6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGuplij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
ArtifactUUID:efe955b0-2a3c-486b-ac5e-cb90821e1757
ArtifactChecksum:OTEzMDViN2NhYzg5MTBmMzIyOWY4MzNiN2E5NWE3Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GupLij 0
ResourceCustomizationUUID:c08a8e3e-9d5e-426a-804a-2bfab9679144
ResourceInvariantUUID:6b0f5913-6005-4689-a2c4-31b24e5a09d7
ResourceName:basic_onboard_GupLij
ResourceType:VF
ResourceUUID:9978e3eb-0c92-44c8-ac23-9c6a28667741
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_guplij0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
ArtifactUUID:9e34d8af-06d4-46a2-9d85-dcc3f9df92cc
ArtifactChecksum:NmE5MGJiMTdhZmM2M2FiODM4OGViYjY3NDMyMDA5OGI=
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/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7130c732-9384-41dd-8d2e-4198fcb7cde1
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/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
ArtifactUUID:3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b
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/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
ArtifactUUID:3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-24T07:07:30.700Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091 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-10-24T07:07:30.727Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: efe955b0-2a3c-486b-ac5e-cb90821e1757 from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:30.729Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:30.890Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:30.894Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar efe955b0-2a3c-486b-ac5e-cb90821e1757 75301
2022-10-24T07:07:30.894Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar ASDC sendASDCNotification
2022-10-24T07:07:30.894Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:30.895Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:30.895Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:30.897Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:30.898Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595250894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:30.998Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:30.999Z||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-10-24T07:07:30.999Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:31.009Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:31.009Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:31.898Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:07:31.899Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:07:31.900Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: efe955b0-2a3c-486b-ac5e-cb90821e1757, URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar to file: /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:31.900Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:31.901Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:31.901Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:32.077Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16100777978589577616/Definitions/service-BasicOnboardGuplij-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-10-24T07:07:33.098Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:07:33.098Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:07:33.098Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GupLij 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-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is not matching search criteria
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.106Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.106Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:33.106Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is not matching search criteria
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e9fec4ae-c7d4-4626-8be3-7b058d5fe8ad
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:33.111Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.111Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GupLij
Description:service
Model UUID:2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
Model Version:NULL
Model InvariantUuid:6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GupLij
Model UUID:e1f35bf1-c0e3-46c4-b901-bf7e07ebe584
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b0f5913-6005-4689-a2c4-31b24e5a09d7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c08a8e3e-9d5e-426a-804a-2bfab9679144
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1191404b-b63f-4259-9807-05c65c3c8719
ModelName:BasicOnboardGuplij..base_ubuntu18..module-0
ModelUuid:7bd258c3-6c06-4c9a-8599-dca82b7bde4f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e9fec4ae-c7d4-4626-8be3-7b058d5fe8ad
ModelInvariantUuid:a2ec3101-b39b-4398-9feb-24b1a8541ce0
ModelName:basic_onboard_GupLij-nodes.ubuntu18Cvfc
ModelUuid:d39d2b7c-ee60-4d0f-bcfe-676406cc23ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8161c369-c3a1-4c85-9a05-fb404a3db634
ModelInvariantUuid:f066c8f9-7fd6-4839-bd22-db47cc15457f
ModelName:BasicOnboardGuplij.compute.nodes.heat.ubuntu18
ModelUuid:c4d93387-3fdb-425b-8abb-c4ee75f5043a
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-10-24T07:07:33.118Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9978e3eb-0c92-44c8-ac23-9c6a28667741
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-10-24T07:07:33.120Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||basic_onboard_GupLij 0
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9978e3eb-0c92-44c8-ac23-9c6a28667741
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e34d8af-06d4-46a2-9d85-dcc3f9df92cc from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:33.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:33.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json 9e34d8af-06d4-46a2-9d85-dcc3f9df92cc 798
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json ASDC sendASDCNotification
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:33.172Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:33.173Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595253170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:33.273Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:33.274Z||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-10-24T07:07:33.274Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:33.283Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:33.284Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:34.173Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGuplij..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1191404b-b63f-4259-9807-05c65c3c8719",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7bd258c3-6c06-4c9a-8599-dca82b7bde4f",
"vfModuleModelCustomizationUUID": "588d3de1-2eeb-4174-91aa-960f9439b76c",
"isBase": true,
"artifacts": [
"7130c732-9384-41dd-8d2e-4198fcb7cde1",
"3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b"
],
"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-10-24T07:07:34.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGuplij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7bd258c3-6c06-4c9a-8599-dca82b7bde4f
VfModuleModelInvariantUUID:1191404b-b63f-4259-9807-05c65c3c8719
VfModuleModelDescription:NULL
Artifacts UUID List:{
7130c732-9384-41dd-8d2e-4198fcb7cde1
,
3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b
}
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-10-24T07:07:34.181Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGuplij..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1191404b-b63f-4259-9807-05c65c3c8719",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7bd258c3-6c06-4c9a-8599-dca82b7bde4f",
"vfModuleModelCustomizationUUID": "588d3de1-2eeb-4174-91aa-960f9439b76c",
"isBase": true,
"artifacts": [
"7130c732-9384-41dd-8d2e-4198fcb7cde1",
"3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b"
],
"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-10-24T07:07:34.181Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGuplij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7bd258c3-6c06-4c9a-8599-dca82b7bde4f
VfModuleModelInvariantUUID:1191404b-b63f-4259-9807-05c65c3c8719
VfModuleModelDescription:NULL
Artifacts UUID List:{
7130c732-9384-41dd-8d2e-4198fcb7cde1
,
3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b
}
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-10-24T07:07:34.181Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7130c732-9384-41dd-8d2e-4198fcb7cde1 from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:34.182Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:34.182Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:34.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml 7130c732-9384-41dd-8d2e-4198fcb7cde1 5033
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:34.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:34.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:34.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595254229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:34.332Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:34.333Z||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-10-24T07:07:34.333Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:34.344Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:34.345Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:35.238Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:35.239Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:35.240Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:35.285Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:35.286Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env 3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b 909
2022-10-24T07:07:35.286Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-24T07:07:35.287Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:35.287Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:35.288Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:35.290Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:35.290Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595255286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:07:35.390Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:35.391Z||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-10-24T07:07:35.391Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:35.404Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:35.406Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:07:36.291Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
2022-10-24T07:07:36.292Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GupLij 0 9978e3eb-0c92-44c8-ac23-9c6a28667741 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-10-24T07:07:36.307Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73340f7b, org.onap.sdc.toscaparser.api.parameters.Input@21a41b3e, org.onap.sdc.toscaparser.api.parameters.Input@489e88a, org.onap.sdc.toscaparser.api.parameters.Input@6c9c0be4, org.onap.sdc.toscaparser.api.parameters.Input@3f808edb]
2022-10-24T07:07:36.308Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-10-24T07:07:36.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c08a8e3e-9d5e-426a-804a-2bfab9679144
2022-10-24T07:07:36.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c08a8e3e-9d5e-426a-804a-2bfab9679144 matches Tosca VF Customization UUID: c08a8e3e-9d5e-426a-804a-2bfab9679144
2022-10-24T07:07:36.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c08a8e3e-9d5e-426a-804a-2bfab9679144 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-10-24T07:07:36.315Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.315Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c08a8e3e-9d5e-426a-804a-2bfab9679144: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79358b63
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 588d3de1-2eeb-4174-91aa-960f9439b76c
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 588d3de1-2eeb-4174-91aa-960f9439b76c
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-10-24T07:07:36.319Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:36.321Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is not matching search criteria
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e9fec4ae-c7d4-4626-8be3-7b058d5fe8ad
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-10-24T07:07:36.325Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.325Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=c08a8e3e-9d5e-426a-804a-2bfab9679144
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-10-24T07:07:36.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091: basic_onboard_GupLij
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_GupLij
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-10-24T07:07:36.407Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GupLij 9978e3eb-0c92-44c8-ac23-9c6a28667741 1 ASDC deployResourceStructure
2022-10-24T07:07:36.408Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json ASDC sendASDCNotification
2022-10-24T07:07:36.408Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:36.408Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:36.409Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:36.411Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:36.411Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595256408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:36.511Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:36.512Z||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-10-24T07:07:36.512Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:36.523Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:36.524Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:37.412Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-24T07:07:37.413Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:37.413Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:37.414Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:37.416Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:37.416Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595257412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:37.516Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:37.517Z||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-10-24T07:07:37.518Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:37.529Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:37.529Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:38.417Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-24T07:07:38.418Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:38.418Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:38.419Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:38.421Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:38.421Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595258417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:38.521Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:38.522Z||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-10-24T07:07:38.522Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:38.534Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:38.535Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:39.422Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar ASDC sendASDCNotification
2022-10-24T07:07:39.423Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:39.423Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:39.424Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:39.426Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:39.426Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595259422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:07:39.526Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:39.527Z||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-10-24T07:07:39.527Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:39.538Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:07:39.539Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:40.427Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581
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-10-24T07:07:40.438Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581
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-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:07:40.442Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:07:40.442Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:07:40.442Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-24T07:07:40.447Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:08:10.447Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:08:10.455Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581 and serviceModelVersionId: 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
2022-10-24T07:08:10.456Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3
2022-10-24T07:08:10.457Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0
2022-10-24T07:08:10.460Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:08:10.507Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|INFO|500||Invoke
2022-10-24T07:08:10.508Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[540ca8df-b025-4d4e-ad66-fb5992d1d581], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcbe9d6d-9153-4124-a21b-c14446981f27], X-ECOMP-RequestID=[540ca8df-b025-4d4e-ad66-fb5992d1d581], X-TransactionId=[], X-ONAP-RequestID=[540ca8df-b025-4d4e-ad66-fb5992d1d581], Content-Type=[application/merge-patch+json]}
2022-10-24T07:08:10.532Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-24T07:08:10.634Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?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/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221024-07:08:10:157-69526], vertex-id=[196696], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:08:10 GMT], Content-Type=[application/json]}
2022-10-24T07:08:10.635Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:08:10.636Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|INFO|500||InvokeReturn
2022-10-24T07:08:10.637Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:08:10.637Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-24T07:08:10.642Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-24T07:08:10.642Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 540ca8df-b025-4d4e-ad66-fb5992d1d581 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:08:10.642Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:08:10.643Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:08:10.645Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:08:10.645Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595290642,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:08:10.745Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:08:10.746Z||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-10-24T07:08:10.746Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:10.764Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:08:10.765Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:08:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:11.135Z||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-10-24T07:08:11.135Z||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 RjBihX1uE6F8S7Dg) ...
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-10-24T07:08:11.658Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:08:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:11.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:08:11.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595238223,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "NOTIFIED"
}
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595239240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:08:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-24T07:08:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595250894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595253170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595254229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595255286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595256408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595257412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595258417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595259422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595290642,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:08:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:21.204Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:08:21.204Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:21.205Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:08:21.205Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:30.757Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:08:30.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:30.758Z||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-10-24T07:08:30.759Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:40.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:08:40.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:40.299Z||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-10-24T07:08:40.299Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:49.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:09:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:09:11.130Z||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-10-24T07:09:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:09:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:09:11.135Z||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-10-24T07:09:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:09:20.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:09:20.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:10:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:10:11.131Z||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-10-24T07:10:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:10:11.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:10:11.136Z||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-10-24T07:10:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:10:20.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:10:20.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:11:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:11:11.130Z||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-10-24T07:11:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:11:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:11:11.135Z||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-10-24T07:11:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:11:20.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:11:20.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:12:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:12:11.131Z||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-10-24T07:12:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:12:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:12:11.134Z||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-10-24T07:12:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:12:20.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:12:20.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:13:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:13:11.131Z||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-10-24T07:13:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:13:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:13:11.135Z||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-10-24T07:13:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:13:20.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:13:20.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:14:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:14:11.132Z||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-10-24T07:14:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:14:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:14:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:14:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:14:20.685Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:14:20.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:15:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:15:11.131Z||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-10-24T07:15:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:15:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:15:11.135Z||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-10-24T07:15:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:15:20.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:15:20.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:16:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:16:11.131Z||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-10-24T07:16:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:16:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:16:11.135Z||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-10-24T07:16:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:16:20.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:16:20.697Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:17:11.131Z||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-10-24T07:17:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:17:11.135Z||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-10-24T07:17:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:11.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:11.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595792504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "cds",
"timestamp": 1666595793051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666595792504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "cds",
"timestamp": 1666595793051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "cds",
"timestamp": 1666595795798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "cds",
"timestamp": 1666595796806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:17:11.359Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20b61d19-4ed4-4186-b062-c4f7a6194f94
2022-10-24T07:17:11.359Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:11.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "aai-ml",
"timestamp": 1666595797871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "aai-ml",
"timestamp": 1666595797871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "aai-ml",
"timestamp": 1666595800603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595801173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595801173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "aai-ml",
"timestamp": 1666595804755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "aai-ml",
"timestamp": 1666595805760,
"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-10-24T07:17:11.384Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20b61d19-4ed4-4186-b062-c4f7a6194f94
2022-10-24T07:17:11.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:11.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595809824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595809824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595812573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595814235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:17:11.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666595815238,
"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-10-24T07:17:11.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20b61d19-4ed4-4186-b062-c4f7a6194f94
2022-10-24T07:17:11.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "cds",
"timestamp": 1666595823044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595821173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595821173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "cds",
"timestamp": 1666595823044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595821173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "cds",
"timestamp": 1666595823044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595821173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "cds",
"timestamp": 1666595823044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595821173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "cds",
"timestamp": 1666595823044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "aai-ml",
"timestamp": 1666595827871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "ves-openapi-manager",
"timestamp": 1666595821173,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "cds",
"timestamp": 1666595823044,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "aai-ml",
"timestamp": 1666595827871,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-24T07:17:11.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:11.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"20b61d19-4ed4-4186-b062-c4f7a6194f94","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99","serviceDescription":"service","serviceInvariantUUID":"89be85d9-cc55-4df8-845f-649f1a7197a0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"134a179f-d8c8-4a11-b7b3-52d7122ff672","resourceInvariantUUID":"b5e9172d-e547-43e3-8162-3a169be0cf09","resourceCustomizationUUID":"63928cc2-b2e2-4038-8e64-e22235059677","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":"YjE4OTQ4NzY3YjYyY2Y3M2NmOGQ2YTU1NzZkZWFiODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4766e64-010c-4f54-90f1-761b0bc137bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTJjOWQ1NTgxNGYzMWFkODI0MjYzY2FjNWQ4OGFjZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3332a8de-b488-4491-a898-526d5737007a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:17:11.769Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:11.770Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:11.774Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:11.775Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.875Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:17:11.876Z||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-10-24T07:17:11.876Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:11.886Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:11.887Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:17:12.775Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:12.776Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:12.779Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:12.779Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:17:12.879Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:12.880Z||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-10-24T07:17:12.880Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:12.891Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:12.891Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:13.780Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99",
"serviceDescription": "service",
"serviceInvariantUUID": "89be85d9-cc55-4df8-845f-649f1a7197a0",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "63928cc2-b2e2-4038-8e64-e22235059677",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "134a179f-d8c8-4a11-b7b3-52d7122ff672",
"resourceInvariantUUID": "b5e9172d-e547-43e3-8162-3a169be0cf09",
"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": "MTJjOWQ1NTgxNGYzMWFkODI0MjYzY2FjNWQ4OGFjZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3332a8de-b488-4491-a898-526d5737007a"
}
],
"workloadContext": "Production"
}
2022-10-24T07:17:13.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:17:13.781Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99 ASDC
2022-10-24T07:17:13.782Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:20b61d19-4ed4-4186-b062-c4f7a6194f94
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
ServiceInvariantUUID:89be85d9-cc55-4df8-845f-649f1a7197a0
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:3332a8de-b488-4491-a898-526d5737007a
ArtifactChecksum:MTJjOWQ1NTgxNGYzMWFkODI0MjYzY2FjNWQ4OGFjZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:63928cc2-b2e2-4038-8e64-e22235059677
ResourceInvariantUUID:b5e9172d-e547-43e3-8162-3a169be0cf09
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:134a179f-d8c8-4a11-b7b3-52d7122ff672
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-24T07:17:13.783Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99 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-10-24T07:17:13.811Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:13.812Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3332a8de-b488-4491-a898-526d5737007a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:13.877Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:17:13.880Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3332a8de-b488-4491-a898-526d5737007a 57664
2022-10-24T07:17:13.880Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:13.881Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:13.881Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:17:13.882Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:13.884Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:13.884Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595833880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:17:13.984Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:13.985Z||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-10-24T07:17:13.985Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:13.998Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:13.999Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:14.885Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:14.887Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:14.888Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3332a8de-b488-4491-a898-526d5737007a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:14.889Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-24T07:17:14.890Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:14.891Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:15.063Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14911636820316290891/Definitions/service-BasicNetwork-template.yml
2022-10-24T07:17:15.628Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:17:15.628Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.634Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
Model Version:NULL
Model InvariantUuid:89be85d9-cc55-4df8-845f-649f1a7197a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b5e9172d-e547-43e3-8162-3a169be0cf09
Model UUID:6005663e-f390-4fab-8320-07457451223f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:63928cc2-b2e2-4038-8e64-e22235059677
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-10-24T07:17:15.642Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 134a179f-d8c8-4a11-b7b3-52d7122ff672
2022-10-24T07:17:15.642Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||No resources found for Service: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
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-10-24T07:17:15.647Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||
2022-10-24T07:17:15.648Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.656Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@674d0fb, org.onap.sdc.toscaparser.api.parameters.Input@7c9debf6, org.onap.sdc.toscaparser.api.parameters.Input@3bd1a248, org.onap.sdc.toscaparser.api.parameters.Input@5754b2b, org.onap.sdc.toscaparser.api.parameters.Input@25a6a076]
2022-10-24T07:17:15.657Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.657Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.657Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99: Generic NeutronNet
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:15.691Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.691Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.738Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:15.741Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:15.741Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595835739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-24T07:17:15.841Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:15.842Z||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-10-24T07:17:15.842Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:15.852Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:15.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:16.742Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94
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-10-24T07:17:16.755Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94
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-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-24T07:17:16.759Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:16.764Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:17:46.764Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:46.769Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94 and serviceModelVersionId: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
2022-10-24T07:17:46.769Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89be85d9-cc55-4df8-845f-649f1a7197a0
2022-10-24T07:17:46.770Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0
2022-10-24T07:17:46.774Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:17:46.822Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?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-10-24T07:17:46.824Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0|INFO|500||Invoke
2022-10-24T07:17:46.845Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-24T07:17:46.939Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0|INFO|500||InvokeReturn
2022-10-24T07:17:46.940Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221024-07:17:46:491-36668], vertex-id=[229448], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:17:46 GMT], Content-Type=[application/json]}
2022-10-24T07:17:46.945Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:17:46.945Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:17:46.945Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:46.949Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:46.950Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20b61d19-4ed4-4186-b062-c4f7a6194f94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:17:46.950Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:17:46.950Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:46.952Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:46.952Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595866950,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:17:47.052Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:47.053Z||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-10-24T07:17:47.053Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:47.067Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:47.068Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:17:47.964Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-24T07:17:47.964Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465","serviceName":"Demo_pNF_dYdlhnHvUuolhuMPUgq0","serviceVersion":"1.0","serviceUUID":"5872c473-75a3-4ec4-b715-a442b87fa833","serviceDescription":"catalog service description","serviceInvariantUUID":"105ff11f-0265-48c8-8e87-46aa3052c56e","resources":[{"resourceInstanceName":"pNF 56af403f-5405 0","resourceName":"pNF 56af403f-5405","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"463f37dd-63ac-43e2-a935-27cb227abd50","resourceInvariantUUID":"14f536e7-8606-40c2-8319-b7dca8bcc643","resourceCustomizationUUID":"794da31f-1b29-4353-8adb-698c324ff5a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml","artifactChecksum":"M2Q3MWUxMzI0NTdjOWZlNDY5ZGIwNWJiYzQ4OTI2YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c61acd34-989d-4980-9185-19065124fcf0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar","artifactChecksum":"NjVhOThiYzczZTdmNGJkOWVhZjZhZTI5OWY4NWQ1MDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"795331e8-40c8-4d63-a355-2ac21fd89171","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3cef2756-bbe9-488f-a2ac-0122cf2d8f1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml","artifactChecksum":"ZmIyZWFlMTViNDlkODVhNTBjMDdjODdlNGQzN2Q1Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"485cec95-017d-4874-891b-a96dd553ea15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d330d928-e841-4dc7-b63d-83c41450db04","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8260cb5d-5d49-4413-adc0-d61c7a5950eb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDydlhnhvuuolhumpugq0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml","artifactChecksum":"MDg4NTFjODQxODhmNmZhMzY4ZTM3YTI1NzljZWRhODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b57151ec-23ac-4353-be58-ba4591f25469","artifactVersion":"1"},{"artifactName":"service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar","artifactChecksum":"YzE0ZWY0M2U2NTliZTU5NjkxM2Q5MmMyMzJlMTQwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13d7c502-d6e9-4889-8d3d-e8e0892122d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:17:47.964Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:47.965Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:47.966Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:47.967Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:48.067Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:48.068Z||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-10-24T07:17:48.068Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:48.078Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:48.079Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:17:48.967Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:48.968Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:48.970Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:48.970Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:49.070Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:49.071Z||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-10-24T07:17:49.071Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:49.081Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:49.082Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:49.970Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:49.971Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:49.973Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:49.973Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:50.073Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:50.074Z||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-10-24T07:17:50.074Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:50.085Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:50.085Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:50.974Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:50.976Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:50.982Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:50.982Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:51.080Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-24T07:17:51.081Z||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-10-24T07:17:51.081Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:51.092Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:51.092Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:51.983Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:51.983Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:51.985Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:51.985Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:52.085Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:52.086Z||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-10-24T07:17:52.086Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:52.098Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:52.098Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:52.986Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:52.987Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:52.989Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:52.989Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:53.089Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:53.089Z||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-10-24T07:17:53.090Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:53.100Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:53.101Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:53.989Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:53.990Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:53.992Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:53.992Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-24T07:17:54.093Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:17:54.094Z||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-10-24T07:17:54.094Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:54.104Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:54.104Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:54.993Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:54.994Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:54.996Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:54.996Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595831130,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
"status": "NOTIFIED"
}
2022-10-24T07:17:55.096Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:55.097Z||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-10-24T07:17:55.097Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:55.108Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:55.108Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:55.998Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"serviceName": "Demo_pNF_dYdlhnHvUuolhuMPUgq0",
"serviceVersion": "1.0",
"serviceUUID": "5872c473-75a3-4ec4-b715-a442b87fa833",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "105ff11f-0265-48c8-8e87-46aa3052c56e",
"resources": [
{
"resourceInstanceName": "pNF 56af403f-5405 0",
"resourceCustomizationUUID": "794da31f-1b29-4353-8adb-698c324ff5a7",
"resourceName": "pNF 56af403f-5405",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "463f37dd-63ac-43e2-a935-27cb227abd50",
"resourceInvariantUUID": "14f536e7-8606-40c2-8319-b7dca8bcc643",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
"artifactChecksum": "YzE0ZWY0M2U2NTliZTU5NjkxM2Q5MmMyMzJlMTQwNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13d7c502-d6e9-4889-8d3d-e8e0892122d8"
}
],
"workloadContext": "Production"
}
2022-10-24T07:17:55.998Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:17:55.998Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5872c473-75a3-4ec4-b715-a442b87fa833 ASDC
2022-10-24T07:17:55.999Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
ServiceName:Demo_pNF_dYdlhnHvUuolhuMPUgq0
ServiceVersion:1.0
ServiceUUID:5872c473-75a3-4ec4-b715-a442b87fa833
ServiceInvariantUUID:105ff11f-0265-48c8-8e87-46aa3052c56e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
ArtifactUUID:13d7c502-d6e9-4889-8d3d-e8e0892122d8
ArtifactChecksum:YzE0ZWY0M2U2NTliZTU5NjkxM2Q5MmMyMzJlMTQwNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 56af403f-5405 0
ResourceCustomizationUUID:794da31f-1b29-4353-8adb-698c324ff5a7
ResourceInvariantUUID:14f536e7-8606-40c2-8319-b7dca8bcc643
ResourceName:pNF 56af403f-5405
ResourceType:PNF
ResourceUUID:463f37dd-63ac-43e2-a935-27cb227abd50
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-24T07:17:55.999Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5872c473-75a3-4ec4-b715-a442b87fa833 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-10-24T07:17:56.024Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:56.024Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13d7c502-d6e9-4889-8d3d-e8e0892122d8 from URL: /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:56.094Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar 13d7c502-d6e9-4889-8d3d-e8e0892122d8 87767
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:17:56.100Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:56.102Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:56.102Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666595876099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-24T07:17:56.202Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:17:56.203Z||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-10-24T07:17:56.203Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:56.213Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-24T07:17:56.214Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:57.103Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:57.104Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:57.104Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 13d7c502-d6e9-4889-8d3d-e8e0892122d8, URL: /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar to file: /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.105Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.105Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.105Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.256Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3002895313363573054/Definitions/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 56af403f-5405 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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Node template pNF 56af403f-5405 0 is matching search criteria
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 56af403f-5405 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Node template pNF 56af403f-5405 0 is matching search criteria
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 56af403f-5405 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_dYdlhnHvUuolhuMPUgq0
Description:catalog service description
Model UUID:5872c473-75a3-4ec4-b715-a442b87fa833
Model Version:NULL
Model InvariantUuid:105ff11f-0265-48c8-8e87-46aa3052c56e
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-10-24T07:17:57.940Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 463f37dd-63ac-43e2-a935-27cb227abd50
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-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||pNF 56af403f-5405 0
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 463f37dd-63ac-43e2-a935-27cb227abd50
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 5872c473-75a3-4ec4-b715-a442b87fa833
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5872c473-75a3-4ec4-b715-a442b87fa833
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 56af403f-5405 0 463f37dd-63ac-43e2-a935-27cb227abd50 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-10-24T07:17:57.947Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@336258ab, org.onap.sdc.toscaparser.api.parameters.Input@18a0849e, org.onap.sdc.toscaparser.api.parameters.Input@6aacff43, org.onap.sdc.toscaparser.api.parameters.Input@20cda025, org.onap.sdc.toscaparser.api.parameters.Input@14b1397]
2022-10-24T07:17:57.947Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-24T07:17:57.947Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5872c473-75a3-4ec4-b715-a442b87fa833: pNF 56af403f-5405
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Processing PNF resource: 463f37dd-63ac-43e2-a935-27cb227abd50
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery