By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-26T05:19:45.400Z||main|||||INFO|500||The following profiles are active: basic
2022-11-26T05:19:57.440Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-26T05:19:57.441Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-26T05:19:57.557Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-26T05:20:01.803Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-26T05:20:02.207Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-26T05:20:02.672Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-26T05:20:02.679Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-26T05:20:02.809Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-26T05:20:03.025Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-26T05:20:03.672Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-26T05:20:05.388Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-26T05:20:07.901Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-26T05:20:07.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-26T05:20:08.565Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-26T05:20:08.773Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-26T05:20:09.909Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-26T05:20:11.029Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-26T05:20:11.048Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3d37c175.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-26T05:20:11.050Z||main|||||WARN|500||The sdc end point is not alive
2022-11-26T05:20:14.012Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-26T05:20:16.633Z||main|||||WARN|500||---
2022-11-26T05:20:16.633Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-26T05:20:16.634Z||main|||||WARN|500||---
2022-11-26T05:20:17.099Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-26T05:20:21.893Z||main|||||INFO|500||Started Application in 39.591 seconds (JVM running for 41.743)
2022-11-26T05:20:21.908Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-26T05:20:21.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-26T05:20:21.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-26T05:20:21.944Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-26T05:20:21.986Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39b89127-c855-41d0-a2fe-225cad86fc4b url= /sdc/v1/artifactTypes
2022-11-26T05:20:21.986Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-26T05:20:22.264Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-26T05:20:22.287Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-26T05:20:22.308Z||scheduling-1|||||DEBUG|500||create keys
2022-11-26T05:20:22.316Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-26T05:20:22.348Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:20:22.364Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6b3ba500-ef16-4ce0-9e3e-a7864744838e url= /sdc/v1/registerForDistribution
2022-11-26T05:20:22.459Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6b3ba500-ef16-4ce0-9e3e-a7864744838e url= /sdc/v1/registerForDistribution
2022-11-26T05:20:22.459Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-26T05:20:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:20:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:20:22.491Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-26T05:20:22.491Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:20:22.491Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:20:22.491Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:20:22.491Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:20:32.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:20:32.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:21:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:21:22.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:21:22.507Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:21:22.507Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:21:22.507Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:21:22.507Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:21:32.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:21:32.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:22:22.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:22:22.475Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:22:22.476Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:22:22.479Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:22:22.480Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:22:22.480Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:22:32.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:22:32.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:23:22.470Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:23:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:23:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:23:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:23:22.475Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:23:22.476Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:23:32.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:23:32.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:24:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:24:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:24:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:24:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:24:22.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:24:22.475Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:24:32.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:24:32.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:25:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:25:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:25:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:25:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:25:22.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:25:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:25:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:25:32.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:26:22.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:26:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:26:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:26:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:26:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:26:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:26:32.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:26:32.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:27:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:27:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:27:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:27:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:27:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:27:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:27:32.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:27:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:28:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:28:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:28:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:28:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:28:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:28:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:28:32.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:28:32.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:29:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:29:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:29:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:29:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:29:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:29:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:29:32.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:29:32.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:30:06.128Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-26T05:30:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:30:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:30:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:30:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:30:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:30:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:30:32.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:30:32.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:31:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:31:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:31:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:31:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:31:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:31:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:31:32.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:31:32.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:32:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:32:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:32:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:32:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:32:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:32:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:32:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:32:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:33:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:33:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:33:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:33:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:33:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:33:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:33:32.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:33:32.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:34:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:34:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:34:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:34:22.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:34:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:34:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:34:32.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:34:32.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:35:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:35:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:35:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:35:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:35:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:35:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:35:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:35:32.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:36:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:36:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:36:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:36:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:36:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:36:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:36:32.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:36:32.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:37:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:37:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:37:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:37:22.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:37:22.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:37:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:37:32.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:37:32.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:38:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:38:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:38:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:38:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:38:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:38:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:38:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:38:32.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:39:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:39:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:39:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:39:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:39:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:39:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:39:32.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:39:32.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:40:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:40:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:40:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:40:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:40:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:40:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:40:32.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:40:32.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:41:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:41:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:41:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:41:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:41:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:41:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:41:32.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:41:32.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:42:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:42:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:42:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:42:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:42:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:42:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:42:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:42:32.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:43:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:43:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:43:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:43:22.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:43:22.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:43:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:43:32.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:43:32.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:44:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:44:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:44:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:44:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:44:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:44:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:44:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:44:32.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:45:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:45:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:45:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:45:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:45:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:45:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:45:32.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:45:32.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:46:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:46:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:46:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:46:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:46:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:46:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:46:32.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:46:32.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:47:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:47:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:47:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:47:22.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:47:22.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:47:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:47:32.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:47:32.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:48:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:48:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:48:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:48:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:48:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:48:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:48:32.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:48:32.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:49:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:49:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:49:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:49:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:49:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:49:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:49:32.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:49:32.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:50:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:50:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:50:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:50:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:50:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:50:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:50:32.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:50:32.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:51:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:51:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:51:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:51:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:51:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:51:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:51:32.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:51:32.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:52:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:52:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:52:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:52:22.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:52:22.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:52:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:52:32.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:52:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:53:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:53:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:53:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:53:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:53:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:53:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:53:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:53:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:54:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:54:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:54:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:54:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:54:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:54:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:54:32.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:54:32.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:55:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:55:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:55:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:55:22.472Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:55:22.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:55:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:55:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:55:32.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:56:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:56:22.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:56:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:56:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:56:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:56:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:56:32.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:56:32.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:57:22.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:57:22.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:57:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:57:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:57:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:57:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:57:32.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:57:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:58:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:58:22.471Z||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-11-26T05:58:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:58:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:58:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:58:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:58:32.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:58:32.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:59:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:59:22.471Z||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-11-26T05:59:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:59:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T05:59:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T05:59:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T05:59:32.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T05:59:32.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:00:22.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:00:22.472Z||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-11-26T06:00:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:00:22.472Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:00:22.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:00:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:00:32.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:00:32.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:01:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:01:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:01:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:01:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:01:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:01:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:01:32.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:01:32.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:02:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:02:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:02:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:02:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:02:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:02:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:02:32.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:02:32.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:03:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:03:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:03:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:03:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:03:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:03:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:03:32.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:03:32.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:04:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:04:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:04:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:04:22.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:04:22.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:04:22.475Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:04:32.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:04:32.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:05:22.470Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:05:22.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:05:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:05:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:05:22.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:05:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:05:32.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:05:32.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:06:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:06:22.471Z||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-11-26T06:06:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:06:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:06:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:06:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:06:32.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:06:32.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:07:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:07:22.471Z||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-11-26T06:07:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:07:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:07:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:07:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:07:32.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:07:32.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:08:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:08:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:08:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:08:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:08:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:08:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:08:32.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:08:32.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:09:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:09:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:09:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:09:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:09:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:09:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:09:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:09:32.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:10:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:10:22.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:10:22.472Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:10:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:10:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:10:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:10:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:10:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:11:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:11:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:11:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:11:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:11:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:11:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:11:32.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:11:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:12:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:12:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:12:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:12:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:12:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:12:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:12:32.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:12:32.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:13:22.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:13:22.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:13:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:13:22.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:13:22.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:13:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:13:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:13:32.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:14:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:14:22.471Z||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-11-26T06:14:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:14:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:14:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:14:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:14:32.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:14:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:15:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:15:22.471Z||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-11-26T06:15:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:15:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:15:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:15:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:15:32.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:15:32.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:16:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:16:22.471Z||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-11-26T06:16:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:16:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:16:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:16:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:16:32.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:16:32.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:17:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:17:22.471Z||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-11-26T06:17:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:17:22.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:17:22.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:17:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:17:32.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:17:32.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:18:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:18:22.471Z||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-11-26T06:18:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:18:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:18:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:18:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:18:32.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:18:32.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:19:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:19:22.471Z||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-11-26T06:19:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:19:22.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:19:22.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:19:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:19:32.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:19:32.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:20:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:20:22.471Z||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-11-26T06:20:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:20:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:20:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:20:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:20:32.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:20:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:21:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:21:22.471Z||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-11-26T06:21:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:21:22.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:21:22.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:21:22.475Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:21:32.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:21:32.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:22.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:22:22.471Z||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-11-26T06:22:22.471Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:22:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:22:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:22.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:22.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:22:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:22:22.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-26T06:22:22.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443720417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:22:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443725385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:22:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443737823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:22.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:22:22.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443736952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:22.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:22:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "cds",
"timestamp": 1669443737976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:22:22.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d
2022-11-26T06:22:22.871Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:22:22.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443738933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:22.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443740019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:22.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:22:22.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443741114,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:22:22.909Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d
2022-11-26T06:22:22.909Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:22:22.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:22.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:22:22.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443735040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:22.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:22:23.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:23.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T06:22:23.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"08130344-8ff4-478e-babf-66eaa8e8aa5d","serviceName":"vFW 2022-11-26 06-21-09","serviceVersion":"1.0","serviceUUID":"b57e387b-b17a-4e2b-9989-36d06201c8c5","serviceDescription":"catalog service description","serviceInvariantUUID":"42828357-62c6-411a-be14-159762707f6a","resources":[{"resourceInstanceName":"vFW 9caea8e6-9945 0","resourceName":"vFW 9caea8e6-9945","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db301c87-c591-4a51-b633-5404afccdfd9","resourceInvariantUUID":"5295deb6-9583-4a78-a7f5-32c866481fb3","resourceCustomizationUUID":"3617af96-5b56-40b3-89c9-f0143eae28bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml","artifactChecksum":"MjY5Nzg2ZGIxODgxNDUxOTg0ZjIxODBjZTI0YzkzZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63f57288-c1c1-441b-8900-3af587a39472","artifactVersion":"1"},{"artifactName":"vfw9caea8e699450_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json","artifactChecksum":"MjdjMjMzNTU4ZjE1ZTRiYzgzMGFhY2UzMzMyNmE0NmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c38ef284-42ee-4abe-82f6-acae22329392","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml","artifactChecksum":"YjhlMGU4NGIzMTIwOTc0YmRkNDc2ZGFjZTAxZjc5YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"759c07d7-3e95-4ea2-895e-4d5933e7d07d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ab48f39-b0b5-4e3f-a940-441fd180f5e0","artifactVersion":"2","generatedFromUUID":"c38ef284-42ee-4abe-82f6-acae22329392"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221126062109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml","artifactChecksum":"NTU2Yjg5OTMwODlhNWEyZmY1NTk5OTM4M2RmNTA0ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fc4abe4-5614-4cc8-9796-e834de378765","artifactVersion":"1"},{"artifactName":"service-Vfw20221126062109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar","artifactChecksum":"MjE1YmM1YzNhYTc3Y2YxMzFkMzQ3NDMzOTIyZGZiZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04fc7bc2-e835-4577-81cf-1fde13718f70","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T06:22:23.109Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:23.115Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:23.125Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:23.125Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:23.225Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-26T06:22:23.230Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:23.230Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:23.240Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:23.241Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:24.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:24.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:24.135Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:24.135Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:22:24.235Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:24.236Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:24.237Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:24.247Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:24.247Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:25.136Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:25.137Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:25.139Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:25.139Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:22:25.239Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:25.240Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:25.241Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:25.252Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:25.253Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:22:26.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:26.141Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:26.143Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:26.143Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:26.243Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:26.244Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:26.245Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:26.257Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:26.258Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:27.143Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:27.145Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:27.147Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:27.148Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-26T06:22:27.248Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:27.249Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:27.249Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:27.261Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:27.262Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:28.148Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:28.149Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:28.151Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:28.151Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:22:28.251Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:28.252Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:28.253Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:28.283Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:28.284Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:29.152Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:22:29.153Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:29.155Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:29.155Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:22:29.255Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:29.257Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:29.257Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:29.273Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:29.274Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:30.157Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"serviceName": "vFW 2022-11-26 06-21-09",
"serviceVersion": "1.0",
"serviceUUID": "b57e387b-b17a-4e2b-9989-36d06201c8c5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "42828357-62c6-411a-be14-159762707f6a",
"resources": [
{
"resourceInstanceName": "vFW 9caea8e6-9945 0",
"resourceCustomizationUUID": "3617af96-5b56-40b3-89c9-f0143eae28bf",
"resourceName": "vFW 9caea8e6-9945",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "db301c87-c591-4a51-b633-5404afccdfd9",
"resourceInvariantUUID": "5295deb6-9583-4a78-a7f5-32c866481fb3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9caea8e699450_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"artifactChecksum": "MjdjMjMzNTU4ZjE1ZTRiYzgzMGFhY2UzMzMyNmE0NmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c38ef284-42ee-4abe-82f6-acae22329392",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ab48f39-b0b5-4e3f-a940-441fd180f5e0",
"generatedFromUUID": "c38ef284-42ee-4abe-82f6-acae22329392"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ab48f39-b0b5-4e3f-a940-441fd180f5e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221126062109-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"artifactChecksum": "MjE1YmM1YzNhYTc3Y2YxMzFkMzQ3NDMzOTIyZGZiZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04fc7bc2-e835-4577-81cf-1fde13718f70"
}
],
"workloadContext": "Production"
}
2022-11-26T06:22:30.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T06:22:30.159Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b57e387b-b17a-4e2b-9989-36d06201c8c5 ASDC
2022-11-26T06:22:30.281Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:08130344-8ff4-478e-babf-66eaa8e8aa5d
ServiceName:vFW 2022-11-26 06-21-09
ServiceVersion:1.0
ServiceUUID:b57e387b-b17a-4e2b-9989-36d06201c8c5
ServiceInvariantUUID:42828357-62c6-411a-be14-159762707f6a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221126062109-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar
ArtifactUUID:04fc7bc2-e835-4577-81cf-1fde13718f70
ArtifactChecksum:MjE1YmM1YzNhYTc3Y2YxMzFkMzQ3NDMzOTIyZGZiZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9caea8e6-9945 0
ResourceCustomizationUUID:3617af96-5b56-40b3-89c9-f0143eae28bf
ResourceInvariantUUID:5295deb6-9583-4a78-a7f5-32c866481fb3
ResourceName:vFW 9caea8e6-9945
ResourceType:VF
ResourceUUID:db301c87-c591-4a51-b633-5404afccdfd9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9caea8e699450_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json
ArtifactUUID:1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b
ArtifactChecksum:MjdjMjMzNTU4ZjE1ZTRiYzgzMGFhY2UzMzMyNmE0NmY=
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/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml
ArtifactUUID:c38ef284-42ee-4abe-82f6-acae22329392
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/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env
ArtifactUUID:5ab48f39-b0b5-4e3f-a940-441fd180f5e0
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/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env
ArtifactUUID:5ab48f39-b0b5-4e3f-a940-441fd180f5e0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-26T06:22:30.283Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b57e387b-b17a-4e2b-9989-36d06201c8c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-26T06:22:30.335Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T06:22:30.337Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-26T06:22:30.338Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-26T06:22:30.338Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 04fc7bc2-e835-4577-81cf-1fde13718f70 from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:30.338Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-26T06:22:30.340Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:30.482Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-26T06:22:30.501Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar 04fc7bc2-e835-4577-81cf-1fde13718f70 101518
2022-11-26T06:22:30.502Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar ASDC sendASDCNotification
2022-11-26T06:22:30.502Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:30.503Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:22:30.504Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:30.506Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:30.506Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443750501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:30.607Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:30.608Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:30.609Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:30.623Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:30.624Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:22:31.507Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T06:22:31.508Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-26T06:22:31.508Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 04fc7bc2-e835-4577-81cf-1fde13718f70, URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar to file: /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:31.509Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221126062109-csar.csar
2022-11-26T06:22:31.593Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:31.594Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:32.373Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16734034227520325855/Definitions/service-Vfw20221126062109-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-26T06:22:35.414Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T06:22:35.420Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9caea8e6-9945 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-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.421Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||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-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.422Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:35.423Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-26T06:22:35.431Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.433Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.437Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:35.437Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-26T06:22:35.439Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T06:22:35.441Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.441Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.442Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:35.442Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-26T06:22:35.442Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T06:22:35.443Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.443Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.447Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.447Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:35.447Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.448Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T06:22:35.449Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T06:22:35.450Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T06:22:35.451Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.452Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T06:22:35.453Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.453Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:35.453Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:35.454Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.454Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:35.455Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:35.456Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.456Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:35.456Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T06:22:35.457Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T06:22:35.458Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80f64e51-3091-4182-b8b2-133ef64d6d0e
2022-11-26T06:22:35.459Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.460Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:35.460Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:35.460Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.461Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T06:22:35.462Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf53210d-3345-44de-bbce-a46281877802
2022-11-26T06:22:35.463Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:35.464Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T06:22:35.465Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-26T06:22:35.466Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49d28b4b-42a1-41ba-9404-9874c5e496b0
2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:35.468Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-26 06-21-09
Description:catalog service description
Model UUID:b57e387b-b17a-4e2b-9989-36d06201c8c5
Model Version:NULL
Model InvariantUuid:42828357-62c6-411a-be14-159762707f6a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9caea8e6-9945
Model UUID:89d1248e-0ab2-4510-a4e9-50ad53755cad
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5295deb6-9583-4a78-a7f5-32c866481fb3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3617af96-5b56-40b3-89c9-f0143eae28bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:265d16e2-f6b1-47f4-83ae-9fca28e1844a
ModelName:Vfw9caea8e69945..base_vfw..module-0
ModelUuid:c716cd5f-0e54-42dd-af71-0705e62b09e8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:80f64e51-3091-4182-b8b2-133ef64d6d0e
ModelInvariantUuid:0a223993-ac66-4ded-bb2d-68d10b538681
ModelName:vFW 9caea8e6-9945-nodes.vfwCvfc
ModelUuid:11c0788e-968c-452f-b634-f0acdff662c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0ac6ea6a-e7e5-4b21-8a7f-bf7fe1e78421
ModelInvariantUuid:9ba2fa73-7999-4d57-be4f-d6cd140d908a
ModelName:Vfw9caea8e69945.compute.nodes.heat.vfw
ModelUuid:1a48ce48-8322-4b79-abcc-b210175709a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bf53210d-3345-44de-bbce-a46281877802
ModelInvariantUuid:6ccededc-ac76-4f7a-86af-bdd6817c1348
ModelName:vFW 9caea8e6-9945-nodes.vsnCvfc
ModelUuid:540cc065-1a83-414b-ba7d-c764d7d50b79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dd8536f5-597a-4220-858b-6338d0b05664
ModelInvariantUuid:388722ce-b8c2-40ad-860d-94e3b449c203
ModelName:Vfw9caea8e69945.compute.nodes.heat.vsn
ModelUuid:d3a47ede-858c-473a-a217-fb373f695824
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:49d28b4b-42a1-41ba-9404-9874c5e496b0
ModelInvariantUuid:526ee748-56b0-4036-b7a9-b1f9d011cd10
ModelName:vFW 9caea8e6-9945-nodes.vpgCvfc
ModelUuid:d6f2b48a-c5da-4d93-8287-80839dd85a15
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:77f18a0a-1885-483d-9522-359812d1c5d9
ModelInvariantUuid:4a758daa-c231-4bd0-8af5-06980370d694
ModelName:Vfw9caea8e69945.compute.nodes.heat.vpg
ModelUuid:4762ebe0-9ce1-4ad8-8724-9a51585c911d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-26T06:22:35.480Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: db301c87-c591-4a51-b633-5404afccdfd9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:22:35.586Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||vFW 9caea8e6-9945 0
2022-11-26T06:22:35.592Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db301c87-c591-4a51-b633-5404afccdfd9
2022-11-26T06:22:35.592Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json
2022-11-26T06:22:35.593Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-26T06:22:35.593Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json
2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json 1f8b16d0-ffad-4a0d-a8ab-c22a3aebdd9b 785
2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json ASDC sendASDCNotification
2022-11-26T06:22:35.649Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json
2022-11-26T06:22:35.650Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:22:35.650Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:35.654Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:35.654Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443755649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:35.754Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T06:22:35.755Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:35.755Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:35.766Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:35.766Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:36.656Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9caea8e69945..base_vfw..module-0",
"vfModuleModelInvariantUUID": "265d16e2-f6b1-47f4-83ae-9fca28e1844a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c716cd5f-0e54-42dd-af71-0705e62b09e8",
"vfModuleModelCustomizationUUID": "dabc6494-da31-4793-b731-22a152820fbc",
"isBase": true,
"artifacts": [
"c38ef284-42ee-4abe-82f6-acae22329392",
"5ab48f39-b0b5-4e3f-a940-441fd180f5e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-26T06:22:36.671Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9caea8e69945..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c716cd5f-0e54-42dd-af71-0705e62b09e8
VfModuleModelInvariantUUID:265d16e2-f6b1-47f4-83ae-9fca28e1844a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c38ef284-42ee-4abe-82f6-acae22329392
,
5ab48f39-b0b5-4e3f-a940-441fd180f5e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-26T06:22:36.675Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9caea8e69945..base_vfw..module-0",
"vfModuleModelInvariantUUID": "265d16e2-f6b1-47f4-83ae-9fca28e1844a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c716cd5f-0e54-42dd-af71-0705e62b09e8",
"vfModuleModelCustomizationUUID": "dabc6494-da31-4793-b731-22a152820fbc",
"isBase": true,
"artifacts": [
"c38ef284-42ee-4abe-82f6-acae22329392",
"5ab48f39-b0b5-4e3f-a940-441fd180f5e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-26T06:22:36.675Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9caea8e69945..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c716cd5f-0e54-42dd-af71-0705e62b09e8
VfModuleModelInvariantUUID:265d16e2-f6b1-47f4-83ae-9fca28e1844a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c38ef284-42ee-4abe-82f6-acae22329392
,
5ab48f39-b0b5-4e3f-a940-441fd180f5e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-26T06:22:36.675Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c38ef284-42ee-4abe-82f6-acae22329392 from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml
2022-11-26T06:22:36.676Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-26T06:22:36.676Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml
2022-11-26T06:22:36.740Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-26T06:22:36.741Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml c38ef284-42ee-4abe-82f6-acae22329392 20368
2022-11-26T06:22:36.741Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-26T06:22:36.742Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml
2022-11-26T06:22:36.742Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:22:36.742Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:36.744Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:36.744Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443756741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:36.845Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:36.846Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:36.846Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:36.857Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:36.858Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:37.746Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ab48f39-b0b5-4e3f-a940-441fd180f5e0 from URL: /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env
2022-11-26T06:22:37.746Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-26T06:22:37.746Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env
2022-11-26T06:22:37.846Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-26T06:22:37.847Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env 5ab48f39-b0b5-4e3f-a940-441fd180f5e0 2098
2022-11-26T06:22:37.847Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-26T06:22:37.848Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env
2022-11-26T06:22:37.848Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:22:37.848Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:37.851Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:37.851Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443757847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:22:37.951Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:37.952Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:37.952Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:37.967Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:37.968Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:38.852Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b57e387b-b17a-4e2b-9989-36d06201c8c5
2022-11-26T06:22:38.853Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9caea8e6-9945 0 db301c87-c591-4a51-b633-5404afccdfd9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:22:38.889Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@387b73b4, org.onap.sdc.toscaparser.api.parameters.Input@10d708af, org.onap.sdc.toscaparser.api.parameters.Input@48e048ab, org.onap.sdc.toscaparser.api.parameters.Input@5fb08f38, org.onap.sdc.toscaparser.api.parameters.Input@3c35b1a9]
2022-11-26T06:22:38.893Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.893Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.893Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-11-26T06:22:38.894Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3617af96-5b56-40b3-89c9-f0143eae28bf
2022-11-26T06:22:38.894Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3617af96-5b56-40b3-89c9-f0143eae28bf matches Tosca VF Customization UUID: 3617af96-5b56-40b3-89c9-f0143eae28bf
2022-11-26T06:22:38.894Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3617af96-5b56-40b3-89c9-f0143eae28bf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-26T06:22:38.901Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.901Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3617af96-5b56-40b3-89c9-f0143eae28bf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5723f4ea
2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.903Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T06:22:38.904Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dabc6494-da31-4793-b731-22a152820fbc
2022-11-26T06:22:38.905Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dabc6494-da31-4793-b731-22a152820fbc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-26T06:22:38.910Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.911Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:38.911Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:38.912Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.912Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:38.913Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:38.913Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.913Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-26T06:22:38.914Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:38.915Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T06:22:38.916Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:38.916Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T06:22:38.916Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.917Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80f64e51-3091-4182-b8b2-133ef64d6d0e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-26T06:22:38.924Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.924Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:38.924Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:38.925Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.925Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:38.925Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:38.926Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:38.926Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T06:22:38.926Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.927Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T06:22:38.928Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.929Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf53210d-3345-44de-bbce-a46281877802
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-26T06:22:38.931Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.931Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:38.932Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:38.934Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.934Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is not matching search criteria
2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T06:22:38.935Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.936Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:38.936Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T06:22:38.936Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T06:22:38.937Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T06:22:38.938Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-26T06:22:38.938Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49d28b4b-42a1-41ba-9404-9874c5e496b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-26T06:22:38.940Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.940Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Node template vFW 9caea8e6-9945 0 is matching search criteria
2022-11-26T06:22:38.941Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9caea8e6-9945 0] matching following query criteria: sdcType=VF, customizationUUID=3617af96-5b56-40b3-89c9-f0143eae28bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:22:38.944Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.945Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.945Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b57e387b-b17a-4e2b-9989-36d06201c8c5: vFW 9caea8e6-9945
2022-11-26T06:22:38.945Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.946Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.946Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.946Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.947Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.948Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:22:38.948Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-26 06-21-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:22:38.948Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-26 06-21-09
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:22:39.201Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9caea8e6-9945 db301c87-c591-4a51-b633-5404afccdfd9 1 ASDC deployResourceStructure
2022-11-26T06:22:39.201Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json ASDC sendASDCNotification
2022-11-26T06:22:39.201Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json
2022-11-26T06:22:39.202Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:22:39.202Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:39.203Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:39.204Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443759201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "DEPLOY_OK"
}
2022-11-26T06:22:39.304Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:39.305Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:39.305Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:39.315Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:39.316Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:40.205Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-26T06:22:40.205Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml
2022-11-26T06:22:40.206Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:22:40.206Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:40.208Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:40.208Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443760205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-26T06:22:40.308Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:40.309Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:40.309Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:40.322Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:40.323Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:41.209Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-26T06:22:41.209Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env
2022-11-26T06:22:41.209Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:22:41.210Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:41.212Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:41.212Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443761209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-26T06:22:41.312Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:41.313Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:41.314Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:41.324Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:41.325Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:42.213Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar ASDC sendASDCNotification
2022-11-26T06:22:42.214Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar
2022-11-26T06:22:42.214Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:22:42.215Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:22:42.218Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:22:42.218Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443762213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:22:42.318Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:22:42.320Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:22:42.321Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:22:42.330Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:22:42.331Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:22:43.220Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:22:43.238Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:22:43.240Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:22:43.240Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:22:43.240Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:23:13.241Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:23:13.254Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:23:13.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:23:13.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:23:13.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:23:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:23:22.476Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:23:22.477Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:23:22.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:23:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:23:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443742118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "DEPLOY_OK"
}
2022-11-26T06:23:22.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:23:43.256Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:23:43.270Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:23:43.272Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:23:43.273Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:23:43.273Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:24:13.273Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:24:13.282Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:24:13.284Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:24:13.285Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:24:13.285Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:24:22.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:24:22.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:24:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:24:22.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:24:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:24:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:24:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:24:43.285Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:24:43.300Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:24:43.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:24:43.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:24:43.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:25:13.303Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:25:13.313Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:25:13.315Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:25:13.315Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:25:13.315Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:25:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:25:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:25:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:25:23.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:25:23.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:25:23.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443739492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443747335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:25:23.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443742470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443750501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:25:23.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443745321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443753494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:25:23.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443753198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:25:23.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443754499,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:25:23.020Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d
2022-11-26T06:25:23.021Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:25:23.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443755649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:25:23.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443756741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:25:23.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443757847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:25:23.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443759201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/vfw9caea8e699450_modules.json",
"status": "DEPLOY_OK"
}
2022-11-26T06:25:23.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443760205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-26T06:25:23.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443761209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/resourceInstances/vfw9caea8e699450/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-26T06:25:23.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443762213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:25:23.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443768265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221126062109/1.0/artifacts/service-Vfw20221126062109-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:25:23.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:25:23.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:25:23.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "aai-ml",
"timestamp": 1669443769273,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:25:23.037Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08130344-8ff4-478e-babf-66eaa8e8aa5d
2022-11-26T06:25:23.038Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08130344-8ff4-478e-babf-66eaa8e8aa5d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:25:43.316Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:25:43.325Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:25:43.327Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:25:43.328Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:25:43.329Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:25:43.329Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:25:43.332Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T06:26:13.334Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-26T06:26:13.346Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08130344-8ff4-478e-babf-66eaa8e8aa5d and serviceModelVersionId: b57e387b-b17a-4e2b-9989-36d06201c8c5
2022-11-26T06:26:13.346Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42828357-62c6-411a-be14-159762707f6a
2022-11-26T06:26:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:26:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:26:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:23.396Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:23.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T06:26:23.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:26:23.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-26T06:26:28.406Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0
2022-11-26T06:26:28.523Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T06:26:29.007Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|INFO|500||Invoke
2022-11-26T06:26:29.015Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08130344-8ff4-478e-babf-66eaa8e8aa5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5e7a4b1-2e7b-4a0c-86d0-a3d6a1e3fbf0], X-ECOMP-RequestID=[08130344-8ff4-478e-babf-66eaa8e8aa5d], X-TransactionId=[], X-ONAP-RequestID=[08130344-8ff4-478e-babf-66eaa8e8aa5d], Content-Type=[application/merge-patch+json]}
2022-11-26T06:26:29.121Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-26T06:26:29.467Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?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/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:26:27 GMT], content-length=[0], vertex-id=[168008], x-aai-txid=[0-aai-resources-221126-06:26:27:880-64686], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T06:26:29.469Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-26T06:26:29.470Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42828357-62c6-411a-be14-159762707f6a/model-vers/model-ver/b57e387b-b17a-4e2b-9989-36d06201c8c5?depth=0|INFO|500||InvokeReturn
2022-11-26T06:26:29.474Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T06:26:29.474Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:26:29.480Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-26T06:26:29.481Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08130344-8ff4-478e-babf-66eaa8e8aa5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T06:26:29.482Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T06:26:29.483Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:29.485Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:29.485Z|08130344-8ff4-478e-babf-66eaa8e8aa5d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443989481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T06:26:29.585Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:29.586Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:29.586Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:29.623Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:29.624Z||pool-18-thread-1|||||INFO|500||cambria reply ok (39 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-11-26T06:26:30.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:26:30.496Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:26:30.496Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:36.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:36.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-26T06:26:36.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d427a349-0bb7-42cc-a660-af72e94102a0","serviceName":"basic_onboard_dOGtHe","serviceVersion":"1.0","serviceUUID":"199ca912-1d47-4d31-99b0-e95375e370cd","serviceDescription":"service","serviceInvariantUUID":"d21ef35f-6dbe-45b9-b42f-7eba79b7b158","resources":[{"resourceInstanceName":"basic_onboard_dOGtHe 0","resourceName":"basic_onboard_dOGtHe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c46d25d-cfc6-46ee-942b-c385ad8882a6","resourceInvariantUUID":"6fb08d3f-9236-4a00-b501-df4eaf4df4aa","resourceCustomizationUUID":"5aebd3e4-7626-4cb5-851a-7f2b830bda82","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml","artifactChecksum":"NTdkZGFmNzg4NzA0YWJiODRkY2U1N2E4NzUwZTlkYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e4ff7fc-79b8-45f6-b362-2d263bb4dcdf","artifactVersion":"1"},{"artifactName":"basic_onboard_dogthe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json","artifactChecksum":"ZWMxZjJiZTI0MmU2ZGFlMGYwYTBiYWY5Mzg2NjAxYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0db25d67-df08-49b7-bf85-0388aac9c55f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64f12da1-d357-48cd-a2d6-ab15a2604387","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3918bc05-0c18-4c72-a8fc-6676c6ad4df7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e75c219-d5be-4c64-9d69-c072b4510b72","artifactVersion":"2","generatedFromUUID":"64f12da1-d357-48cd-a2d6-ab15a2604387"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDogthe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml","artifactChecksum":"MzcwYTU2ZWE2OTFlNDVlNTdlOGM5MDdkZTI3MWY4NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ba5526f-473b-4331-ae32-cdd3808dc14d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDogthe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar","artifactChecksum":"OWI4NTBiZWVkNjYyZmE1YTU1ZTk5ODliNTJmODZjOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12f6c8ec-3fdc-4078-b3b2-8d75082bc602","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T06:26:36.084Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:36.084Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:36.087Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:36.087Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:26:36.187Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:36.189Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:36.189Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:36.200Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:36.200Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:37.087Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:37.088Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:37.090Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:37.090Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:26:37.190Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T06:26:37.191Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:37.192Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:37.203Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:37.204Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:38.091Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:38.093Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:38.095Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:38.095Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:26:38.195Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:38.196Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:38.196Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:38.207Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:38.207Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:39.096Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:39.097Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:39.099Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:39.099Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:26:39.199Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:39.200Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:39.201Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:39.210Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:39.211Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:40.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:40.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:40.102Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:40.103Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-26T06:26:40.203Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:40.204Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:40.204Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:40.235Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:40.236Z||pool-23-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:26:41.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:41.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:41.106Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:41.106Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:26:41.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:41.208Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:41.208Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:41.222Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:41.223Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:42.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:26:42.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:42.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:42.110Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:26:42.210Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:42.211Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:42.212Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:42.222Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:42.222Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:43.112Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"serviceName": "basic_onboard_dOGtHe",
"serviceVersion": "1.0",
"serviceUUID": "199ca912-1d47-4d31-99b0-e95375e370cd",
"serviceDescription": "service",
"serviceInvariantUUID": "d21ef35f-6dbe-45b9-b42f-7eba79b7b158",
"resources": [
{
"resourceInstanceName": "basic_onboard_dOGtHe 0",
"resourceCustomizationUUID": "5aebd3e4-7626-4cb5-851a-7f2b830bda82",
"resourceName": "basic_onboard_dOGtHe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0c46d25d-cfc6-46ee-942b-c385ad8882a6",
"resourceInvariantUUID": "6fb08d3f-9236-4a00-b501-df4eaf4df4aa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dogthe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"artifactChecksum": "ZWMxZjJiZTI0MmU2ZGFlMGYwYTBiYWY5Mzg2NjAxYmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0db25d67-df08-49b7-bf85-0388aac9c55f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "64f12da1-d357-48cd-a2d6-ab15a2604387",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e75c219-d5be-4c64-9d69-c072b4510b72",
"generatedFromUUID": "64f12da1-d357-48cd-a2d6-ab15a2604387"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e75c219-d5be-4c64-9d69-c072b4510b72",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDogthe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"artifactChecksum": "OWI4NTBiZWVkNjYyZmE1YTU1ZTk5ODliNTJmODZjOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "12f6c8ec-3fdc-4078-b3b2-8d75082bc602"
}
],
"workloadContext": "Production"
}
2022-11-26T06:26:43.112Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T06:26:43.112Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 199ca912-1d47-4d31-99b0-e95375e370cd ASDC
2022-11-26T06:26:43.113Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d427a349-0bb7-42cc-a660-af72e94102a0
ServiceName:basic_onboard_dOGtHe
ServiceVersion:1.0
ServiceUUID:199ca912-1d47-4d31-99b0-e95375e370cd
ServiceInvariantUUID:d21ef35f-6dbe-45b9-b42f-7eba79b7b158
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDogthe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar
ArtifactUUID:12f6c8ec-3fdc-4078-b3b2-8d75082bc602
ArtifactChecksum:OWI4NTBiZWVkNjYyZmE1YTU1ZTk5ODliNTJmODZjOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dOGtHe 0
ResourceCustomizationUUID:5aebd3e4-7626-4cb5-851a-7f2b830bda82
ResourceInvariantUUID:6fb08d3f-9236-4a00-b501-df4eaf4df4aa
ResourceName:basic_onboard_dOGtHe
ResourceType:VF
ResourceUUID:0c46d25d-cfc6-46ee-942b-c385ad8882a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dogthe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json
ArtifactUUID:0db25d67-df08-49b7-bf85-0388aac9c55f
ArtifactChecksum:ZWMxZjJiZTI0MmU2ZGFlMGYwYTBiYWY5Mzg2NjAxYmQ=
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/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:64f12da1-d357-48cd-a2d6-ab15a2604387
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/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env
ArtifactUUID:9e75c219-d5be-4c64-9d69-c072b4510b72
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/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env
ArtifactUUID:9e75c219-d5be-4c64-9d69-c072b4510b72
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-26T06:26:43.113Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 199ca912-1d47-4d31-99b0-e95375e370cd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:26:43.138Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T06:26:43.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T06:26:43.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T06:26:43.140Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12f6c8ec-3fdc-4078-b3b2-8d75082bc602 from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:43.140Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:26:43.140Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:43.220Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar 12f6c8ec-3fdc-4078-b3b2-8d75082bc602 75685
2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar ASDC sendASDCNotification
2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:43.224Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:26:43.225Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:43.227Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:43.227Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444003224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:26:43.327Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:43.329Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:43.329Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:43.342Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:43.343Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:26:44.227Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T06:26:44.230Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T06:26:44.230Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 12f6c8ec-3fdc-4078-b3b2-8d75082bc602, URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar to file: /app/ASDC/1/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:44.231Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:44.231Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:44.232Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:44.362Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP952099300466964999/Definitions/service-BasicOnboardDogthe-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-26T06:26:45.564Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-26T06:26:45.565Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||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-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||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-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||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-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.566Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dOGtHe 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-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||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-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.567Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T06:26:45.568Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T06:26:45.569Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.570Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is not matching search criteria
2022-11-26T06:26:45.571Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-26T06:26:45.571Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-26T06:26:45.571Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.572Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T06:26:45.573Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.573Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:45.573Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:26:45.574Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.575Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is not matching search criteria
2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55f491f2-ab2c-4c43-b7fc-a9447a27bf4a
2022-11-26T06:26:45.576Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.577Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.578Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:45.578Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:45.578Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dOGtHe
Description:service
Model UUID:199ca912-1d47-4d31-99b0-e95375e370cd
Model Version:NULL
Model InvariantUuid:d21ef35f-6dbe-45b9-b42f-7eba79b7b158
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dOGtHe
Model UUID:9f7ba8c9-587a-4731-a7de-2c3919150331
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fb08d3f-9236-4a00-b501-df4eaf4df4aa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5aebd3e4-7626-4cb5-851a-7f2b830bda82
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cb3da54c-e898-4e02-877c-7eb3417ee7d8
ModelName:BasicOnboardDogthe..base_ubuntu18..module-0
ModelUuid:6efc6d3a-7829-4f6e-ad29-041f96483c15
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:55f491f2-ab2c-4c43-b7fc-a9447a27bf4a
ModelInvariantUuid:18bdcd12-7496-4e79-93a4-eadd582cef70
ModelName:basic_onboard_dOGtHe-nodes.ubuntu18Cvfc
ModelUuid:13f8e336-5157-49c8-9191-92e0b6c8d5f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:16e830f7-97e4-4298-96e0-d11e2908003f
ModelInvariantUuid:da3c24b1-1599-4aaa-a563-d93009bb5e61
ModelName:BasicOnboardDogthe.compute.nodes.heat.ubuntu18
ModelUuid:b07f00aa-3d31-47e9-8248-40f10b361fa9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-26T06:26:45.585Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c46d25d-cfc6-46ee-942b-c385ad8882a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:26:45.588Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||basic_onboard_dOGtHe 0
2022-11-26T06:26:45.588Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c46d25d-cfc6-46ee-942b-c385ad8882a6
2022-11-26T06:26:45.589Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0db25d67-df08-49b7-bf85-0388aac9c55f from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json
2022-11-26T06:26:45.589Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:26:45.589Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json
2022-11-26T06:26:45.641Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json 0db25d67-df08-49b7-bf85-0388aac9c55f 798
2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json ASDC sendASDCNotification
2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json
2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:26:45.642Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:45.644Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:45.644Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444005642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:26:45.746Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-26T06:26:45.747Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:45.747Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:45.758Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:45.758Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:46.645Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDogthe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cb3da54c-e898-4e02-877c-7eb3417ee7d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6efc6d3a-7829-4f6e-ad29-041f96483c15",
"vfModuleModelCustomizationUUID": "ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44",
"isBase": true,
"artifacts": [
"64f12da1-d357-48cd-a2d6-ab15a2604387",
"9e75c219-d5be-4c64-9d69-c072b4510b72"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-26T06:26:46.651Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDogthe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6efc6d3a-7829-4f6e-ad29-041f96483c15
VfModuleModelInvariantUUID:cb3da54c-e898-4e02-877c-7eb3417ee7d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
64f12da1-d357-48cd-a2d6-ab15a2604387
,
9e75c219-d5be-4c64-9d69-c072b4510b72
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-26T06:26:46.653Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDogthe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cb3da54c-e898-4e02-877c-7eb3417ee7d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6efc6d3a-7829-4f6e-ad29-041f96483c15",
"vfModuleModelCustomizationUUID": "ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44",
"isBase": true,
"artifacts": [
"64f12da1-d357-48cd-a2d6-ab15a2604387",
"9e75c219-d5be-4c64-9d69-c072b4510b72"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-26T06:26:46.654Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDogthe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6efc6d3a-7829-4f6e-ad29-041f96483c15
VfModuleModelInvariantUUID:cb3da54c-e898-4e02-877c-7eb3417ee7d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
64f12da1-d357-48cd-a2d6-ab15a2604387
,
9e75c219-d5be-4c64-9d69-c072b4510b72
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-26T06:26:46.654Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64f12da1-d357-48cd-a2d6-ab15a2604387 from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml
2022-11-26T06:26:46.654Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:26:46.655Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml
2022-11-26T06:26:46.709Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:26:46.710Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml 64f12da1-d357-48cd-a2d6-ab15a2604387 5033
2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml
2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:26:46.711Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:46.713Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:46.714Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444006710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:26:46.814Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:46.815Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:46.816Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:46.829Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:46.830Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:26:47.715Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e75c219-d5be-4c64-9d69-c072b4510b72 from URL: /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env
2022-11-26T06:26:47.715Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:26:47.716Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env
2022-11-26T06:26:47.783Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:26:47.783Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env 9e75c219-d5be-4c64-9d69-c072b4510b72 909
2022-11-26T06:26:47.784Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-26T06:26:47.784Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env
2022-11-26T06:26:47.784Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:26:47.785Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:47.787Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:47.787Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444007784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:26:47.887Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:47.888Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:47.888Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:47.899Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:47.899Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:26:48.788Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 199ca912-1d47-4d31-99b0-e95375e370cd
2022-11-26T06:26:48.788Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dOGtHe 0 0c46d25d-cfc6-46ee-942b-c385ad8882a6 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-11-26T06:26:48.804Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59139dc9, org.onap.sdc.toscaparser.api.parameters.Input@43b14aa9, org.onap.sdc.toscaparser.api.parameters.Input@512546e7, org.onap.sdc.toscaparser.api.parameters.Input@6fa892c, org.onap.sdc.toscaparser.api.parameters.Input@4342b1ef]
2022-11-26T06:26:48.805Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5aebd3e4-7626-4cb5-851a-7f2b830bda82
2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5aebd3e4-7626-4cb5-851a-7f2b830bda82 matches Tosca VF Customization UUID: 5aebd3e4-7626-4cb5-851a-7f2b830bda82
2022-11-26T06:26:48.806Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5aebd3e4-7626-4cb5-851a-7f2b830bda82 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-26T06:26:48.808Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5aebd3e4-7626-4cb5-851a-7f2b830bda82: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23e7761d
2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.809Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T06:26:48.810Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44
2022-11-26T06:26:48.810Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba42c6d4-b5bd-405c-9afe-1a9b90a0bd44
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-26T06:26:48.812Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.812Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:48.812Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is not matching search criteria
2022-11-26T06:26:48.813Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-26T06:26:48.814Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-26T06:26:48.814Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55f491f2-ab2c-4c43-b7fc-a9447a27bf4a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:26:48.816Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.817Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_dOGtHe 0 is matching search criteria
2022-11-26T06:26:48.817Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_dOGtHe 0] matching following query criteria: sdcType=VF, customizationUUID=5aebd3e4-7626-4cb5-851a-7f2b830bda82
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 199ca912-1d47-4d31-99b0-e95375e370cd: basic_onboard_dOGtHe
2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.819Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.820Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.821Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:26:48.821Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_dOGtHe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:26:48.821Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_dOGtHe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:26:48.918Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dOGtHe 0c46d25d-cfc6-46ee-942b-c385ad8882a6 1 ASDC deployResourceStructure
2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json ASDC sendASDCNotification
2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json
2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:26:48.919Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:48.921Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:48.921Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444008919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-26T06:26:49.021Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:49.022Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:49.022Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:49.032Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:49.033Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:49.922Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-26T06:26:49.922Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml
2022-11-26T06:26:49.922Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:26:49.923Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:49.924Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:49.925Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444009921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-26T06:26:50.025Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:50.026Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:50.026Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:50.035Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:50.036Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:50.925Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-26T06:26:50.926Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env
2022-11-26T06:26:50.926Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:26:50.926Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:50.928Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:50.928Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444010925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-26T06:26:51.029Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:51.030Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:51.030Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:51.039Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:51.040Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:51.929Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar ASDC sendASDCNotification
2022-11-26T06:26:51.930Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar
2022-11-26T06:26:51.930Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T06:26:51.930Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:26:51.932Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:26:51.932Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444011929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:26:52.032Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:26:52.033Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:26:52.033Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:26:52.043Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:26:52.044Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:26:52.933Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:26:52.943Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:26:52.944Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:26:52.945Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:26:52.945Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:27:22.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:27:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:27:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:27:22.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:27:22.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:27:22.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:27:22.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:27:22.945Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:27:22.952Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:27:22.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:27:22.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:27:22.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:27:52.954Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:27:52.964Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:27:52.965Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:27:52.965Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:27:52.965Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:28:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:28:22.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:28:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:28:22.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:28:22.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:28:22.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:28:22.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:28:22.966Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:28:22.977Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:28:22.981Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:28:22.982Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:28:22.982Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:28:52.982Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:28:52.993Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:28:52.995Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:28:52.995Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:28:52.996Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:29:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:29:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:29:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:29:22.996Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:29:23.004Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:29:23.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:29:23.005Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:29:23.006Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T06:29:23.006Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T06:29:23.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1669443975040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443979492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443975417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08130344-8ff4-478e-babf-66eaa8e8aa5d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443989481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T06:29:23.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443990151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443989255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "cds",
"timestamp": 1669443990261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-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-11-26T06:29:23.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0
2022-11-26T06:29:23.031Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:29:23.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443985385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443992885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443985321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443993167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669443993890,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:29:23.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0
2022-11-26T06:29:23.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:29:23.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669443993159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443994244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443995310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443996336,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:29:23.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0
2022-11-26T06:29:23.053Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669443997341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669444000468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669443990495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:29:23.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "aai-ml",
"timestamp": 1669444001475,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:29:23.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d427a349-0bb7-42cc-a660-af72e94102a0
2022-11-26T06:29:23.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d427a349-0bb7-42cc-a660-af72e94102a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:29:23.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444003224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444005642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444006710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444007784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444008919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/basic_onboard_dogthe0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444009921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444010925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/resourceInstances/basic_onboard_dogthe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:29:23.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444011929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDogthe/1.0/artifacts/service-BasicOnboardDogthe-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-26T06:29:23.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T06:29:53.006Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:29:53.017Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T06:29:53.020Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:29:53.021Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:29:53.022Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-26T06:29:53.022Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T06:29:53.026Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T06:30:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:30:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:30:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:30:23.026Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d427a349-0bb7-42cc-a660-af72e94102a0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-26T06:30:23.033Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d427a349-0bb7-42cc-a660-af72e94102a0 and serviceModelVersionId: 199ca912-1d47-4d31-99b0-e95375e370cd
2022-11-26T06:30:23.033Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d21ef35f-6dbe-45b9-b42f-7eba79b7b158
2022-11-26T06:30:23.041Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0
2022-11-26T06:30:23.046Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T06:30:23.098Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-26T06:30:23.100Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0|INFO|500||Invoke
2022-11-26T06:30:23.125Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-26T06:30:23.244Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0|INFO|500||InvokeReturn
2022-11-26T06:30:23.245Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d21ef35f-6dbe-45b9-b42f-7eba79b7b158/model-vers/model-ver/199ca912-1d47-4d31-99b0-e95375e370cd?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 06:30:21 GMT], content-length=[0], vertex-id=[180408], x-aai-txid=[1-aai-resources-221126-06:30:21:860-69281], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T06:30:23.246Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-26T06:30:23.246Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T06:30:23.246Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:30:23.252Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-26T06:30:23.253Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d427a349-0bb7-42cc-a660-af72e94102a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T06:30:23.253Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T06:30:23.253Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:30:23.255Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:30:23.255Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444223253,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T06:30:23.356Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:30:23.357Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:30:23.357Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:30:23.367Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:30:23.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:30:23.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:30:23.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T06:30:23.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d427a349-0bb7-42cc-a660-af72e94102a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444223253,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T06:30:23.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-26T06:30:24.264Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:30:24.264Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:30:24.265Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:30:34.542Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:30:34.543Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:30:34.543Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:30:34.543Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:30:44.113Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:30:44.114Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:30:44.115Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:30:44.115Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:30:53.659Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:30:53.660Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:30:53.661Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:30:53.661Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:31:03.218Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:31:03.220Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:31:03.221Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:31:03.221Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:31:12.759Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:31:12.760Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:31:12.761Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:31:12.761Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:31:22.304Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:31:22.305Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:31:22.305Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:31:22.305Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:31:22.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:31:22.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:31:22.474Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:31:31.852Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:31:31.853Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:31:31.853Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:31:31.853Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:31:32.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:31:41.426Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:32:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:32:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:32:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:32:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:32:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:32:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:32:32.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:32:32.026Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:33:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:33:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:33:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:33:22.472Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:33:22.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:33:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:33:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:33:32.030Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:34:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:34:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:34:22.476Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:34:22.476Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:34:22.476Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:34:22.476Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:34:32.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:34:32.036Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:35:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:35:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:35:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:35:22.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:35:22.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:35:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:35:32.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:35:32.019Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:36:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:36:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:36:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:36:22.472Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:36:22.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:36:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:36:32.041Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:36:32.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:22.470Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:37:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:37:22.471Z|d427a349-0bb7-42cc-a660-af72e94102a0|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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:22.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T06:37:22.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T06:37:22.473Z||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 Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:22.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:22.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-26T06:37:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "cds",
"timestamp": 1669444635417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-26T06:37:22.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "cds",
"timestamp": 1669444635417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:37:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "cds",
"timestamp": 1669444635417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:37:22.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "cds",
"timestamp": 1669444635417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669444639493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "cds",
"timestamp": 1669444635417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669444639493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669444625385,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "ves-openapi-manager",
"timestamp": 1669444635040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:22.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T06:37:22.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "cds",
"timestamp": 1669444635417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:22.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-26T06:37:23.115Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:23.117Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-26T06:37:23.117Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f45f445a-ccba-405f-99d5-e2b21c2ff312","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d85e83a8-4aae-4511-85b6-93b00e7ea517","serviceDescription":"service","serviceInvariantUUID":"e08927ad-d945-4f8e-b7db-33ab6e20ae46","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2c96d29-193d-4afe-849f-1fe54cb380be","resourceInvariantUUID":"ad80efa1-5d16-4bb5-97be-f66dbdfed727","resourceCustomizationUUID":"7cdbec1b-60c9-4f6c-9b24-fdbac93d210f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGI2ZTRjZGUyNGNlMDA3MmFiM2UwMTg5ZDNiNTZiNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c663d3d6-8090-4ff8-8c9d-62516102b4b5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e40ad352-2d29-412f-97bd-f84297d8b789","artifactVersion":"2","generatedFromUUID":"a6ba402d-f6c3-4cb6-b327-3143327c7986"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6ba402d-f6c3-4cb6-b327-3143327c7986","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NjExNTk1YWJlNmNhYjJiZTQ2OTI2YTNiYjExMzI1M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42f7702f-a384-43f7-be43-302f6e3963c2","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"818a11f7-acc8-47ff-8153-3948b808b623","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50cec707-19db-43dd-bb3d-2436588ae6ca","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04694f1e-9d89-4e52-8de0-feb1f2ce2a36","artifactVersion":"2","generatedFromUUID":"818a11f7-acc8-47ff-8153-3948b808b623"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODU0MzMxOWQ2NDRhZGVlN2Q3ZGM4N2UxN2Y1MDA4ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52a2001f-0206-48d4-a9c9-ba615376d713","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTg5NmU4YWZlZThkNTE5YTIyODZiMWE0MWQ2OTYyZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e3f1750-4f4a-45df-bdae-e6665b4dd3b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T06:37:23.124Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:23.124Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:23.128Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:23.129Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:23.228Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T06:37:23.230Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:23.230Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:23.240Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:23.240Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:24.129Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:24.131Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:24.133Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:24.134Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-26T06:37:24.234Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:24.235Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:24.235Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:24.247Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:24.247Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:37:25.135Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:25.135Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:25.138Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:25.138Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-26T06:37:25.238Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:25.239Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:25.240Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:25.251Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:25.251Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:26.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:26.139Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:26.141Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:26.141Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-26T06:37:26.242Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:26.242Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:26.243Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:26.254Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:26.254Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:27.142Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:27.142Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:27.146Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:27.146Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-26T06:37:27.246Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:27.247Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:27.247Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:27.269Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:27.270Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:37:28.146Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:28.147Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:28.149Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:28.150Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:28.250Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:28.251Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:28.251Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:28.265Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:28.265Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:29.150Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:29.151Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:29.154Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:29.154Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-26T06:37:29.254Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:29.255Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:29.255Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:29.286Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:29.287Z||pool-41-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-11-26T06:37:30.154Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:30.155Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:30.157Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:30.157Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-26T06:37:30.257Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:30.258Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:30.258Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:30.268Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:30.268Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:31.158Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T06:37:31.159Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:31.161Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:31.161Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444642470,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-26T06:37:31.261Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:31.262Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:31.263Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:31.273Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:31.274Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:32.162Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "d85e83a8-4aae-4511-85b6-93b00e7ea517",
"serviceDescription": "service",
"serviceInvariantUUID": "e08927ad-d945-4f8e-b7db-33ab6e20ae46",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "7cdbec1b-60c9-4f6c-9b24-fdbac93d210f",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f2c96d29-193d-4afe-849f-1fe54cb380be",
"resourceInvariantUUID": "ad80efa1-5d16-4bb5-97be-f66dbdfed727",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e40ad352-2d29-412f-97bd-f84297d8b789",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a6ba402d-f6c3-4cb6-b327-3143327c7986",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "NjExNTk1YWJlNmNhYjJiZTQ2OTI2YTNiYjExMzI1M2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42f7702f-a384-43f7-be43-302f6e3963c2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "818a11f7-acc8-47ff-8153-3948b808b623",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04694f1e-9d89-4e52-8de0-feb1f2ce2a36",
"generatedFromUUID": "818a11f7-acc8-47ff-8153-3948b808b623"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "04694f1e-9d89-4e52-8de0-feb1f2ce2a36",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OTg5NmU4YWZlZThkNTE5YTIyODZiMWE0MWQ2OTYyZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e3f1750-4f4a-45df-bdae-e6665b4dd3b2"
}
],
"workloadContext": "Production"
}
2022-11-26T06:37:32.162Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T06:37:32.162Z|d427a349-0bb7-42cc-a660-af72e94102a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d85e83a8-4aae-4511-85b6-93b00e7ea517 ASDC
2022-11-26T06:37:32.163Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f45f445a-ccba-405f-99d5-e2b21c2ff312
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d85e83a8-4aae-4511-85b6-93b00e7ea517
ServiceInvariantUUID:e08927ad-d945-4f8e-b7db-33ab6e20ae46
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:7e3f1750-4f4a-45df-bdae-e6665b4dd3b2
ArtifactChecksum:OTg5NmU4YWZlZThkNTE5YTIyODZiMWE0MWQ2OTYyZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7cdbec1b-60c9-4f6c-9b24-fdbac93d210f
ResourceInvariantUUID:ad80efa1-5d16-4bb5-97be-f66dbdfed727
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f2c96d29-193d-4afe-849f-1fe54cb380be
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:e40ad352-2d29-412f-97bd-f84297d8b789
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:a6ba402d-f6c3-4cb6-b327-3143327c7986
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:42f7702f-a384-43f7-be43-302f6e3963c2
ArtifactChecksum:NjExNTk1YWJlNmNhYjJiZTQ2OTI2YTNiYjExMzI1M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:818a11f7-acc8-47ff-8153-3948b808b623
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:04694f1e-9d89-4e52-8de0-feb1f2ce2a36
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:04694f1e-9d89-4e52-8de0-feb1f2ce2a36
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-26T06:37:32.163Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d85e83a8-4aae-4511-85b6-93b00e7ea517 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T06:37:32.199Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T06:37:32.200Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e3f1750-4f4a-45df-bdae-e6665b4dd3b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:37:32.201Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T06:37:32.288Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:37:32.291Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7e3f1750-4f4a-45df-bdae-e6665b4dd3b2 73994
2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:37:32.292Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:32.294Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:32.294Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444652292,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:37:32.394Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:32.395Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:32.395Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:32.425Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:32.425Z||pool-44-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:33.294Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T06:37:33.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T06:37:33.295Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7e3f1750-4f4a-45df-bdae-e6665b4dd3b2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T06:37:33.296Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-26T06:37:33.296Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T06:37:33.296Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T06:37:33.555Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17465926141220681444/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-26T06:37:34.760Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||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-BasicCnf-csar.csar
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T06:37:34.761Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T06:37:34.762Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T06:37:34.763Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-26T06:37:34.764Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:37:34.765Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:37:34.766Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=848b750a-f160-40c3-bb29-77a045b7ea1e
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.767Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:34.768Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d85e83a8-4aae-4511-85b6-93b00e7ea517
Model Version:NULL
Model InvariantUuid:e08927ad-d945-4f8e-b7db-33ab6e20ae46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:28da4574-9bc9-4244-98e7-f286470461b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad80efa1-5d16-4bb5-97be-f66dbdfed727
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7cdbec1b-60c9-4f6c-9b24-fdbac93d210f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ee867100-e795-4f58-93ba-31ddbf774fbd
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:999afb50-c291-4dfd-93fe-196279104283
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:848b750a-f160-40c3-bb29-77a045b7ea1e
ModelInvariantUuid:2b2cc088-a460-457b-baed-239e1bf63798
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9743a9cd-0888-4880-b755-f383eb3ca874
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:c5ab58f3-0ae7-49d8-981f-c85376b75046
ModelInvariantUuid:a5fd74db-46a8-4445-8c3f-ccb16b621897
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:1db82872-911e-4696-acb8-7ff1e55bd53d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-26T06:37:34.775Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f2c96d29-193d-4afe-849f-1fe54cb380be
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2c96d29-193d-4afe-849f-1fe54cb380be
2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e40ad352-2d29-412f-97bd-f84297d8b789 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-26T06:37:34.780Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:37:34.781Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-26T06:37:34.843Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:37:34.843Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e40ad352-2d29-412f-97bd-f84297d8b789 12
2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:37:34.844Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:34.846Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:34.846Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444654844,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:37:34.946Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:34.947Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:34.948Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:34.966Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:34.967Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:35.847Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6ba402d-f6c3-4cb6-b327-3143327c7986 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-26T06:37:35.847Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:37:35.848Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-26T06:37:35.901Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:37:35.901Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a6ba402d-f6c3-4cb6-b327-3143327c7986 2688
2022-11-26T06:37:35.901Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-26T06:37:35.902Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-26T06:37:35.902Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:37:35.902Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:35.904Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:35.904Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444655901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:37:36.004Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:36.005Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:36.006Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:36.018Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:36.019Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:36.906Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42f7702f-a384-43f7-be43-302f6e3963c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-26T06:37:36.906Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:37:36.906Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-26T06:37:36.961Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 42f7702f-a384-43f7-be43-302f6e3963c2 828
2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:37:36.962Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:36.964Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:36.964Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444656962,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:37:37.064Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:37.065Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:37.065Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:37.097Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:37.098Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:37.965Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "ee867100-e795-4f58-93ba-31ddbf774fbd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "999afb50-c291-4dfd-93fe-196279104283",
"vfModuleModelCustomizationUUID": "6cd2da5f-e385-48ab-89ae-7b7294265aeb",
"isBase": true,
"artifacts": [
"a6ba402d-f6c3-4cb6-b327-3143327c7986",
"818a11f7-acc8-47ff-8153-3948b808b623",
"04694f1e-9d89-4e52-8de0-feb1f2ce2a36"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-26T06:37:37.969Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:999afb50-c291-4dfd-93fe-196279104283
VfModuleModelInvariantUUID:ee867100-e795-4f58-93ba-31ddbf774fbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6ba402d-f6c3-4cb6-b327-3143327c7986
,
818a11f7-acc8-47ff-8153-3948b808b623
,
04694f1e-9d89-4e52-8de0-feb1f2ce2a36
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-26T06:37:37.971Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "ee867100-e795-4f58-93ba-31ddbf774fbd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "999afb50-c291-4dfd-93fe-196279104283",
"vfModuleModelCustomizationUUID": "6cd2da5f-e385-48ab-89ae-7b7294265aeb",
"isBase": true,
"artifacts": [
"a6ba402d-f6c3-4cb6-b327-3143327c7986",
"818a11f7-acc8-47ff-8153-3948b808b623",
"04694f1e-9d89-4e52-8de0-feb1f2ce2a36"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:999afb50-c291-4dfd-93fe-196279104283
VfModuleModelInvariantUUID:ee867100-e795-4f58-93ba-31ddbf774fbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6ba402d-f6c3-4cb6-b327-3143327c7986
,
818a11f7-acc8-47ff-8153-3948b808b623
,
04694f1e-9d89-4e52-8de0-feb1f2ce2a36
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 818a11f7-acc8-47ff-8153-3948b808b623 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:37:37.972Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-26T06:37:38.023Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:37:38.023Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 818a11f7-acc8-47ff-8153-3948b808b623 1164
2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:37:38.024Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:38.026Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:38.026Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444658023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:37:38.126Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:38.127Z||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-11-26T06:37:38.128Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:38.140Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:38.140Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:39.028Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 04694f1e-9d89-4e52-8de0-feb1f2ce2a36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-26T06:37:39.028Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T06:37:39.028Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-26T06:37:39.093Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T06:37:39.093Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 04694f1e-9d89-4e52-8de0-feb1f2ce2a36 200
2022-11-26T06:37:39.093Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-26T06:37:39.094Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-26T06:37:39.094Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T06:37:39.094Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T06:37:39.096Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T06:37:39.096Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45f445a-ccba-405f-99d5-e2b21c2ff312",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669444659093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-26T06:37:39.196Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T06:37:39.197Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T06:37:39.197Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xh5NKXhRz8XMKhrB) ...
2022-11-26T06:37:39.210Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T06:37:39.211Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-26T06:37:40.097Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d85e83a8-4aae-4511-85b6-93b00e7ea517
2022-11-26T06:37:40.097Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f2c96d29-193d-4afe-849f-1fe54cb380be 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 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=?
2022-11-26T06:37:40.117Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:37:40.122Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37ebbc79, org.onap.sdc.toscaparser.api.parameters.Input@5f083d2d, org.onap.sdc.toscaparser.api.parameters.Input@63d4fc4b, org.onap.sdc.toscaparser.api.parameters.Input@5f40bc41, org.onap.sdc.toscaparser.api.parameters.Input@35a2dba4]
2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f
2022-11-26T06:37:40.124Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f matches Tosca VF Customization UUID: 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f
2022-11-26T06:37:40.125Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-26T06:37:40.127Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.127Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7cdbec1b-60c9-4f6c-9b24-fdbac93d210f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3557e5fc
2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T06:37:40.128Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cd2da5f-e385-48ab-89ae-7b7294265aeb
2022-11-26T06:37:40.129Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cd2da5f-e385-48ab-89ae-7b7294265aeb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-26T06:37:40.131Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.131Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:40.131Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-26T06:37:40.132Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-26T06:37:40.133Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=848b750a-f160-40c3-bb29-77a045b7ea1e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.135Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T06:37:40.136Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7cdbec1b-60c9-4f6c-9b24-fdbac93d210f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T06:37:40.137Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d85e83a8-4aae-4511-85b6-93b00e7ea517: basic_cnf
2022-11-26T06:37:40.138Z|f45f445a-ccba-405f-99d5-e2b21c2ff312|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery